Image Overview: multus-cni-fips

Overview: multus-cni-fips Chainguard Image

A CNI meta-plugin for multi-homed pods in Kubernetes

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/multus-cni-fips:latest

Usage

Example below on how to install multus-cni in a cluster with helm, replacing with the chainguard image:

helm repo add startechnica https://startechnica.github.io/apps
helm repo update
helm install my-release startechnica/multus-cni --namespace my-release --create-namespace \
    --set image.registry=cgr.dev \
    --set image.repository=chainguard/multus-cni \
    --set image.tag=latest

Note that the multus-cni helm chart by default defines architecture to amd64. If deploying with arm64, add the following flag:

    --set nodeSelector."kubernetes\.io/arch"=arm64

For more information, refer to the upstream documentation, as well as the documentation for the helm chart

Last updated: 2024-07-01 00:36