From 5d59bf34dbd8b11d516aa3c997d321ede719f5c6 Mon Sep 17 00:00:00 2001 From: JPantsjoha Date: Mon, 13 Jan 2020 11:19:14 +0000 Subject: [PATCH 1/3] A How-to of a working GCP GKE app demo A demo app deployment with external-dns integration on Google Cloud Platform GKE cluster, featuring CloudDNS + User permission mapping --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f2f2db057..0881b84e0 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). From 9c61081deb8945dcf4cf5d52f7a3d4d022e19a8f Mon Sep 17 00:00:00 2001 From: JPantsjoha Date: Mon, 13 Jan 2020 11:46:51 +0000 Subject: [PATCH 2/3] lower-cased --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0881b84e0..416296f52 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ ExternalDNS is an effort to unify the following similar projects in order to bri * 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) +* 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 From 7be57d4c53e4443bae8bf895250f18f92623430d Mon Sep 17 00:00:00 2001 From: JPantsjoha Date: Mon, 13 Jan 2020 11:52:22 +0000 Subject: [PATCH 3/3] Update gke.md --- docs/tutorials/gke.md | 3 +++ 1 file changed, 3 insertions(+) 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)