Skip to content

Kubernetes Ingress by nginx and traefik for spring-boot services in k8s

License

Notifications You must be signed in to change notification settings

daggerok/k8s-ingress-explained

Repository files navigation

k8s nginx-ingress

Reverse-proxy by nginx-ingress for spring-boot services in k8s

IN PROGRESS

local

local hello-variants-service

./mvnw -f hello-variants-service clean spring-boot:run &
http :8001/api/hello/find-all-hello
http post :8001/actuator/shutdown

local greeting-service

./mvnw -f greeting-service clean spring-boot:run &
http :8003/api/greeting/find-all-greetings
http :8003/api/greeting/find-all-greetings/max
http post :8003/actuator/shutdown

local frontend

./mvnw -f frontend clean spring-boot:run &
http :8004/api/greeting/find-all-hello
http :8004/api/greeting/find-all-greetings
http :8004/api/greeting/find-all-greetings/max
http post :8004/actuator/shutdown

release

./mvnw release:clean release:prepare release:perform --batch-mode
# ./mvnw release:rollback

resources