DirectorySecurity AdvisoriesPricing
Sign in
Directory
aws-cloud-controller-manager logoHELM

aws-cloud-controller-manager

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

AWS Cloud Controller Manager

Chainguard's redistribution of the aws-cloud-controller-manager Helm chart, pre-configured with hardened Chainguard Images.

The AWS Cloud Controller Manager runs the Kubernetes cloud-controller-manager for the AWS cloud provider (node, route, and service/load-balancer controllers).

Prerequisites

Authentication is required. First, authenticate with Chainguard:

chainctl auth login
chainctl auth configure-docker --pull-token --save
helm registry login cgr.dev

Create an image pull secret:

kubectl create secret docker-registry cgr-pull-secret \
  --docker-server=cgr.dev \
  --docker-username="$(echo cgr.dev | docker-credential-cgr get | jq -r '.Username')" \
  --docker-password="$(echo cgr.dev | docker-credential-cgr get | jq -r '.Secret')" \
  --namespace kube-system

Installation

The cloud-controller-manager is coupled to the cluster's Kubernetes minor version; use the chart whose appVersion matches your cluster.

helm install aws-cloud-controller-manager oci://cgr.dev/ORGANIZATION/charts/aws-cloud-controller-manager \
  --namespace kube-system \
  --set image.pullSecrets[0].name=cgr-pull-secret

About This Chart

This is a redistribution of the upstream aws-cloud-controller-manager. All upstream configuration options apply.

For full documentation, see: https://github.com/kubernetes/cloud-provider-aws

Chart versions
  • 0.0.11-fips

    Latest
  • 0.0.11

  • 0.0-fips

  • 0-fips

View all chart versions

Images

Helm charts contain references to Chainguard Container images. The following images are referenced in the chart:

cloud-provider-aws-fips logoFIPS

cloud-provider-aws-fips


The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.