Skip to content

HuKeping/k8s-policy

 
 

Repository files navigation

Calico Network Policy for Kubernetes

This repository contains the Calico Kubernetes policy controller, which implements the Kubernetes network policy API. The controller uses the Kubernetes v1beta1 network policy API to configure Calico network policy. The controller is run on each Kubernetes master as a static pod.

To use the v1beta1 API, you must be running Kubernetes v1.3, with the following apiserver runtime configuration to enable it:

--runtime-config=extensions/v1beta1,extensions/v1beta1/networkpolicies

See our documentation on enabling network policy in Kubernetes for more on how to get started.

About

Calico policy agent for Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.9%
  • Makefile 1.9%
  • Shell 1.2%