trisberg / s1p2017-boot-k8s

SpringOne Platform 2017 - Spring Boot Kubernetes sample
Apache License 2.0
58 stars 29 forks source link

Actors, Images - Connection Refused #1

Open harishkadamudi opened 6 years ago

harishkadamudi commented 6 years ago

I encountered an Issue after I ran helm install --name demo charts/hollywood. Services like grafana, zipkin, mysql, prometheus came up pretty quickly. However, actors, gateway and images are throwing below exception. Exception: Readiness probe failed: Get http://172.17.0.10:8080/application/status: dial tcp 172.17.0.10:8080: getsockopt: connection refused

screenshot from 2018-07-10 12-03-12

trisberg commented 6 years ago

You would need to see what prevents the actors or images to start. Try running kubectl describe pod demo-hollywood-actors-68d68ffd74-mj76r and look for status messages at the bottom there.