Kubernetes is a DevOps tool that is used for the management of containers and their deployment. For development purposes, it can be installed through
Kubernetes server and client can easily be installed through the following few steps:
First, install the docker client's latest version on your machine.
Open the preferences of the docker desktop, and it will show a "Kubernetes" section on the left in the dashboard. In this section, an option "Enable Kubernetes" will be available to enable Kubernetes, as shown in the diagram:
Select this option and select the option given at the bottom right to "Apply and Restart."
Now the command Kubernetes CLI command will be available on your machine. It was as simple as this to install Kubernetes on the Docker desktop.
Note: To update Kubernetes installed in the docker client to the newest version, select "Reset Kubernetes Cluster" and then select "Apply and Restart."
Free Resources