采纳
用k8s的yaml启动容器时,需要用shell获取到容器的ip。
hostname -i
或者
awk 'END {print $1}' /etc/hosts
也可以使用 通过环境变量将 Pod 信息呈现给容器 方式,获取。