#kubernetes
Read more stories on Hashnode
Articles with this tag
In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a...
What is a container ? A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and...
Deployment Of Kubernetes A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the...
1 ) Kubernetes Pods When you created a Deployment in Module 2, Kubernetes created a Pod to host your application instance. A Pod is a Kubernetes...
Let's Understand one by One. Kubernetes Cluster have 2 type of node 1)Master node / Controll panel: The control plane is responsible for container...
Why Do We Use Kubernetes? One of the benefits of Kubernetes is that it makes building and running complex applications much simpler. Here’s a handful...