# Amazon EKS

이 실습은 Amazon EKS에 대한 전반적인 개념을 소개하고  실습을 다루고 있습니다.

Amazon EKS의 개념은 [kubernetes.io](https://kubernetes.io/ko/docs/home/) 공식 블로그 및 [Amazon EKS](https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/getting-started.html) 사용자 가이드를 원문으로 의역한 내용입니다.

실습은 [Amazon EKS workshop](https://www.eksworkshop.com/)의 일부를 가져온 온것으로 보다 많은 실습 및 자세한 내용은 원문을 참고 합니다.


---

# Agent Instructions: 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:

```
GET https://wjlee81.gitbook.io/amazon-eks/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
