On Namespaces

Namespaces permit separating a single Kubernetes cluster into virtual clusters. A simple use case is separate namespaces for development and production.

Read More…

Fundamental K8s Terms, Part 01: Kubectl and Minikube

Minikube is a great way to quickly get hands-on with Kubernetes and kubectl is essential for clusters of all sizes.

Read More…

Fundamental K8s Terms, Part 00: Pod, Node, Cluster

Learning Kubernetes involves learning a whole set of new terms. Among the most essential are pod, node and cluster.

Read More…