This is a Spring Boot Admin instance using spring-cloud-starter-kubernetes-fabric8 for service discovery.
You can run the whole build and installation with the following script or follow the step-by-step guide below.
chmod u+x buildAndInstall.sh
./buildAndInstall.sh
mvn clean install
docker build --tag spring-boot-admin:fabric8 .
helm upgrade --install spring-boot-admin-fabric8 ../../helm-charts/spring-boot-admin -f deployment/values.yml
kubectl get pods -o wide
kubectl get services -o wide
kubectl get ingress
kubectl get serviceaccount
kubectl get role
kubectl get rolebinding -o wide
helm uninstall spring-boot-admin-fabric8
- http://localhost/spring-boot-admin-fabric8 (requires traefik to be running)
kubectl get pods
kubectl port-forward <pod-name> 9091:8081