Changes

Jump to navigation Jump to search
55 bytes added ,  16:10, 2 May 2023
link to Reddit
| text = It's important to note right up front, before you dive into Kubernetes, that [[minikube]] is the tool for ''local'' Kubernetes.
}}
 
For hands-on interactive learning, head over to https://Katacoda.com
 
Reddit community is at https://www.reddit.com/r/kubernetes/
==Kubernetes Components==
[[File:Components-of-kubernetes.png|thumb|left|800px|Kubernetes Components|link=https://kubernetes.io/docs/concepts/overview/components/]]
<br clear="all">
 ;Pod: abstraction of a container;Service: communication between Pods;Ingress: route traffic into cluster;ConfigMap: external configuration;Secret: external configuration;Volume: data persistence
;Blueprints:
;Deployments: for replication of stateless services; a template for creating pods; Declarative so the Controller Manager can check and ensure system is what we want. Each configuration file has 3 parts: metadata, specification, status (automatically generated and added by K8s);StatefulSet: replication of stateful applications like databases
Current status comes from etcd - the "Cluster Brain".

Navigation menu