Spring Boot Microservices Kubernetes Tutorial Part 13 - Deploy to Kubernetes

preview_player
Показать описание
In this Spring Boot 3 Microservices Kubernetes Tutorial series, we will learn how to build microservices using Spring Boot and Spring Cloud.

This is part 13 of the series, in this part, we will cover :
- How to deploy our project to Kubernetes

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

First Comment. I want to thank you so much for the value you bring for learners like me through this video series. Learnt so much! Thanks!

amritadhikari
Автор

Thanks for the series. It was really helpful. Thanks for your job!

zsoltharmat
Автор

Thanks for the series Sai. Really grateful

PritishDesai-lmre
Автор

Thank u bro u are doing grt. Please also include redis

harshshah
Автор

Thanks again for the awesome tutorial. Can you mention something about exporting metrics etc to Grafana cloud sometime in future? Great as always.

maneshipocrates
Автор

Thank for this course ! I have a question, isn't it better to call the services by their names instead of their url?

kunaiEUW
Автор

Help! creating new product sends request to 9000 which results in unauthorized response. Accessing 9000 port says unauthorized.

VanshChaudhary-ydcp
Автор

Hello,

I was getting this error when trying to build the frontend images with Dockerfile : "failed running [/bin/sh -c npm install]: exit code: 134", I think it has to be with x86_64 architecture or something. I just change in the Dockerfile "FROM node:19.5.0-alpine" instead of "FROM node:22" to fix it. Just want to mention if anyone else has a similar problema.

I will continue with the last part of this tutorial, ty so much in advance.

transicionesdevinilos.