15 May 2025 11:57 PM - edited 16 May 2025 12:02 AM
Hello
I'd like to know if there's documentation on how to properly restart Dynatrace components (Webhook, Operator, OneAgent, ActiveGate, etc.) in a Kubernetes deployment.
I'm new to the platform and haven't found any support links.
Thank you.
Solved! Go to Solution.
16 May 2025 09:20 AM
Hi @annam ,
They can be restarted as usual kubernetes components using kubectl rollour restart on the dynatrace namespace.
Keep in mind different components have different types:
Also, here is some relevant documentation about components maintenance:
https://docs.dynatrace.com/docs/shortlink/guides-k8s-update-uninstall-operator
George
16 May 2025 06:35 PM
Hi George,
Thanks for your response. I tested the commands in my environment and they worked. Your comment about the different component types helped me better understand the process.
Best regards,
Ana
16 May 2025 09:27 AM
Hello,
You can use a simple command like the below to restart the AG
kubectl -n dynatrace rollout restart statefulset/<ACTIVEGATE-STATEFULSET-NAME>
Please check that from documentation
https://docs.dynatrace.com/docs/shortlink/guides-k8s-update-uninstall-operator#update-ag-pods
Thanks,
Islam