EKS Task
Here Is The Task For The EKS training
First We need an account with Admin Access
We can add a new user with admin power or we can give the existing user
as I have given
and after that we need to download some software for cli
like EKSCTL, KUBECTL, AWS CLI
we can get this software from Internet easily all you need is the AWS account
After We are done with user access
we need to set up the Cluster
In the Service search for "EKS"
there you can see the cluster-info
We can launch the cluster using GUI or CLI
I prefer CLI and the code to launch you can find in my GitHub
After We launch the cluster you can find something like this
My Cluster Name: cluster1
And After that, we need to launch the Pods having WordPress and MySQL images
with MySQL having persistence Storage for The DataBase again you can find the code in my Github.
After Launching the Cluster we have something like this in Our Instance Dashboard
All the 3 Running instance are the Slave node (running one)
After launching the pods with the load balancer which look something like this
The load-balancer provides the DNS name which you can use to open the website.
you have to wait till the slave launches the pods or you can check the status as in my case it shows ''3 of 3 instances in service"
You can use the load-balancer after the service is ready
And you can configure WordPress and start using it.
You can find something like this
And this the main intension for all
THANKS