Memcached – Kubernetes: Getting the IP Addresses of Other Pods on the Network
What's the best way to get the IP addresses of the other kubernetes pods on a local network? Currently, I'm using the following command and parsing the output: kubectl describe pods. Unfortunately, the command above often takes many seconds to…