mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-03-13 11:30:56 +07:00
small edits and started day 49
This commit is contained in:
parent
7a70f2b088
commit
04ac264ad8
@ -1 +1,34 @@
|
|||||||
## The Big Picture: Kubernetes
|
## 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
|
Loading…
Reference in New Issue
Block a user