Learning Kubernetes - Part 3
Worker nodes
Worker nodes, also known as "minions," are the nodes in a Kubernetes cluster that are responsible for running the containerized applications. They communicate with the Master node to receive instructions on what to do and report back on ...
til.hashnode.dev1 min read