On Namespaces
Namespaces permit separating a single Kubernetes cluster into virtual clusters. A simple use case is separate namespaces for development
and production
.
Namespaces permit separating a single Kubernetes cluster into virtual clusters. A simple use case is separate namespaces for development
and production
.
Minikube is a great way to quickly get hands-on with Kubernetes and kubectl
is essential for clusters of all sizes.
Learning Kubernetes involves learning a whole set of new terms. Among the most essential are pod, node and cluster.