https://github.com/880831ian/gke-dns
GKE DNS 4種類型的測試相關程式
https://github.com/880831ian/gke-dns
cloud-dns dns gcp gke kube-dns nodelocaldns
Last synced: 4 months ago
JSON representation
GKE DNS 4種類型的測試相關程式
- Host: GitHub
- URL: https://github.com/880831ian/gke-dns
- Owner: 880831ian
- Created: 2025-08-01T12:31:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-18T10:11:44.000Z (9 months ago)
- Last Synced: 2025-10-09T05:06:53.753Z (8 months ago)
- Topics: cloud-dns, dns, gcp, gke, kube-dns, nodelocaldns
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gke-dns
適用文章:
GKE Kube DNS 運作測試:[https://pin-yi.me/blog/gcp/gke-kube-dns/](https://pin-yi.me/blog/gcp/gke-kube-dns/)
GKE Kube DNS + NodeLocalDNS 運作測試:[https://pin-yi.me/blog/gcp/gke-kube-dns-nodelocaldns/](https://pin-yi.me/blog/gcp/gke-kube-dns-nodelocaldns/)
GKE Cloud DNS 運作測試:[https://pin-yi.me/blog/gcp/gke-cloud-dns/](https://pin-yi.me/blog/gcp/gke-cloud-dns/)
GKE Cloud DNS + NodeLocalDNS 運作測試:[https://pin-yi.me/blog/gcp/gke-cloud-dns-nodelocaldnscache/](https://pin-yi.me/blog/gcp/gke-cloud-dns-nodelocaldnscache/)
GKE DNS 相關注意事項及結論:[https://pin-yi.me/blog/gcp/gke-dns/](https://pin-yi.me/blog/gcp/gke-dns/)
## 檔案說明
- `k6`:k6 壓測檔案
- `dns-test.yaml`:dns 測試 image 的 k8s 部署檔
- `docker-compose.yaml`:看 Grafana 及 Prometheus 的 docker-compose 檔
- `nginx-lb.yaml`:nginx 負載均衡器的 k8s 部署檔
- `nginx.yaml`:nginx 的 k8s 部署檔
- `prometheus.yml`:Prometheus 設定檔
- `test.sh`:測試腳本