#EKS_task
I am sharing my EKS task. In this task i used various concept of EKS.

Here I have complete my project that i have launch wordpress with help of EKS .
AWS EKS
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on AWS without needing to install and operate your own Kubernetes clusters.
EKS stands for Elastic Kubernetes Service, which is an Amazon offering that helps in running the Kubernetes on AWS without requiring the user to maintain their own Kubernetes control plane. It is a fully managed service by Amazon.
For Launching this setup first we need some software
1. AWSCLI V2
2. EKSCTL
3.MINIKUBE

1.First go on aws site: https://aws.amazon.com/console/
login root a/c:

2. Create IAM A/C give AdministratorAccess


3. Logging from cli:




























Now copy link and launch


delete cluster otherwise billing increasing.
With this we come to the end of our task.
Thanks for reading!!