Understanding Kubernetes

1 · Shane Mulligan · June 16, 2020, 4 p.m.
Original articles Understanding Kubernetes Objects | Kubernetes https://kubernetes.io/docs/concepts/ Work in progress Objects 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 object Persistent entities in the k8s system. k8s uses these entities to represent the state of your cluster. They can describe: - What containerized applications are running (and on which nodes) - The resources available to those applications - The policies around how those applications behav...