DZone

What You Will Learn

  • How to enable Kubernetes with Docker Desktop for Mac
  • How to create a pod
  • How to deploy a working spring boot application on Kubernetes
  • How to monitor and manage Kubernetes cluster with Lens IDE

Moving on, you may not know this, but you can have a functional single-node Kubernetes cluster running locally with your Docker Desktop by following the below steps. But wait, What is Docker Desktop?

What is Docker Desktop?

As per the official documentation, Docker Desktop is an application for macOS and Windows machines for the building and sharing of containerized applications and microservices.

Source: DZone