Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 610 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 610 Bytes

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