Spring Cloud Kubernetes with Discovery Client | Spring Cloud Kubernetes Microservices

preview_player
Показать описание
You will learn how to develop Spring cloud kubernetes with discovery client and deploy on a Kubernetes cluster.

GitHub Link:

My Top Playlists:

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

This and many examples like over the internet works fine with default namespace or single namespace but as you split your pods to different namespace no matter what kind of role you set service A of a namspace can not communicate to service B in another namespace

TheAmitsun
Автор

shameed, Do we need to have the RibbonConfiguration file in all microservices for SpringCloudK8s implementation? How does the discovery works when a pod is running inside a namespace? Also Is it possible for you to make a video involving this along with the gateway example? Seeing this error as well Message: Forbidden!Configured service account doesn't have access..

TheAmitsun