> For the complete documentation index, see [llms.txt](https://whchoi98.gitbook.io/k8s/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whchoi98.gitbook.io/k8s/master.md).

# Amazon EKS

해당 블로그는 Amazon EKS에 대한 전반적인 개념과 아키텍쳐 소개를 다룹니다..

AWS EKS에 대한 설치와 구성 및 관리, 네트워크, 스토리지 ,보안, CI/CD, 서비스등에 대한 다양한 Hands On Lab을 상세하게 소개합니다.

### [EKS 환경과 구성](/k8s/eks.md) (40min)

### [VPC구성과 eksctl 기반 설치](/k8s/vpc-eksctl.md) (1h)

### [EKS Service 이해 (2h)](#eks-2h)

### [EKS 기반 관리](/k8s/eks-2.md) (1h 30min)

### [EKS Networking](/k8s/eks-networking.md) (1h 30min)

### [EKS Storage](/k8s/eks-storage.md) (1h 30min)

### [EKS Security](/k8s/eks-security.md) (1h 30min)

### [EKS CI/CD](/k8s/eks-cicd.md) (3h)

### [EKS Service Mesh](/k8s/eks-service-mesh.md) (1h)

블로그 관련 문의 내용은 CHOI, WOO HYUNG ([whchoi@amazon.com](mailto:whcho@amazon.com), <whchoi98@gmail.com>) 으로 문의하십시요.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://whchoi98.gitbook.io/k8s/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
