Complted Daily exercises Day 51, added comments Day 51

This commit is contained in:
Saf Shah 2023-01-04 19:54:50 +00:00
parent 74a9ad6386
commit d30c754294
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: '#90DaysOfDevOps - Deploying your first Kubernetes Cluster - Day 51' title: "#90DaysOfDevOps - Deploying your first Kubernetes Cluster - Day 51"
published: false published: false
description: 90DaysOfDevOps - Deploying your first Kubernetes Cluster description: 90DaysOfDevOps - Deploying your first Kubernetes Cluster
tags: 'DevOps, 90daysofdevops, learning' tags: "DevOps, 90daysofdevops, learning"
cover_image: null cover_image: null
canonical_url: null canonical_url: null
id: 1048778 id: 1048778
@ -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) - [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) See you on [Day 52](day52.md)
# Completed exercises, installing Kubernetes with arkade, minikube

View File

@ -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) - [✔️] ☸ 49 > [The Big Picture: Kubernetes](Days/day49.md)
- [✔️] ☸ 50 > [Choosing your Kubernetes platform](Days/day50.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) - [] ☸ 52 > [Setting up a multinode Kubernetes Cluster](Days/day52.md)
- [] ☸ 53 > [Rancher Overview - Hands On](Days/day53.md) - [] ☸ 53 > [Rancher Overview - Hands On](Days/day53.md)
- [] ☸ 54 > [Kubernetes Application Deployment](Days/day54.md) - [] ☸ 54 > [Kubernetes Application Deployment](Days/day54.md)