The below steps will guide you through the process of integrating the APM Insight .NET agent into your Kubernetes deployment using init containers.
Note:
Replace YOUR_LICENSE_KEY_HERE with the appropriate apminsight license key value from the Applications Manager console.
Example:
Include the following InitContainers command and mount the volume in both initContainer and your application container in your helm chart/deployment YAML file:
Add the following environment variables to application containers.
Note:
Replace your application name with YOUR_APM_APPLICATION_NAME value, and apm url with APPLICATIONS_MANAGER_URL.