akka-java-cluster-openshift icon indicating copy to clipboard operation
akka-java-cluster-openshift copied to clipboard

An Akka Java cluster OpenShift demo application

Results 14 akka-java-cluster-openshift issues
Sort by recently updated
recently updated
newest added

No need to configure the NAMESPACE environment variable anymore, when not configured, Akka management reads the namespace from `/var/run/secrets/kubernetes.io/serviceaccount/namespace`.

This binds the HTTP server to all local IP addresses (ie 0.0.0.0) rather than just the pods IP address. This is necessary when deploying to Istio, since Envoy will connect...

The fabric8 configuration is assuming that the built jar name is akka-cluster-openshift, not cluster-sharding-openshift, so I updated the artifactId accordingly.

corrected one kubectl for expose