My journey of AWS EKS training

Snehal Shinde
2 min readJul 15, 2020

i would like to share my experience of amazon eks two days training offer by LinuxWorld Informatics Pvt Ltd under mentorship of world record holder “Mr.Vimal daga”.

Initially i started with IIEC rise RHSCA trainning on youtube, i really like vimal sir teaching way. I am instrumentation student so i dont have any prior knowledge of python, linux or cloud but vimal sir started with very zero. Now only because of vimal sir i can able to understand python, linux and aws cloud

i would like to share some of my knowledge of this aws eks two days training:

What is amazon elastic kubernetes service?

Amazon EKS is a fully managed service that make it easier to run Kubernetes on AWS. Through AWS EKS, we can run Kubernetes without installing and operating a Kubernetes control plane or worker nodes.

EKS is a managed containers-as-a-service (CaaS)

To understand Amazon EKS better, let’s take a step back. Here’s a quick overview of Kubernetes.

kubernetes is an open-source system that allows organizations to deploy and manage containerized applications like platforms as a service (PaaS), batch processing workers, and microservices in the cloud. Kubernetes manage functions such as load balancing, monitoring and controlling pods or application,

EKS is deeply integrated with services such as Amazon CloudWatch, Auto Scaling Groups, AWS Identity and Access Management (IAM), and Amazon Virtual Private Cloud (VPC), providing you a seamless experience to monitor, scale, and load-balance your applications.

EKS integrates with AWS App Mesh and provides a Kubernetes native experience to consume service mesh features and bring rich observability, traffic controls and security features to applications.

Additionally, EKS provides a scalable and highly-available control plane that runs across multiple availability zones to eliminate a single point of failure.

In this entire two days training i did one task

Task was to deploy wordpress on aws eks by integrating aws eks with ELB, setting EF.After doing Integration we can launch a pod that will be Wordpress with MySQL database

here is the link of my task:

I would like to Thank Vimal Daga Sir, Preeti Mam and all the members of the Linux World Family for this is an experience I will forever remember and cherish.It was an immense pleasure and excitement to attend this training.

thank you so much

--

--