AWS CCP Notes

Search

Search IconIcon to open search

15-03 Kubernetes

Last updated Aug 17, 2023 Edit Source

Kubernetes is an open-source container orchestration system for automating deployment, scaling, and management of containers.

Note

Originally created by Google and now maintained by the Cloud Native Computing Foundation (CNCF)

Kubernetes is commonly called K8s

Advantage

The advantage of Kubernetes over Docker is the ability to run containers distributed across multiple VMs

Purpose

Kubernetes is ideally for micro-service architectures where a company has tens to hundreds of services they need to manage