Azure / aksArc

# Welcome to the Azure Kubernetes Service on Azure Stack HCI repo This is where the AKS-HCI team will track features and issues with AKS-HCI. We will monitor this repo in order to engage with our community and discuss questions, customer scenarios, or feature requests. Checkout our projects tab to see the roadmap for AKS-HCI!
MIT License
109 stars 45 forks source link

Ability to update proxy certs as a day 2 operation. #339

Open PragyaDw opened 1 year ago

PragyaDw commented 1 year ago

An AKS cluster needs to trust other on-premises resources such as the container registry. This feature helps to add a certificate chain of trust (root, intermediate and lead certificates) with a public key, for the endpoints the cluster is expected to trust and allow communication. The certificates are added on the Linux hosts.

PragyaDw commented 1 year ago

Link to Document