Amazon EKS Project

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.


Steps to Design

First of all, create cluster in Kubernetes

No alt text provided for this image

In this Cluster file we have made two-node:-

  1. t2.micro
  2. t2.small

And then run this command in your command prompt where this file is being located


No alt text provided for this image

Run the below-mentioned command to create a cluster.

No alt text provided for this image

After this, we have to create a Deployment file, Role Binding and also Storage Class file

No alt text provided for this image



No alt text provided for this image



No alt text provided for this image


After this, create a namespace

No alt text provided for this image

Then, we have to run these all file

No alt text provided for this image

Then the next step is to run WordPress and MySQL file.

No alt text provided for this image


No alt text provided for this image
No alt text provided for this image


After this check, the pods, services, and PVC are created or not

No alt text provided for this image


Now copy the URL after creation and paste it to google

No alt text provided for this image


GITHUB URL:- https://github.com/paliwalarshit/Amazon-EKS

This is all about this project.


𝕿𝖍𝖆𝖓𝖐𝖘 𝖋𝖔𝖗 𝖗𝖊𝖆𝖉𝖎𝖓𝖌


To view or add a comment, sign in

More articles by Arshit Paliwal

  • Amazon Elastic Kubernetes Service

    What is Amazon Elastic Kubernetes Service? Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that…

    1 Comment
  • AUTOMATED WEBSERVER IN AWS USING TERRAFORM

    In the current scenario of the automation world, we have to make each and every step to be automated. Form deploying…

    5 Comments
  • Face Recognition through CNN(VGG16)

    In deep learning, a convolutional neural network (CNN, or ConvNet) is a class of deep neural networks, most commonly…

    2 Comments
  • Automation of Git-Jenkins-Docker

    Problem Statement : 1. Create a container image that’s has Jenkins installed using Dockerfile.

    4 Comments

Explore content categories