#kubernetes
Read more stories on Hashnode
Articles with this tag
Define ConfigMaps ConfigMaps in Kubernetes is a way to store configuration data as key-value pairs or plain text files, separate from the application...
Task 1:Create a Service for accessing todo-app Create a Service for your todo-app Deployment from Day-32 Create a Service definition for your...
Define Namespaces A namespace is a way to partition and isolate resources within a cluster. It provides a virtual cluster within a physical cluster,...
Deployment in K8s A Deployment is a high-level resource that provides declarative updates for managing a set of identical replicas of a pod. A pod is...
What is minikube? Minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a...
In this blog, I am going to discuss Kubernetes, Kubernetes Architecture, Kubernetes components, and its configuration. Kubernetes Kubernetes is an...