Kubernetes for Software Developers — Chapter 2

Ahmed Nafies
3 min readApr 24, 2023

Installing kubernetes

Photo by Growtika on Unsplash

There are several tools that allow you to use Kubernetes locally:

  1. Minikube: Minikube is a tool that enables you to run a single-node Kubernetes cluster on your local machine. It supports various Kubernetes features and can be used to test and develop applications locally.
  2. Kind: Kind, short for Kubernetes IN…

--

--