filmov
tv
Efficient Deployment: Spring-Boot on Kubernetes via Docker and Google Container Engine
![preview_player](https://i.ytimg.com/vi/nQCG7REQVG8/hqdefault.jpg)
Показать описание
Discover how to deploy a Spring-Boot application to a Kubernetes cluster using Docker with Google Container Engine (GKE) in this comprehensive tutorial. We'll guide you through each step of the process, from creating a Docker container for your Spring-Boot app to configuring and managing your deployment on Kubernetes through GKE
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
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