#k8s
Read more stories on Hashnode
Articles with this tag
Seamless Software Releases with Blue-Green Deployment: A Downtime-Reducing Approach ยท In the fast-paced world of software development, releasing updates...
Kubernetes is a popular container orchestration tool used for deploying and managing containerized applications at scale. As a Kubernetes user, it's...
Services In Kubernetes, a Service is an abstraction that allows you to access your applications from outside the cluster. It enables you to access...
Pods Pods are the basic building blocks of Kubernetes and represent a single instance of an application. They can contain one or more containers and...
Worker nodes Worker nodes, also known as "minions," are the nodes in a Kubernetes cluster that are responsible for running the containerized...
Master node The Master node in a Kubernetes cluster is the central control plane that is responsible for the overall management of the cluster. It is...