Replies: 1 comment
-
I think this is what you are looking for https://github.com/akkadotnet/Akka.Management/tree/dev/src/discovery/kubernetes/Akka.Discovery.KubernetesApi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm continuing my journey with awesome akka.net on https://github.com/DevOnBike/webapi-playground.
I have successfully setup akka.net cluster with 2 nodes in seperate processes running on windows but now it is time to do the same under k8s.
So my question is how to setup nodes to easly form a cluster inside kubernetes? what components are suggested to be used for this purpose? should it be statefull sets ? or another discovery mechanisms ?
Beta Was this translation helpful? Give feedback.
All reactions