EKS Task

Here Is The Task For The EKS training

No alt text provided for this image

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

No alt text provided for this image

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

No alt text provided for this image

After We launch the cluster you can find something like this

No alt text provided for this image

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

No alt text provided for this image

All the 3 Running instance are the Slave node (running one)

After launching the pods with the load balancer which look something like this

No alt text provided for this image

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

No alt text provided for this image

And this the main intension for all

THANKS


要查看或添加评论,请登录

Ashutosh Singh的更多文章

  • TASK-3 HYBRID-MULTICLOUD

    TASK-3 HYBRID-MULTICLOUD

    Launch The WordPress and MySQL in Different Subnet(Public, Private Respectively) for the Security Purpose. What The…

    2 条评论
  • TASK-1 ANSIBLE

    TASK-1 ANSIBLE

    TASK: Write an Ansible PlayBook that does the following operations in the managed nodes. ?? Configure Docker ?? Start…

    2 条评论
  • TASK-2 HybridMultiCloud

    TASK-2 HybridMultiCloud

    Launch The EC2 instance with EFS using Terraform Prerequisites: AWS account, AWS CLI, Terraform In this article, I'm…

  • Magic#1 (Task1 of Multi-Cloud)

    Magic#1 (Task1 of Multi-Cloud)

    Why I Call This Magic In The Heading I call this as magic because For the First Time when you See this Working it asks…

    6 条评论

社区洞察

其他会员也浏览了