Description
In this course, you will learn:-
- Create an AWS Kubernetes cluster
- Learn how to set up a Kubernetes cluster using Kops
- Learn how to run immutable infrastructure with Terraform
- Learn about Kubernetes deployment concepts
- Watch logs and learn how to sneak inside a Docker container
- You can use what you've learned in this course to other cloud providers besides AWS
- Learn about Kubernetes' horizontally scalable deployment
- Learn how to use a Docker container to deploy an NGINX web server with custom content to Kubernetes
Learn how to view logs and enter a Docker container within a Kubernetes pod
Syllabus:-
-
Please shut down all your resources in AWS if you do not use them
-
What is this course about
-
Create free account on AWS
-
Install AWS materials
-
Install aws utility
-
Configure aws with proper credentials
-
Install kubectl commands
-
Install kubectl
-
Install Kops commands
-
Install kops
-
Install Terraform commands
-
Install terraform
-
Terraform materials
-
How to practically use terraform
-
Start Kubernetes cluster - kops command
-
How to use kops and create Kubernetes cluster
-
How to use kops and create Kubernetes cluster (Continue) - Why hosted zone
-
Convert terraform v11 code procuded by kops to terraform v12
-
How to use kops and create Kubernetes cluster (Demo)
-
Kubernetes cluster components explained
-
Simple Nginx commands
-
Simple Kubernetes cluster Nginx deployment (Part 1)
-
Simple Kubernetes cluster Nginx deployment - explanation (Part 2)
-
Exploring and editing simple Kubernetes cluster deployment (Part 3)
-
Deployment materials
-
Kubernetes cluster deployment via YAML files (Part 4)
-
Update NGINX content in Kubernetes cluster deployment (Part 5)