#kubernetes
Read more stories on Hashnode
Articles with this tag
What are Namespaces and Services in k8s? In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...
What is Deployment in k8s: A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...
What is minikube? Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a...
Kubernetes Overview: With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become...