You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the Kubernetes API server listens on port 6443 on the first non-localhost network interface, protected by TLS. In a typical production Kubernetes cluster, the API serves on port 443.
The text was updated successfully, but these errors were encountered:
Per https://kubernetes.io/docs/concepts/security/controlling-access/, we should move API server access from 6443 to 443 on dev and prod clusters. This will also allow us to stop requiring firewall rules as part of the login authorization process.
The text was updated successfully, but these errors were encountered: