Category: Deployment, Kubernetes

Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM Run five instances of a Hello World application. Create a Service object that exposes an external IP address. Use the Service object to access the running application.

Related Articles