Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 499 Bytes

File metadata and controls

10 lines (9 loc) · 499 Bytes

Quarkus guide: https://quarkus.io/guides/stork

The kubernetes folder contains two manifests corresponding to two simple applications, they are the instances of the service we will discover using Stork Kubernetes Service discovery. These manifests can be applied to the cluster using kubectl:

kubectl create namespace development
kubectl apply -f kubernetes-setup.yml -n=development
kubectl apply -f target/kubernetes/kubernetes.yml -n=development

Go to my-service.127.0.0.1.nip.io/api