From ffcca98101f77ce93ce80a1701c7986bbe65af05 Mon Sep 17 00:00:00 2001 From: Saad Date: Sun, 8 Oct 2023 10:56:12 +0530 Subject: [PATCH 1/2] Add Kubernetes resource Added an excellent video on kubernetes from Beginner to expert https://youtu.be/JoHUi9KvnOA?si=dJCC7BJJmrm6yZVv --- DevOps/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DevOps/README.md b/DevOps/README.md index 7d3e7531..a3642380 100644 --- a/DevOps/README.md +++ b/DevOps/README.md @@ -51,6 +51,7 @@ - [Shell Scripting for DevOps + Hands on projects](https://www.youtube.com/watch?v=zsajhz2_50g&list=PLdpzxOOAlwvIZ7u-gtpX_bozrspUbTQ1S) - [Shell Scripting Tutorial for Beginners](https://www.youtube.com/watch?v=cQepf9fY6cE&list=PLS1QulWo1RIYmaxcEqw5JhK3b-6rgdWO_) - [Shell Scripting Tutorial | Shell Scripting Crash Course](https://www.youtube.com/watch?v=GtovwKDemnI&t=1658s) +- [Shell Sc ## Containers @@ -84,6 +85,7 @@ - [Complete Kubernetes Course - Hitesh Choudhary(Youtube)](https://www.youtube.com/watch?v=7XDeI5fyj3w) - [Kubernetes in 5 minutes - VMware(Youtube)](https://www.youtube.com/watch?v=PH-2FfFD2PU) - [Learn Kubernetes with hands-on labs - KubeCampus](https://kubecampus.io/) + - [Kubernetes Beginner to Expert - Abheshek Veeramalla(Youtube)](https://youtu.be/JoHUi9KvnOA?si=dJCC7BJJmrm6yZVv) ## Infrastructure Provisioning From 30a9f1b04df566e22f446dcc882f7c136037977a Mon Sep 17 00:00:00 2001 From: Saad Date: Sun, 8 Oct 2023 10:58:45 +0530 Subject: [PATCH 2/2] Removing changes made by mistake --- DevOps/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DevOps/README.md b/DevOps/README.md index a3642380..416691cf 100644 --- a/DevOps/README.md +++ b/DevOps/README.md @@ -51,7 +51,6 @@ - [Shell Scripting for DevOps + Hands on projects](https://www.youtube.com/watch?v=zsajhz2_50g&list=PLdpzxOOAlwvIZ7u-gtpX_bozrspUbTQ1S) - [Shell Scripting Tutorial for Beginners](https://www.youtube.com/watch?v=cQepf9fY6cE&list=PLS1QulWo1RIYmaxcEqw5JhK3b-6rgdWO_) - [Shell Scripting Tutorial | Shell Scripting Crash Course](https://www.youtube.com/watch?v=GtovwKDemnI&t=1658s) -- [Shell Sc ## Containers