Spring Cloud Gateway or Spring Cloud Kubernetes with kubernetes best practice?

5/24/2020

There are some solutions to enterprise microservices ecosystem building help:

  1. Spring Cloud Gateway
  2. Spring Cloud Kubernetes

and Kubernetes itself.

My question is: if the requirements included to use Kubernetes and Spring what is the best practice to build the system: use

  • Spring Cloud Kubernetes + Kubernetes with Ingress and Secrets, etc.

OR

  • Spring Cloud Gateway ( with security and etc.) + Kubernetes whithout Ingress

What is the best worldwide practice?

-- J.J. Beam
kubernetes-ingress
kubernetes-secrets
kubernetes-security
spring-cloud-gateway
spring-cloud-kubernetes

0 Answers