10 Oct 2025
12:08 PM
- last edited on
22 Jan 2026
08:38 AM
by
IzabelaRokita
Summary: This thread explains why x509 certificate validation errors occur in Dynatrace–Kubernetes integrations and how to resolve them.
Hi All,
I am facing this issue when trying to download both AG & OA images.
We have an architecture where Kubernetes is on-prem, which has no direct connection to Dynatrace SaaS, and we also have an on-prem AG that can connect to Dynatrace SaaS.
What we had modified is setting the apiURL to point to on-prem AG and some other modifications:
- skipCertCheck is true
- Try to configure trustedCA (but this might not be applicable as the current issue is that the AG cert doesn't contain any IP SAN, which is different from the common one, where they facedan issue of a certificate signed by an unknown authority)
Current workaround is getting image from private registry, which we would not like to go with this option as it is hard to maintain those images and yeah the version update (not considering CICD pipeline to update image for now)
Hence would like to seek advice on solving this matter.
Thanks.
Solved! Go to Solution.
26 Oct 2025 02:48 PM
This setup won't work as you need to set up DynaKube against the Dynatrace environment. The Docker registry is available on the cluster only. While the Dynatrace API is also available through the Environment ActiveGate, the Docker repository is not. I don't think this scenario of connecting DynaKube to Environement AG is even supported.
If you are not allowed to pull images from public repositories, then pushing them to your private registry is the only option. It's less complicated than it sounds.
Featured Posts