#kubernetes
Read more stories on Hashnode
Articles with this tag
1. What is Kubernetes and Why is it Important? Kubernetes is an open-source platform designed to automate the deployment, scaling, and operation of...
Kubernetes (k8s) is a powerful tool for managing containerized applications, and it comes with a variety of features to manage storage efficiently....
In the dynamic realm of Kubernetes (K8s), mastering foundational concepts like Namespaces and Services is crucial for orchestrating containerized...
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...
What is Kubernetes? Write in your own words and why do we call it k8s? Kubernetes, often abbreviated as K8s where '8' represents the number of letters...