16 Nov 2023 07:03 AM
I have a requirement to monitor the specified pod. Application observability with pod runtime injection - Dynatrace Docsif the method of initContainer is used, where do these parameters of initContainer need to be added in deployment.yuml? Do I need to write if else criteria
Solved! Go to Solution.
16 Nov 2023 12:27 PM
Regarding the use of "if-else" criteria, it's generally not needed in the deployment YAML file. The initContainer will run before your main containers start, and its job is to set up everything needed for monitoring.
17 Nov 2023 02:04 AM
Thank you very much for your answer. I will try it according to this method