mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
Merge pull request #1365 from jpantsjoha/patch-1
A How-to of a working GCP GKE app demo
This commit is contained in:
commit
c7142a64be
@ -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)
|
* Zalando's [Mate](https://github.com/linki/mate)
|
||||||
* Molecule Software's [route53-kubernetes](https://github.com/wearemolecule/route53-kubernetes)
|
* 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
|
### Code of conduct
|
||||||
|
|
||||||
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
|
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.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"
|
--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"
|
$ 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user