Skip to content

Commit d7a83cf

Browse files
authored
Update and rename cnf-best-practices-application-dns-configuration-requirements.adoc to k8s-best-practices-application-dns-configuration-requirements.adoc
1 parent d812b11 commit d7a83cf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

modules/cnf-best-practices-application-dns-configuration-requirements.adoc renamed to modules/k8s-best-practices-application-dns-configuration-requirements.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[id="cnf-best-practices-application-dns-configuration-requirements"]
1+
[id="k8s-best-practices-application-dns-configuration-requirements"]
22
[id="application-dns-configuration-requirements"]
33
= Application DNS configuration requirements
44

5-
CNFs should use the service name only as a configuration parameter for attaching to a service within your namespace, the cluster will append namespace name and kubernetes service nomenclature on behalf of the application via search string in DNS. This allows a generic name for a service that works in all clusters no matter what the namespace name is and what the cluster base FQDN is.
5+
Workloads should use the service name only as a configuration parameter for attaching to a service within your namespace, the cluster will append namespace name and kubernetes service nomenclature on behalf of the application via search string in DNS. This allows a generic name for a service that works in all clusters no matter what the namespace name is and what the cluster base FQDN is.
66

77
.Example
88
[source,terminal]
@@ -17,13 +17,11 @@ If an application deploys a service in the namespace `clspcoykvzwcscp-y-xx-w1-00
1717

1818
The DNS search suffix will append `clspcoykvzwcscp-y-xx-w1-001.svc.cluster.local` to the end of the name and result in a successful query for `worker.clspcoykvzwcscp-y-xx-w1-001.svc.cluster.local`. This allows an application to be less aware of the application's namespace name and genericize the configuration of the application.
1919

20-
.VCP CNF requirement - Doors Id 94182
2120
[IMPORTANT]
2221
====
23-
CNFs must use the service name only as a configuration parameter for attaching to a service within your namespace
22+
Workloads must use the service name only as a configuration parameter for attaching to a service within your namespace
2423
====
2524

26-
.VCP CNF requirement - Doors Id 94183
2725
[IMPORTANT]
2826
====
2927
For FQDNs that are outside of their namespace (in another cluster or in the same cluster), applications must append a . at the end of the FQDN so as not to trigger search strings for the FQDN

0 commit comments

Comments
 (0)