Add a custom certificate for ActiveGate
As part of getting started with Kubernetes monitoring, you might want to add a custom certificate for ActiveGate.
To add a custom certificate for ActiveGate
-
Create a secret.
-
In your custom resource, enable the
tlsSecretName
parameter and enter the name of the secret you created.1apiVersion: dynatrace.com/v1beta12kind: DynaKube3metadata:4 name: dynakube5 namespace: dynatrace6spec:7 apiUrl: https://FQDN/api8 activeGate:9 tlsSecretName: dynakube-custom-certificate10 capabilities:11 - kubernetes-monitoringHTTP clients connecting to the ActiveGate REST endpoint must trust provided certificates.