Skip to content

DNS cluster addon service name incorrectly mentioned as "CoreDNS" instead of "Kube-dns" #17562

@gireeshp

Description

@gireeshp

This is a Bug Report

Problem:
In https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#dns , the DNS cluster addon service's name incorrectly mentioned as "CoreDNS" instead of "Kube-dns".

Proposed Solution:
Change the line
"The rest of this section will assume you have a Service with a long lived IP (my-nginx), and a DNS server that has assigned a name to that IP (the CoreDNS cluster addon), so you can talk to the Service from any pod in your cluster using standard methods (e.g. gethostbyname)"
-to-
"The rest of this section will assume you have a Service with a long lived IP (my-nginx), and a DNS server that has assigned a name to that IP (the Kube-dns cluster addon), so you can talk to the Service from any pod in your cluster using standard methods (e.g. gethostbyname)"

Page to Update:
https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#dns

Additional Information:
Same change to be made in languages - EN, ID & ZH (these are the languages where this section is documented)

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.priority/backlogHigher priority than priority/awaiting-more-evidence.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions