What problem does it solve?
This Skill consolidates official AWS EKS documentation into a structured, discoverable resource that helps teams learn, configure, and operate Kubernetes clusters on AWS, including EKS Auto Mode, addons, networking, and security practices.
Core Features & Use Cases
- Centralized guidance on cluster creation, management, networking, security, and addons for EKS.
- Quick-start workflows for creating clusters with eksctl or the AWS Console and for integrating with CI/CD pipelines.
- Use case: A deployment team needs a production-ready EKS cluster with auto scaling and essential add-ons; this skill provides the reference steps and best practices.
Quick Start
- Use eksctl or the AWS Management Console to create a basic EKS cluster.
- Refer to the references to configure networking, security, and addons for a production-ready setup.
- After cluster creation, deploy a sample workload to validate the configuration.