Spring Boot MySQL Kubernetes Minikube Example
Spring Boot MySQL Kubernetes Minikube Example Introduction Kubernetes is one of the best and most popular ways to deploy any application on the cloud today. There are many tutorials based on hello world kind of applications online, but they cannot be used to understand the full end to end implementation/deployment steps on Kubernetes. Hence I decided to come up with this tutorial. In this tutorial we will be deploying a Spring Boot MySQL Microservice on Kubernetes. We will be using a local minikube cluster to deploy this microservice. If you are a beginner in Docker, Containers, Docker Images and using Dockerfile, then I strongly recommend that you read the blog posts below to understand more about them: Dropwizard Docker Example : This post gives you an overview of Docker, simple Docker commands, Dockerfile, dockerizing a simple ...