Amazon EKS Project
Creating a project with Service provided by Amazon with the integration of Kubernetes i.e. EKS
In this project, we will be using the concept of the Kubernetes cluster and will make a WordPress website attached to the MySQL database through it.
- Introduction to Amazon Eks:https://www.garudax.id/pulse/amazon-elastic-kubernetes-service-arshit-paliwal/
- GITHUB URL:- https://github.com/paliwalarshit/Amazon-EKS
Steps to Design
First of all, create cluster in Kubernetes
In this Cluster file we have made two-node:-
- t2.micro
- t2.small
And then run this command in your command prompt where this file is being located
Run the below-mentioned command to create a cluster.
After this, we have to create a Deployment file, Role Binding and also Storage Class file
After this, create a namespace
Then, we have to run these all file
Then the next step is to run WordPress and MySQL file.
After this check, the pods, services, and PVC are created or not
Now copy the URL after creation and paste it to google
GITHUB URL:- https://github.com/paliwalarshit/Amazon-EKS
This is all about this project.
𝕿𝖍𝖆𝖓𝖐𝖘 𝖋𝖔𝖗 𝖗𝖊𝖆𝖉𝖎𝖓𝖌