Overview
AWS Controllers for Kubernetes (ACK) lets you define and use AWS service resources directly from Kubernetes. With ACK, you can take advantage of AWS-managed services for your Kubernetes applications without needing to define resources outside of the cluster or run services that provide supporting capabilities like databases or message queues within the cluster.
Container images
Each ACK service controller is packaged into a separate container image that is published in a public repository corresponding to an individual ACK service controller.
Container images for ACK service controllers can be found in the ACK registry within the Amazon ECR Public Gallery. To find a container image for a specific service, you can go to gallery.ecr.aws/aws-controllers-k8s/$SERVICENAME-controller
. For example, the link to the ACK service controller container image for Amazon Simple Storage Service (Amazon S3) is gallery.ecr.aws/aws-controllers-k8s/s3-controller
.
Individual ACK service controllers are tagged with their release version. You can find image URIs for different releases under the Image tags
section in the image repository on the ECR Public Gallery.
In accordance with best practices, we do not include :latest
default tags for our image repositories.
Next steps
This guide assumes that you have access to a Kubernetes cluster. You do not need to use the Amazon Elastic Kubernetes Service (Amazon EKS) to get started with ACK service controllers. If you do not yet have a Kubernetes cluster and would like to use Amazon EKS, you can visit the Amazon EKS Setup guide.
Once you have access to a Kubernetes cluster, you can install the ACK service controller of your choice.