Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.83 KB

charm-aws-iam.md

File metadata and controls

77 lines (51 loc) · 1.83 KB
wrapper_template markdown_includes context keywords tags sidebar permalink layout toc charm_revision bundle_release
templates/docs/markdown.html
nav
kubernetes/docs/shared/_side-navigation.md
title description
Aws-iam charm
A charm that enables using AWS IAM to authenticate with Kubernetes
component, charms, versions, release
reference
k8smain-sidebar
1.21/charm-aws-iam.html
base
ubuntu-com
false
61
1.21

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