Image Overview: cadvisor-fips

Overview: cadvisor-fips Chainguard Image

cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containers.

Download this Image

The image is available on cgr.dev:

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

Usage

See the RUNNING.md for the instructions. For the Kubernetes deployment, you can use the Kustomize:

cat <<EOF >> kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - https://github.com/google/cadvisor/deploy/kubernetes/base?ref=master
images:
  - name: gcr.io/cadvisor/cadvisor
    newName: cgr.dev/chainguard/cadvisor
    newTag: latest
namespace: cadvisor
EOF
kubectl apply -k .

Last updated: 2024-04-11 12:38