kubernets
Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications
How it Works?
ü A Kubernetes cluster contains a set of worker machines known as nodes that run containerized applications
ü Every cluster has at least one worker node. Hence, if a node fails, your application will still be accessible from the other nodes as in a cluster, multiple nodes are grouped