Questions
- Kubernetes does not support using both TCP and UDP with service?
- 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