Deploy a Spring-Boot application to Kubernetes Cluster on Google Container Engine using Docker
У вашего броузера проблема в совместимости с HTML5
In this tutorial we will leverage couple of tools:
1.) Sample Spring boot application
2.) Dockerfile for build process
3.) Google Container registry for stories our images
4.) Kubernetes cluster running on Google Container engine
5.) Deploy the application using image in docker container registry
6.) Publish the roll-out for the deployment
7.) Test the application with deployment
8.) Scale the application supported by multiple pods
9.) Roll-back the deployment using kubectl
10.) List the Kubernetes services , pods and deployments