Build you Spring Boot Microservice with Kubernetes in 10 minutes | Microservices #1

preview_player
Показать описание
In this video I will build my first Spring Boot microservice with Kubernetes in less than 10 minutes. For that, I will build a microservice using Spring Initializr and create my Kubernetes cluster in Minikube.

In this video, I will handle:
* how to create a project with Spring Initializr;
* how to package my Spring Boot project with Docker;
* the creation of a cluster with Minikube. Minikube will prepare an environment like a cloud, where I will be able to publish my microservices architecture with Kubernetes;
* build my Docker image in the Minikube local. As I don't have my Docker image in the public registry, I must get it from local, but from the local of the Minikube cluster. I will show how to link my local to the Minikube cluster to build the Docker image;
* create a Kubernetes Deployment with my Spring Boot application;
* publish my Deployment with a Kubernetes Service. This way, it will be available to receive requests from the outside;
* tell Minikube to expose a service to my localhost to allow me perform requests.

Рекомендации по теме
Комментарии
Автор

Straight to the point, thank you! Eagerly waiting for more videos about this :).

valkon_
Автор

Your Pretty Stright Forward and awesome. a lot of information thanks.

abinthomas
Автор

Thank for the video, i'm waiting for more =).
Thanks from Chile

tohno_shiki
Автор

informative video, keep up the good work!

RafikKouissar
Автор

Good introductory video. You could save a couple of minutes if you build your image with mvn spring-boot:build-image 👍

alexsarco
Автор

Corto y al grano. ¡Gracias guapo!

What are the apiVersions used for? (Like app/v1 is in deployment and v1 only in services)

leniedor
Автор

If you invested in a camera that you could attach to your monitor you wouldn’t have to keep looking between camera and monitor all the time.

rydmerlin
Автор

nice video but you need to chill a little :D

anthrax