Slide 4
Slide 4 text
Kubernetes
• Cluster management software
• Based on Google's experience of running containers in
production for about 15 years
• Container orchestrator
• System for automating deployment, scaling, and
management of containerized applications
• Has its own primitives (aka resources)
• Pods, Deployments, Services, etc.
• Declarative