Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1)

Learn AWS Elastic Kubernetes Service leveraging Terraform and Devops like development approach

Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1)
Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1)

Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1) udemy course

Learn AWS Elastic Kubernetes Service leveraging Terraform and Devops like development approach

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