Rating 4.1 out of 5 (15 ratings in Udemy)
What you'll 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
DescriptionComprehensive explanation of the application deployment to AWS(Elastic Kubernetes Service) cluster in AWS. …
Rating 4.1 out of 5 (15 ratings in Udemy)
What you'll 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
DescriptionComprehensive explanation of the application deployment to AWS(Elastic Kubernetes Service) cluster in AWS.
Disclaimer !!! AWSEKSis PAIDservice
Provision AWSEKS(Elastic KubernetesService) in AWS by manually by clicking in AWSconsole,
Write Terraform code (IaaC Infrastructure as a Service) to provision AWSEKScluster and Node Group automatically,
Construct simple Nginx Web Server YAMLspecification and deploy it to AWS EKScluster
Explain everything in practical context so everybody can put together thoughts accurate to her/his thinking process.
This course require to create AWSFree 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