#kubernetes
Read more stories on Hashnode
Articles with this tag
What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration system that helps manage and automate the deployment,...
Think of a Persistent Volume as a piece of storage that is separate from your application containers. It's like a virtual hard drive that you can use...
In Kubernetes, ConfigMaps and Secrets are used to store and manage configuration data that is needed by your applications. ConfigMaps are used to...
In Kubernetes, a service is an abstraction that represents a logical set of pods (or a single pod) and a policy by which to access them. Pods are the...
What are Namespaces and Services in k8s In Kubernetes, Namespaces and Services are two distinct but important concepts that are used to organize and...
What is minikube? Ans:- Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a...