Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.43 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.43 KB

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