DocsAWS 101Blog
← Back to Blog

kubectl works against the EKS cluster

September 15, 2026 · v1.5.12

v1.5.12 is an EKS release. aws eks update-kubeconfig now produces a kubeconfig that works: k3s authenticates the IAM exec token aws eks get-token mints, through a TokenReview webhook MiniStack answers itself, so there is no longer any need to copy the admin kubeconfig out of the container. The five general-purpose access policies grant their published Kubernetes permissions, and Pod Identity associations arrive for the controllers that read them. Alongside that, an ECS task reports every lifecycle state AWS documents, a resource-scoped IAM policy matches instead of denying, and AWS::IAM::Policy is provisioned inline the way CloudFormation does it.

New

Fixes

Upgrade

docker pull ministackorg/ministack:1.5.12
docker run -d -p 4566:4566 ministackorg/ministack:1.5.12

Or pin in compose.yaml:

services:
  ministack:
    image: ministackorg/ministack:1.5.12
    ports:
      - "4566:4566"

Stay in sync

Issues and PRs welcome on GitHub. Discussion on r/ministack.