qbox / k8s-policy

Calico policy controller for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 91.2%Language:Makefile 5.7%Language:Shell 3.2%