A Spring Cloud Kubernetes Playground
This project aim to use the new Spring Cloud Gateway using Kubernates
Currently it has several subprojects:
- LocalRegistry : A local docker registry that will run in the kubernetes cluster to get fast feedback of deployments
- EurekaServer : A Eureka Server as a temporary service discovery server for testing the gateway
- SimpleMicroservice : A Simple Microservice to test the gateway
- SpringKubeGateway : Our Spring Cloud Gateway with Kubernetes support
TBC