eks

Design, deploy, and troubleshoot EKS clusters on AWS.

12|5|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill eks-aws-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eks
Source: https://github.com/aws-samples/sample-claude-code-plugins-for-startups/tree/main/plugins/aws-dev-toolkit/skills/eks
Command: npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill eks-aws-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designs, deploys, and troubleshoots EKS clusters on AWS.

Core Features & Use Cases

  • Provide guidance for selecting compute strategy (managed node groups, Fargate, or self-managed) and configuring cluster networking, IAM, and add-ons.
  • Plan and execute autoscaling with Karpenter, monitor cluster health, and ensure high availability across AZs.
  • Help with IRSA vs Pod Identity, add-ons management, upgrades, and observability.

Quick Start

Describe your workload and I will generate a complete EKS design, including compute strategy, IAM, add-ons, and upgrade guidance.

Frequently Asked Questions about eks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design and deploy an EKS cluster on AWS across multiple Availability Zones?

EKS cluster design involves selecting a compute strategy like managed node groups or Fargate, configuring networking across multiple Availability Zones, and setting up IAM. Describe your workload to generate a complete cluster deployment configuration with high availability.

What is the best way to configure autoscaling for EKS using Karpenter?

Configuring EKS autoscaling with Karpenter involves planning node provisioning to match workload demands. This approach helps monitor cluster health and maintain high availability across multiple Availability Zones during scaling operations.

Should I use IRSA or Pod Identity for my EKS cluster IAM model?

Choosing between IRSA and Pod Identity for EKS depends on your workload access requirements. This Skill helps evaluate both IAM models to properly configure secure pod-level permissions for your cluster.

How do I manage EKS add-ons and plan cluster upgrades?

Managing EKS add-ons and planning upgrades involves configuring cluster extensions and scheduling version updates. This Skill provides guidance for add-ons management and upgrade planning to keep your cluster maintained and secure.

Does this EKS deployment guidance support Fargate and self-managed node groups?

Yes, EKS deployment guidance supports selecting compute strategies including managed node groups, Fargate, and self-managed nodes. It helps configure the appropriate compute environment based on your specific workload requirements.