When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1)
Learn AWS Elastic Kubernetes Service leveraging Terraform and Devops like development approach

This Course Includes
udemy
2 (16 reviews )
2h 40m
english
Online - Self Paced
professional certificate
Udemy
About Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1)
Comprehensive
explanation of the application deployment to
AWS (Elastic Kubernetes Service)
cluster in
AWS.
Disclaimer !!! AWS EKS is PAID service
Provision
AWS EKS (Elastic Kubernetes Service)
in AWS by manually by clicking in
AWS console
,
create
AWS
IAM roles
create
VPC subnets
create
AWS security groups
provision
AWS EKS Node Group
Write
Terraform
code (IaaC Infrastructure as a Service) to provision
AWS EKS cluster
and
Node Group
automatically,
Construct
simple Nginx Web Server YAML specification and
deploy
it to
AWS EKS cluster
Explain everything in
practical context
so everybody can put together thoughts accurate to her/his
thinking process
.
This course require to create
AWS Free Tier account
!!! This course is a
Prerequisite
for a
follow up
course
:
Learn AWS EKS Kubernetes cluster with Helm Charts (Part 2)
where I will go over:
writing
Dockerfile
-s
docker-compose
specification for:
backend,
frontend,
Nginx Reverse Proxy,
PostgreSQL docker images
learning about
helm
and
helmfile
binaries
backend
helm chart (for
dockerized
custom
written Python Flask application)
fronetend
helm chart (for
dockerized
custom
written React application)
Nginx Ingress Controller
helm chart(used as reverse proxy)
PostgreSQL database
helm chart as dependency for
backend
helm chart
What You Will Learn?
- Learn how to provision AWS EKS (Elastic Kubernetes Service) cluster as well as AWS EKS node group manually .
- Learn using Terraform to provision AWS EKS (Elastic Kubernetes Service) cluster as well as AWS EKS node group .
- Learn basics with AWS console .
- Learn how to construct deployment file with Nginx Web server.