Skip to main content
Submitted by admin on 26 July 2022

Working with Kubernetes tools to be installed

  • Docker
  • kubectl

Step 1: install Docker

Step 3:Log in to Docker to continue to Docker Desktop.

Step 2: install kubectl

(kubectl Kubernetes command line tool for communicating with a Kubernetes)

In Kubernetes, Nods are machines.

In Kubernetes, Pods are responsible for running your containers. Every Pod holds at least one container, and controls the execution of that container. When the containers exit, the Pod dies too.

Kubernetes clusters