dotnet / dotNext

Next generation API for .NET
https://dotnet.github.io/dotNext/
MIT License
1.64k stars 123 forks source link

How to use in k8s? #124

Closed helloxubo closed 2 years ago

helloxubo commented 2 years ago

Hello! In k8s,the IP of pod is dynamic. How to use is? Has Any suggestions? Thinks!

sakno commented 2 years ago

PODs are discoverable by their DNS names inside of K8s cluster. It's recommended to use StatefulSet workload to have stable network identifier.

sakno commented 2 years ago

Additionally, check out #122 discussion.