Last changed
Get notified of upcoming product changes, critical vulnerability notifications and patches and more.
Sign InCalico is a networking and security solution that enables Kubernetes workloads and non-Kubernetes/legacy workloads to communicate seamlessly and securely.
The image is available on cgr.dev
:
There are several ways you can install Calico onto a Kubernetes cluster. This document follows method recommended in the official Calico documentation which involves using the Tigera Calico operator.
After setting up and connecting to the Kubernetes cluster where you want to install Calico, install the Tigera Calico operator and custom resource definitions (CRDs).
ImageSet is a CRD provided by the Tigera operator. It is required to define which images are used for Calico deployments.
Note, we do not pass the registry or image names here, only the image digests. The registry is passed when creating a Calico cluster.
Providing an ImageSet allows you to specify alternative image digests, but it does not allow you to swap in custom image names. If you wish to use images that are named differently, you'll need to first re-tag them.
For example, /some/registry/node-fips:
would need to be re-tagged to
/some/registry/node:
. The digest would be the same for both image tags.
Once the ImageSet is completed, specify the image registry and the image prefix to use.
Our images follow calico-
naming format, i.e calico-node
, do we define an
imagePrefix
.
The combination of these ImageSet
and Installation
CRDs serve as a drop in replacement for Step 2 of the upstream documentation. Together, these correctly rename the Calico images to their cgr.dev
variants.
After creating the CRDs, you can ensure that the pods are running with a command like the following.
Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "3.28.0-dev" version of this image:
Apache-2.0
BSD-3-Clause
GPL-2.0-only
GPL-2.0-or-later
GPL-3.0-or-later
LGPL-2.1-or-later
LGPL-3.0-or-later
For a complete list of licenses, please refer to this Image's SBOM.
Software license agreementThis is a FIPS validated image for FedRAMP compliance.
This image is STIG hardened and scanned against the DISA General Purpose Operating System SRG with reports available.
Learn more about STIGsGet started with STIGs