Complted Daily exercises Day 52, added comments Day 52

This commit is contained in:
Saf Shah 2023-01-06 11:33:33 +00:00
parent d30c754294
commit ec214cf14d
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
title: '#90DaysOfDevOps - Setting up a multinode Kubernetes Cluster - Day 52'
title: "#90DaysOfDevOps - Setting up a multinode Kubernetes Cluster - Day 52"
published: false
description: 90DaysOfDevOps - Setting up a multinode Kubernetes Cluster
tags: 'devops, 90daysofdevops, learning'
tags: "devops, 90daysofdevops, learning"
cover_image: null
canonical_url: null
id: 1049050
@ -180,3 +180,5 @@ If you have FREE resources that you have used then please feel free to add them
- [Kunal Kushwaha - Kubernetes Tutorial for Beginners | What is Kubernetes? Architecture Simplified!](https://www.youtube.com/watch?v=KVBON1lA9N8)
See you on [Day 53](day53.md)
# Completed exercises, setting up a kuberenetes cluster, vagrant

View File

@ -99,7 +99,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)
- [] ☸ 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)
- [] ☸ 54 > [Kubernetes Application Deployment](Days/day54.md)
- [] ☸ 55 > [State and Ingress in Kubernetes](Days/day55.md)