An open API service indexing awesome lists of open source software.

https://github.com/akka/akka-sample-cluster-kubernetes-dns-java


https://github.com/akka/akka-sample-cluster-kubernetes-dns-java

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Akka Cluster Bootstrap using DNS in Kubernetes in Java

Example project showing how DNS to bootstrap an Akka Cluster in Kubernetes.

## Deploying in Minikube

Set the docker environment to use minikube:

`eval $(minikube docker-env)`

Install the docker image locally:

`sbt docker:publishLocal`

Deploy the application:

`./kube-create.sh`

Finally to delete everything

`./kube-delete.sh`