• Turnkey cloud solutions Create K8s clusters on a range of Cloud IaaS providers with only a few commands ◦ AWS ◦ Google Compute Engine (GCE) ◦ etc. • On-psremises turnkey cloud solutions • Custom solutions
• Turnkey cloud solutions • On-premises turnkey cloud solutions Create K8s clusters on your internal, secure, cloud network with only a few commands ◦ GKE On-Prem | Google Cloud ◦ SUSE CaaS Platform ◦ etc. • Custom solutions
• Can be a VM or physical machine • also called "minions" • Node components do: ◦ Run on each node ◦ Maintain running pods ◦ Provid K8s runtime ENV • Components: ◦ Kubelet ◦ Kube-proxy ◦ Container Runtime Node Kubelet Container Runtime Kube-proxy Pod Pod Pod
"brains"): ◦ API server (our point of entry to everything!) ◦ core services like scheduler & controller manager ◦ etcd ▪ a highly available key/value store ▪ "database" of K8s • Also called the "master"
◦ node (a machine - physical or virtual) ◦ pod (group of containers running together on a node) ◦ service (stable network endpoint to connect to one or multiple containers) ◦ namespace (more-or-less isolated group of things) And much more!