From 52446e19180fb3cdabf05f5387cd4f4f1ca867b6 Mon Sep 17 00:00:00 2001 From: Saf Shah Date: Sun, 1 Jan 2023 12:06:18 +0000 Subject: [PATCH] Complted Daily exercises Day 49, added comments Day 49 --- Days/day49.md | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Days/day49.md b/Days/day49.md index fb83f8a..e1f4b58 100755 --- a/Days/day49.md +++ b/Days/day49.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - The Big Picture: Kubernetes - Day 49' +title: "#90DaysOfDevOps - The Big Picture: Kubernetes - Day 49" published: false description: 90DaysOfDevOps - The Big Picture Kubernetes -tags: 'devops, 90daysofdevops, learning' +tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1049049 @@ -232,3 +232,5 @@ This is just a quick overview and notes around the fundamental building blocks o - [Kunal Kushwaha - Kubernetes Tutorial for Beginners | What is Kubernetes? Architecture Simplified!](https://www.youtube.com/watch?v=KVBON1lA9N8) See you on [Day 50](day50.md) + +# Completed exercises, Kubernetes Documentation diff --git a/README.md b/README.md index 4b8ef96..4e4ca99 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich ### Kubernetes -- [] ☸ 49 > [The Big Picture: Kubernetes](Days/day49.md) +- [✔️] ☸ 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)