#cloud
Read more stories on Hashnode
Articles with this tag
A worker node provides a running environment for client applications. Though containerized microservices, these applications are encapsulated in Pods,...
Master Node Overview The master node provides a running environment for the control plane responsible for managing the state of a Kubernetes cluster,...
Components of Kubernetes Architecture At a very high level, Kubernetes has the following main components: One or more master nodes, part of the...
The Cloud Native Computing Foundation (CNCF) is one of the projects hosted by the Linux Foundation . CNCF aims to accelerate the adoption of...
According to the Kubernetes website, Kubernetes is an open-source system for automating deployment, scaling, and management of containerized...
With container images, we confine the application code, its runtime, and all of its dependencies in a pre-defined format. And, with container runtimes...