ICANHAZK8S.com is a fun-spirited collection of notes, memes and links for people learning Kubernetes. Good luck on your CKA journey, friend. (more)
I wrote a quick post called Fundamental K8s Terms, Part 00: Pod, Node, Cluster on November 3, 2020:
Learning Kubernetes involves learning a whole set of new terms. Among the most essential are pod, node and cluster.
| lessI wrote a quick post called Fundamental K8s Terms, Part 01: Kubectl and Minikube on November 8, 2020:
Minikube is a great way to quickly get hands-on with Kubernetes and kubectl
is essential for clusters of all sizes.
I wrote a quick post called On Namespaces on December 19, 2020:
Namespaces permit separating a single Kubernetes cluster into virtual clusters. A simple use case is separate namespaces for development
and production
.