reAsOn2010 / k8s-policy

Calico policy agent for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 96.9%Language:Makefile 1.8%Language:Shell 1.2%