Skip to content

hitomitak/k8s-policy

 
 

Repository files navigation

Calico Network Policy for Kubernetes

Note that the documentation in this repo is targeted at Calico contributors.

Documentation for Calico users is here:
http://docs.projectcalico.org

This repository contains the Calico Kubernetes policy controller, which implements the Kubernetes network policy API.

calico-policy-controller

The controller uses the Kubernetes v1beta1 network policy API to configure Calico network policy. The policy controller addon is deployed on top of Kubernetes as a pod.

Calico can enforce NetworkPolicy on top of:

See the documentation on network policy in Kubernetes for more information on how to use NetworkPolicy.

Calico also supports an experimental mode which uses the Kubernetes API directly without the need for its own etcd cluster. When running in this mode, the policy controller is not required.

Resources

About

Calico policy controller for Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.8%
  • Makefile 5.7%
  • Shell 3.5%