One of the first things you learn when you approached microservices architecture is not a good idea to make all services visible to external client. Thus, you need something, as a Gateway, to put between your services and the world. in this article, I’ll show you how to configureSpring Cloud Gateway (SCP) in Kubernetes in … Continue reading "Spring Cloud Gateway inside Kubernetes"
↧