domino_admin_toolkit.checks.test_service_dns module

async domino_admin_toolkit.checks.test_service_dns.query_domain(resolver, domain_name, pod_name)
async domino_admin_toolkit.checks.test_service_dns.test_external_domain()
Description:

Resolves IP addresses of given external domain names using the DNS endpoint in the cluster.

Result:

Test fails if IP address of the domain name is not resolved using the internal DNS resolver(s).

async domino_admin_toolkit.checks.test_service_dns.test_service_domain()
Description:

Resolves IP addresses of the services in the Kubernetes cluster, excluding specific services.

Result:

Test fails if IP address of one or more services is not resolved using the internal DNS resolver(s).