An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Welcome to Microsoft Q&A Platform. Thank you for posting your query here!
I suggest you check for expiration of certificates by running below command:
az connectedk8s show -n <cluster-name> -g <resource-group> --query "managedIdentityCertificateExpirationTime"
https://learn.microsoft.com/en-us/azure/azure-arc/kubernetes/workload-identity
Check for Network/firewall restrictions blocking outbound HTTPS traffic to this domain.
Checking the logs of the Azure Arc agent extension-agent pod logs. You can find the pod by running: kubectl logs -n kube-system extension-agent-<pod-guid>
Suggested documents:
https://learn.microsoft.com/en-us/azure/aks/aksarc/certificates-overview
https://learn.microsoft.com/en-us/azure/aks/aksarc/update-certificates
https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/extensions/cluster-extension-deployment-errors#cause-3-the-traffic-is-not-authorizedHope this helps!
If you have any further queries, please tag me in the comments.
If the answer is helpful, please accept answer and click "upvote".