Setting the file. One moment.
Subchapter 21.40
references/services/aks/addons.mdMarkdown1015 BView on GitHub
addonProfiles: {
omsagent: {
enabled: true
config: {
logAnalyticsWorkspaceResourceID: logAnalytics.id
}
}
}networkProfile: {
networkPlugin: 'azure'
networkPolicy: 'calico'
}addonProfiles: {
azureKeyvaultSecretsProvider: {
enabled: true
config: {
enableSecretRotation: 'true'
}
}
}addonProfiles: {
ingressApplicationGateway: {
enabled: true
config: {
applicationGatewayId: appGateway.id
}
}
}| Add-on | Purpose |
|---|---|
| omsagent | Container Insights monitoring |
| azureKeyvaultSecretsProvider | Mount Key Vault secrets as volumes |
| ingressApplicationGateway | Application Gateway as ingress controller |
| azurepolicy | Azure Policy for Kubernetes |