kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.49k stars 14.42k forks source link

Improvement for k8s.io/docs/reference/networking/ports-and-protocols/ #48647

Open kel-bluehalo opened 2 days ago

kel-bluehalo commented 2 days ago

Suggestion for improvement: Include the outbound ports required by CoreDNS. Protocol | Direction | Port Range | Purpose | Used By TCP | Outbound | 8080 | CoreDNS | Control plane TCP | Outbound | 8181 | CoreDNS | Control plane

k8s-ci-robot commented 2 days ago

This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
steve-hardman commented 1 day ago

Page with the issue is https://kubernetes.io/docs/reference/networking/ports-and-protocols

/language en

sftim commented 7 hours ago

It sounds like there's a scenario that you want to make sure works OK @kel-bluehalo.

Is this about allowing CoreDNS to make an outbound connection on TCP/8080, or about allowing the control plane to act as a client of CoreDNS? Let's clarify the ask.

/triage needs-information