- Kubernetes provides its own DNS server.
A) True
B) False
- What is a polyglot application?
A) An application that's been written using the polyglot language
B) An application that's been written in multiple programming languages
C) An application that can run on all platforms
D) An application that has multiple versions of the same microservice
- The service mesh architecture is only for microservice applications.
A) True
B) False
- A pod's IP address is immutable.
A) True
B) False
- A service IP address is immutable.
A) True
B) False
- A Service IP address is linked to the pod's IP address through Kubernetes endpoints.
A) True
B) False