This operator deploys an Application Insights instance into a specified resource group at the specified location.
Learn more about Application Insights here.
Here is a sample YAML to provision an Application Insights instance.
An Application Insights instance needs the following fields to deploy, along with a location and resource group.
Kind
specify the kind of application this component refers to, possible values are: 'web', 'ios', 'other', 'store', 'java', 'phone'ApplicationType
specify the types of application being monitored, possible values are: 'web', 'other'
After creating an Application Insights instance, the operator stores a JSON formatted secret with the following fields. This secret is stored as a Kubernetes Secret or in an Azure Keyvault, with the same name as your Application Insights instance. For more details on where the secrets are stored, look here
instrumentationKey
You can follow the steps here to deploy, view and delete resources.