Kubernetes cluster manages the containers for
1.Deployment
2.Maintenance
3.Scaling.
Steps to create a deploy a spring boot application to google cloud with kubernetes cluster
1.Create a spring boot app and push it to git.
2.Login to google cloud console and create a docker image by pulling application
3.Deploy container image to kubernetes cluster.
4.Allow traffic
5.Test it by adding additional containers and changing versions.
1.Deployment
2.Maintenance
3.Scaling.
Steps to create a deploy a spring boot application to google cloud with kubernetes cluster
1.Create a spring boot app and push it to git.
2.Login to google cloud console and create a docker image by pulling application
3.Deploy container image to kubernetes cluster.
4.Allow traffic
5.Test it by adding additional containers and changing versions.