Introduction
This is my second article in the Kubernetes with Minikube series. In the first article I discussed about how to create a local Kubernetes cluster with Minikube. In this article, I will be talking about deploying an application in a local Minikube cluster.
Simple Web service
Simple Web service is a Spring Boot
application written it Java. It has the following REST endpoint:
GET /details. And here is how the response looks like: