Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

akka/akka-sample-cluster-kubernetes-dns-java

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published