Also known as k8s or kube
API based system that makes Docker containers reliable & scalable
by Google
Desired cluster state management tool
Hosts running k8s daemons
Example: EC2 instance on AWS
Basic unit of deployment in k8s
All Docker containers within the same pods are guaranteed to be on the same server
Ensures that a specified number of Pod replicas are running at any given time.
Is used to change the current state to the desired state.
Wraps around Pods and Replica Sets
A "proxy" way to access Pods
Service, but for the cluster
A virtual cluster inside of physical cluster
Is used to perform some task and exit after successfully completing their work or after a given period of time
Kubernetes OPerationS
Package manager for Kubernetes
Collection of kubernetes building blocks (pods, deployments, services, etc) powered by templating language
A name of the Chart deployed to kubernetes