From c4e9d99fe05bab2bb03763d598e0d374b813769d Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Thu, 5 Jul 2018 16:47:48 -0700 Subject: [PATCH] added prereq stating to copy etcd snapshot to all your etcd nodes --- .../v2.x/en/tasks/workloads/add-a-dns-record/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/rancher/v2.x/en/tasks/workloads/add-a-dns-record/_index.md b/content/rancher/v2.x/en/tasks/workloads/add-a-dns-record/_index.md index a0e7096093e..aaba2afdc6f 100644 --- a/content/rancher/v2.x/en/tasks/workloads/add-a-dns-record/_index.md +++ b/content/rancher/v2.x/en/tasks/workloads/add-a-dns-record/_index.md @@ -2,6 +2,7 @@ title: Adding a DNS Record weight: 75 --- + For every workload created, a complementing Service Discovery entry is created. This Service Discovery entry enables DNS resolution for the workload's pods using the following naming convention: `..svc.cluster.local`. @@ -43,6 +44,9 @@ However, you also have the option of creating additional Service Discovery recor - You can view the record by from the project's **Service Discovery** tab. - When you visit the new DNS name for the new record that you created (`..svc.cluster.local`), it resolves the chosen namespace. + +## Related Links + ### Tutorials - [Service Discovery]({{< baseurl >}}/rancher/v2.x/en/concepts/service-discovery)