amazon-eks
Installation
SKILL.md
Amazon EKS
Amazon EKS is a managed Kubernetes service that makes it easy to run Kubernetes on AWS and on-premises. It's used by developers and organizations who want to leverage Kubernetes without the operational overhead of managing the control plane.
Official docs: https://docs.aws.amazon.com/eks/latest/userguide/
Amazon EKS Overview
- Cluster
- Node Group
- Addon
- Fargate Profile
Use action names and parameters as needed.
Working with Amazon EKS
This skill uses the Membrane CLI to interact with Amazon EKS. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills