From d30c75429434fed51fd35dd30569b56169c2ebd4 Mon Sep 17 00:00:00 2001 From: Saf Shah Date: Wed, 4 Jan 2023 19:54:50 +0000 Subject: [PATCH] Complted Daily exercises Day 51, added comments Day 51 --- Days/day51.md | 8 +++++--- README.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Days/day51.md b/Days/day51.md index 00a44bd..cfc4f7a 100755 --- a/Days/day51.md +++ b/Days/day51.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - Deploying your first Kubernetes Cluster - Day 51' +title: "#90DaysOfDevOps - Deploying your first Kubernetes Cluster - Day 51" published: false description: 90DaysOfDevOps - Deploying your first Kubernetes Cluster -tags: 'DevOps, 90daysofdevops, learning' +tags: "DevOps, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1048778 @@ -89,7 +89,7 @@ Along with the official documentation, I have also found myself with this page o | kubectl get nodes | List all nodes in cluster | | kubectl get namespaces | List all namespaces in cluster | | kubectl get pods | List all pods in default namespace cluster | -| kubectl get pods -n name | List all pods in the "name" namespace | +| kubectl get pods -n name | List all pods in the "name" namespace | | Creating Resources | | | ----------------------------- | ------------------------------------------- | @@ -176,3 +176,5 @@ If you have FREE resources that you have used then please feel free to add them - [Techbeatly - Deploy Minikube Using Vagrant and Ansible on VirtualBox](https://www.youtube.com/watch?v=xPLQqHbp9BM&t=371s) See you on [Day 52](day52.md) + +# Completed exercises, installing Kubernetes with arkade, minikube diff --git a/README.md b/README.md index 0f1fb87..dd0d0ee 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich - [✔️] ☸ 49 > [The Big Picture: Kubernetes](Days/day49.md) - [✔️] ☸ 50 > [Choosing your Kubernetes platform](Days/day50.md) -- [] ☸ 51 > [Deploying your first Kubernetes Cluster](Days/day51.md) +- [✔️] ☸ 51 > [Deploying your first Kubernetes Cluster](Days/day51.md) - [] ☸ 52 > [Setting up a multinode Kubernetes Cluster](Days/day52.md) - [] ☸ 53 > [Rancher Overview - Hands On](Days/day53.md) - [] ☸ 54 > [Kubernetes Application Deployment](Days/day54.md)