From 04ac264ad8e5eead2681daa921423d324f419a89 Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Mon, 14 Feb 2022 21:34:27 +0000 Subject: [PATCH] small edits and started day 49 --- Days/day49.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/Days/day49.md b/Days/day49.md index 7d9edce..3a95575 100644 --- a/Days/day49.md +++ b/Days/day49.md @@ -1 +1,34 @@ -## The Big Picture: Kubernetes \ No newline at end of file +## The Big Picture: Kubernetes + +In the last section we covered Containers, Containers full short when it comes to scale and orchestration alone. The best we can do is use docker-compose to bring up multiple containers together. When it comes to Kubernetes which is a Container Orchestrator. + +### What is Container Orchestration? + +I have mentioned Kubernetes and I have mentioned Container Orchestration, Kubernetes is the technology where as the container orchestration is the concept or the process behind the technology. What I mean is that Kubernetes is not the only Container Orchestration platform we also have Docker Swarm, HashiCorp Nomad and others. But Kubernetes is going from strength to strength so I want to cover Kubernetes but wanted to say that it is not the only one out there. + +### What is Kubernetes + + +### Main Kubernetes Components + +Kubernetes Architecture + +Kubectl Commands +Kubernetes YAML + +Kubernetes Ingress +Kubernetes Services + +Helm Package Manager + +Persistant Storage +Stateful Apps + +Demo Overview - Should be demos throughout of building a simple pod deployment but then we want to build additional pods and storage with ingress and services included. + + + + + + +## Resources \ No newline at end of file