1.

What is Kubernetes DNS?

Answer»

The DNS or Domain NAME SYSTEM in Kubernetes is a process used for associating various types of information, such as IP Addresses with easy to remember names. Kubernetes DNS is set up automatically in the clusters to provide a secure and lightweight mechanism for SERVICE DISCOVERY.

The in-built service discovery in Kubernetes DNS allows applications to FIND and communicate with each other very quickly.



Discussion

No Comment Found