You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/ionoscloud.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# IONOS Cloud
2
2
3
3
This tutorial describes how to set up ExternalDNS for use within a Kubernetes cluster using IONOS Cloud DNS.
4
+
For more details, visit the [IONOS external-dns webhook repository](https://github.com/ionos-cloud/external-dns-ionos-webhook).
5
+
You can also find the [external-dns-ionos-webhook container image](https://github.com/ionos-cloud/external-dns-ionos-webhook/pkgs/container/external-dns-ionos-webhook) required for this setup.
4
6
5
7
## Creating a DNS Zone with IONOS Cloud DNS
6
8
@@ -114,7 +116,7 @@ spec:
114
116
- containerPort: 80
115
117
```
116
118
117
-
Deployment manifest can be saved in `echoserver_deployment.yaml` file.
119
+
Deployment manifest can be saved in `echoserver-deployment.yaml` file.
118
120
119
121
Next, we will apply the deployment:
120
122
@@ -244,7 +246,7 @@ The API response should include the `A` and `TXT` records for the subdomain you
244
246
Once you have verified the setup, you can clean up the resources created during this tutorial:
0 commit comments