Aws-iam charm

The AWS IAM charm allows a Kubernetes cluster to be authenticated via the Amazon API using AWS users and groups. The authorization falls to RBAC, so an Amazon user or group maps to an RBAC user.

Usage

The AWS IAM charm is subordinate to the [kubernetes-master] (https://jaas.ai/u/containers/kubernetes-master) charm and needs to be related to it. It will then set the Kubernetes API server to authenticate through the AWS IAM pod deployed inside the cluster.

juju deploy cs:~containers/aws-iam
juju deploy charmed-kubernetes
juju add-relation aws-iam kubernetes-master

Configuration

name type Default Description
image string See notes OCI Image to use for aws-iam-authentication.

image

Default:

rocks.canonical.com:5000/cdk/aws-iam-authenticator:v0.4.0_ck1

Back to table

Further information