diff --git a/README.md b/README.md index f2f2db057..416296f52 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,9 @@ ExternalDNS is an effort to unify the following similar projects in order to bri * Zalando's [Mate](https://github.com/linki/mate) * Molecule Software's [route53-kubernetes](https://github.com/wearemolecule/route53-kubernetes) +### User Demo How-To Blogs and Examples +* A full demo on GKE Kubernetes. See [How-to Kubernetes with DNS management (ssl-manager pre-req)](https://medium.com/@jpantjsoha/how-to-kubernetes-with-dns-management-for-gitops-31239ea75d8d) + ### Code of conduct Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). diff --git a/docs/tutorials/gke.md b/docs/tutorials/gke.md index 2de5cafb7..cf360944a 100644 --- a/docs/tutorials/gke.md +++ b/docs/tutorials/gke.md @@ -328,3 +328,6 @@ $ gcloud dns record-sets transaction remove ns-cloud-e{1..4}.googledomains.com. --name "external-dns-test.gcp.zalan.do." --ttl 300 --type NS --zone "gcp-zalan-do" $ gcloud dns record-sets transaction execute --zone "gcp-zalan-do" ``` + +### User Demo How-To Blogs and Examples +* A full demo on GKE Kubernetes + CloudDNS + SA-Permissions [How-to Kubernetes with DNS management (ssl-manager pre-req)](https://medium.com/@jpantjsoha/how-to-kubernetes-with-dns-management-for-gitops-31239ea75d8d)