Questions
- Kubernetes does not support using both TCP and UDP with services.
- True
- False
Answer: b
- ExternalDNS only integrates with CoreDNS.
- True
- False
Answer: b
- What do you need to configure on your edge DNS server for K8GB to provide load balancing to a domain?
- Nothing, it works without additional configuration
- It must point to a cloud-provided DNS server
- You must delegate a zone that points to your cluster IP
- Create a delegation to your CoreDNS instances
Answer: d
- What strategy is not supported by K8GB?
- Failover
- Round robin
- Random distribution
- GeoIP
Answer: c