first commit

This commit is contained in:
iProbe 2022-10-18 16:59:37 +08:00
commit ba848e218d
1001 changed files with 152333 additions and 0 deletions

View 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 recordpod-ip-address.my-namespace.pod.cluster.local
指定 hostname 和 subdomainhostname.custom-subdomain.default.svc.cluster.local
```