Hi Filip Curin,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
It looks like your AKS Ingress works with the IP and Azure DNS label but not with the Cloudflare DNS record.
To resolve this, ensure that the DNS changes have fully propagated using tools like nslookup or dig to verify the DNS records. If you're using Cloudflare's proxy (orange cloud icon), try disabling it (switch to DNS-only mode, grey cloud icon) to see if it resolves the issue. Also, make sure the SSL/TLS settings in Cloudflare are set to Full (Strict) to match your AKS cluster’s certificate (especially if you're using Let's Encrypt). Additionally, check if any firewall rules or network security groups are blocking traffic from Cloudflare to your AKS cluster and verify that your Ingress annotations are correctly configured.
For more details, refer to this Use Let's Encrypt certificates in AKS on configuring Let's Encrypt with AKS.
If you have any further queries, do let us know. If the comment is helpful, please click "Upvote"