Deploy Spring MVC on Azure through kubenets by docker image

10/11/2019

I want to deploy the Spring MVC project into Azure through Kubernetes. I am having docker image. Please provide the guide for the steps. I am not much aware of Azure, kubernetes and docker. It will help if provide the guidance regarding step by step execution. Even what part should I learn to understand these technologies. Any good resource please?

-- Gurudas
azure
docker
kubernetes
model-view-controller
spring

1 Answer

10/11/2019

I think if you are a new one to all the things, you'd better take a quick learn about the Docker, Kubernetes and Azure Kubernetes Service. When you know what they are and what they do for you, then you can follow the tutorial to learn how to deploy your project to Azure Kubernetes Service. I think it's the necessary steps and there is not any more simple way.

-- Charles Xu
Source: StackOverflow