Skip to content

LearningByExample/spring-kube-playground

Repository files navigation

Spring Kubernates Playground

A Spring Cloud Kubernetes Playground

License: MIT

info

This project aim to use the new Spring Cloud Gateway using Kubernates

Currently it has several subprojects:

  • Local Registry : A local docker registry that will run in the kubernetes cluster to get fast feedback of deployments
  • Eureka Server : A Eureka Server as a temporary service discovery server for testing the gateway
  • Simple Microservice : A Simple Microservice to test the gateway
  • Spring Kubernetes Gateway : Our Spring Cloud Gateway with Kubernetes support

TBC