Closed helloxubo closed 2 years ago
Hello! In k8s,the IP of pod is dynamic. How to use is? Has Any suggestions? Thinks!
PODs are discoverable by their DNS names inside of K8s cluster. It's recommended to use StatefulSet workload to have stable network identifier.
Additionally, check out #122 discussion.
Hello! In k8s,the IP of pod is dynamic. How to use is? Has Any suggestions? Thinks!