My YouTube Collection


Kubernetes Lab Session

Table of Content

  1. Part-1 : Kubernetes cluster setup on Ubuntu 20.04 | 18.04 | 16.04 (hashicorp/bionic64)
  2. Part-2 : Kubernetes Cluster setup on CentOS 7 (bento/centos-7)
  3. Part-3 : kubespray Kubernetes Cluster setup
  4. Part-4 : Deploy spring boot microservices on kubernetes cluster
  5. Part-5 : Setup kubernetes Cluster On Google Cloud Platform | Deploy Spring boot microservice on
  6. Part-6 : Kubernetes Dashboard setup step by step
  7. Part-7 : Kubernetes Dashboard set up using Google Kubernetes Engine | Google Cloud Platform
  8. Part-8 : How I setup HaProxy Ingress ingress controller on kubernetes cluster
  9. Part-9 : How to use Persistent Volume and Persistent Claims | Kubernetes
  10. Part-10 : Kubernetes Jenkins setup
  11. Part-11 : Set up complete CI/CD Jenkins pipeline for kubernetes
  12. Part-12 : kubectl export YAML

Helm Chart Lab Session

Table of Content

  1. Part 1 - Helm Chart Explained | Configure and Manage Kubernetes Deployment
  2. Part 2 - How I install Helm chart and prepared my first Hello World chart
  3. Part 3 - What are Helm Chart Repositories and how to work with it
  4. Part 4 - What is Helm Chart Plugins and how to use it
  5. Part 5 - Setup Wordpress using Helm Chart on Kubernetes
  6. Part 6 - Helm Chart Demo - How to create your first Helm Chart?
  7. Part 7 - How to convert Kubernetes yaml to Helm Chart yaml
  8. Part 8 - Helm Lint | How to use Helm Lint command
  9. Part 9 - Helm template | How to use "helm template" command for your helm chart
  10. Part 10 - How to use "helm --debug --dry-run" command to validate and verify kubernetes resources
  11. Part 11 - How to use/pull environment variables into Helm Chart
  12. Part 12 - Helm Upgrade Command | How to use Helm Upgrade Command

Terraform Lab Session

Table of Content

  1. Part 1 - Terraform Explained | How to create your first terraform infrastructure on AWS and Google Cloud
  2. Part 2 - Terraform Input Variable (string, number, bool, list, map...) | How to use Terraform Input Variable
  3. Part 3 - Terraform variable.tf | terraform.tfvars | Terraform command line variables
  4. Part 4 - Terraform Locals | How to use Terraform Locals?
  5. Part 5 - Terraform Output Values | How to use Terraform Output Values?
  6. Part 6 - Understanding terraform count, for_each and for loop?
  7. Part 7 - What are terraform Provisioners?
  8. Part 8 - What are Terraform Dynamic blocks?

====== Kubernetes ======


1.Kubernetes cluster setup on Ubuntu 20.04 | 18.04 | 16.04 ("hashicorp/bionic64")


2. Kubernetes Cluster setup on CentOS 7 (bento/centos-7)


3. kubespray Kubernetes Cluster setup


4. Deploy spring boot microservices on kubernetes cluster


5. Setup kubernetes Cluster On Google Cloud Platform | Deploy Spring boot microservice on


6. Kubernetes Dashboard setup step by step


7. Kubernetes Dashboard set up using Google Kubernetes Engine | Google Cloud Platform


8. How I setup HaProxy Ingress ingress controller on kubernetes cluster


9. How to use Persistent Volume and Persistent Claims | Kubernetes


10. Kubernetes Jenkins setup


11. Set up complete CI/CD Jenkins pipeline for kubernetes


12. kubectl export YAML | Get YAML for deployed kubernetes resources(service, deployment, PV, PVC....)


====== Helm Chart ======


1. Helm Chart Explained | Configure and Manage Kubernetes Deployment - Part 1


2. How I install Helm chart and prepared my first "Hello World" chart - Part 2


3. What are Helm Chart Repositories and how to work with it - Part 3


4. What is Helm Chart Plugins and how to use it - Part 4


5. Setup Wordpress using Helm Chart on Kubernetes - Part 5


6. Helm Chart Demo - How to create your first Helm Chart? - Part 6


7. How to convert Kubernetes yaml to Helm Chart yaml - Part 7


8. Helm Lint | How to use Helm Lint command - Part 8


9. Helm template | How to use "helm template" command for your helm chart - Part 9


10. How to use "helm --debug --dry-run" command to validate and verify kubernetes resources - Part 10


11. How to use/pull environment variables into Helm Chart - Part 11


12. Helm Upgrade Command | How to use Helm Upgrade Command - Part 12


====== Terraform ======

1. Terraform Explained | How to create your first terraform infrastructure on AWS and Google Cloud - Part 1

2. Terraform Input Variable (string, number, bool, list, map...) | How to use Terraform Input Variable - Part 2

3. Terraform variable.tf | terraform.tfvars | Terraform command line variables - Part 3

4. Terraform Locals | How to use Terraform Locals? - Part 4

5. Terraform Output Values | How to use Terraform Output Values? - Part 5

6. Terraform for loop, for_each loop and count? - Part 6

7. What are terraform Provisioners?

8. What are Terraform Dynamic blocks?