以 nacos StatefulSet 的部署为例
pod 的名字分别是 nacos-0,nacos-1,nacos-2
进入容器查看 /etc/hosts 文件
kubectl exec -it nacos-0 --container k8snacos -- /bin/bash cat /etc/hosts
pod 之间可以通过域名访问
nacos 镜像中的配置文件
pod 的存储,使用 PVC