Add note about DNS integration

This commit is contained in:
Jerome Petazzoni
2019-11-18 13:30:09 -06:00
parent f73fb92832
commit 291d2a6c92

View File

@@ -520,3 +520,17 @@ $ curl -k https://10.96.0.1
- The Kubernetes API is reachable from within the cluster
(many apps integrating with Kubernetes will use this)
---
## DNS integration
- Each service also gets a DNS record
- The Kubernetes DNS resolver is available *from within pods*
(and sometimes, from within nodes, depending on configuration)
- Code running in pods can connect to services using their name
(e.g. https://kubernetes/...)