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
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.
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