/k8s-policy

Calico policy agent for Kubernetes

Primary LanguagePythonApache License 2.0Apache-2.0

Calico Network Policy for Kubernetes

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

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

Managing NetworkPolicy objects

Since kubectl does not yet support the creation and deletion of NetworkPolicy objects, this repository comes with a tool named policy which can be used to manage policies.

See here