jtblin/kube2iam
kube2iam provides different AWS IAM roles for pods running on Kubernetes observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 81
- Release rhythm 82
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 4
- age_days: 3769
- days_rel: 121
- days_push: 117
- n_releases_24m: 4
Adoption not part of the score
2042 stars · 332 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
kube2iam is a Kubernetes daemonset that intercepts traffic to the EC2 metadata API and returns per-pod AWS IAM credentials based on pod annotations. It lets containers in a shared cluster assume distinct IAM roles instead of sharing the node's instance profile role.
Use cases
- give each pod its own AWS IAM role in a multi-tenant Kubernetes cluster
- avoid creating a union IAM role for all containers on a node
- redirect EC2 metadata API calls to a proxy that returns scoped temporary credentials
- manage AWS credentials for pods via Kubernetes annotations
- secure AWS access for containers without embedding static keys
When to choose
- running Kubernetes on AWS outside EKS where IRSA is unavailable
- you need per-pod IAM role isolation via annotations on legacy clusters
When to avoid
- using EKS — prefer AWS IAM roles for service accounts (IRSA), the official drop-in replacement
- clusters not running on AWS
- you want a maintained, modern solution — this project is in maintenance mode
Facets
service · maturity maintenance
auth security proxy middleware cloud-computing security go cloud aws-iam kubernetes ec2-metadata iam-roles pods credentials-proxy devops containers docker
1 source
- readme: https://github.com/jtblin/kube2iam · fetched 2026-08-28 · de60706ff5b0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jtblin/kube2iam | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem