eks

仓库创建 2019年5月19日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

对希望在 AWS 上自动化 K8s 运维的团队很有用。

▸ 风险提示

需要 AWS 凭证与权限,集群改动可能影响可用性并产生成本。

这个 Skill 做什么

通过 AWS EKS 创建、管理 Kubernetes 集群与工作负载。

在 AWS 上用 EKS 创建和管理 Kubernetes 集群、节点组与工作负载,能配置 IRSA、部署应用并和其他 AWS 服务集成。常用于搭建生产集群、扩容、调整节点策略或把应用上云时一并配置云权限。特点是不用自建 control plane,和 AWS 深度整合,运维门槛和管理成本更低。

▸ 展开 SKILL.md 英文原文

AWS EKS Kubernetes management for clusters, node groups, and workloads. Use when creating clusters, configuring IRSA, managing node groups, deploying applications, or integrating with AWS services.

开发编程AWSKubernetes集群通用
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/eks/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/eks/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AWS EKS

Amazon Elastic Kubernetes Service (EKS) runs Kubernetes without installing and operating your own control plane. EKS manages the control plane and integrates with AWS services.

## Table of Contents

- [Core Concepts](#core-concepts)
- [Common Patterns](#common-patterns)
- [CLI Reference](#cli-reference)
- [Best Practices](#best-practices)
- [Troubleshooting](#troubleshooting)
- [References](#references)

## Core Concepts

### Control Plane

Managed by AWS. Runs Kubernetes API server, etcd, and controllers across multiple AZs.

### Node Groups

| Type | Description |
|------|-------------|
| **Managed** | AWS manages provisioning, updates |
| **Self-managed** | You manage EC2 inst
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有