dig与nslookup
安装
$ yum -y install bind-utils
使用
$ dig -t A xxx.default.svc.cluster.local. @10.96.0.10
$ nslookup xxx.default.svc.cluster.local. 10.96.0.10
Last updated
Was this helpful?
$ yum -y install bind-utils
$ dig -t A xxx.default.svc.cluster.local. @10.96.0.10
$ nslookup xxx.default.svc.cluster.local. 10.96.0.10
Last updated
Was this helpful?