first commit
This commit is contained in:
commit
ba848e218d
1001 changed files with 152333 additions and 0 deletions
10
CloudNative/Kubernetes/Base/DNS.md
Normal file
10
CloudNative/Kubernetes/Base/DNS.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
```
|
||||
Service
|
||||
A record:生成 my-svc.my-namespace.svc.cluster.local,解析 IP 分为两种情况
|
||||
普通 Service 解析为 Cluster IP
|
||||
Headless Service 解析为指定的 Pod IP 列表
|
||||
SRV record:生成 _my-port-name._my-port-protocol.my-svc.my-namespace.svc.cluster.local
|
||||
Pod
|
||||
A record:pod-ip-address.my-namespace.pod.cluster.local
|
||||
指定 hostname 和 subdomain:hostname.custom-subdomain.default.svc.cluster.local
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue