简体   繁体   中英

Azure Container Service Kubernetes Unmanaged ssh & kube tls security

When an Azure Container Service (unmanaged) is created using the Azure portal the ssh port 22 & kube tls port 443 are exposed on the internet. I would like to remove default SSH access and only allow kube tls from a specific public ip.

Is this a good practice or will this break the service?

Kind Regards

To manage Kubernetes cluster you only need access to Kubernetes API server port. Closing SSH port shouldn't break Kubernetes functionality.

You might need to open additional resources when you start configuring external access to your application inside the cluster.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM