-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain HTTPS ports (443, 6443) and differences for API server #30725
Comments
@cawoodm: 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 The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retitle Explain HTTPS ports (443, 6443) and differences for API server The API server listens on port 6443 (by default). When you set up a non-toy cluster, you should expose the API server on port 443; for example, using a load balancer that isn't part of Kubernetes. My suggestion: add extra notes to https://k8s.io/docs/reference/ports-and-protocols/ about that, and then edit https://k8s.io/docs/concepts/security/controlling-access/ to link to that updated page. |
/assign |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
It's really ambiguous from the documentation which port the API server resides on:
Both refer to a secure, TLS, API Port.
It would be good to explain the distinction (if any) and how to change these ports. It would also help to explain if these are ports on the host or in the cluster.
Further confusion is the fact that "metrics-service" runs on the ClusterIP port 443 (internally).
The text was updated successfully, but these errors were encountered: