Skip to content

Kubernetes operator for installing Calico and Calico Enterprise

License

Notifications You must be signed in to change notification settings

tigera/operator

Repository files navigation

Calico Operator

Docker image

This repository contains a Kubernetes operator which manages the lifecycle of a Calico or Calico Enterprise installation on Kubernetes or OpenShift. Its goal is to make installation, upgrades, and ongoing lifecycle management of Calico and Calico Enterprise as simple and reliable as possible.

This operator is built using the operator-sdk, so you should be familiar with how that works before getting started.

Getting Started Running Calico

There are many avenues to get started running Calico depending on your situation.

Get Started Developing

See the developer guidelines for more information on designing, coding, and testing changes.