dns Policy
Parameters
value
DNS policy for the pod. The default value is ClusterFirst
. If the host_network
argument is not specified, the default is ClusterFirstWithHostNet
. ClusterFirst
indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation.