From 466e60fdb90f12e36b5a2a5b0938eedc963b1d8d Mon Sep 17 00:00:00 2001 From: Saf Shah <93471509+s-shah-coder@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:39:20 +0000 Subject: [PATCH] Completed Day 55 exercises, added comments Day 55 --- Days/day55.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Days/day55.md b/Days/day55.md index 0f9d777..5a19bd7 100755 --- a/Days/day55.md +++ b/Days/day55.md @@ -237,3 +237,5 @@ This wraps up our Kubernetes section, there is so much additional content we cou Next up we are going to be taking a look at Infrastructure as Code and the important role it plays from a DevOps perspective. See you on [Day 56](day56.md) + +# Completed daily exercises, State and Ingress \ No newline at end of file diff --git a/README.md b/README.md index 7157de6..3d1f180 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich - [✔️] ☸ 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) +- [✔️] ☸ 55 > [State and Ingress in Kubernetes](Days/day55.md) ### Learn Infrastructure as Code