
Azure Kubernetes Service (AKS) Communication Manager, tüm AKS bakım görevleriniz için bildirimleri merkezi olarak yönetmenizi sağlar. Azure Resource Notification ve Azure Resource Graph yapılarını temel alarak çalışan bu araç, olay tetikleyicilerine dair zamanında bildirimler sunar. Bakım başarısız olursa, sebebiyle birlikte size bilgi verir. Bu, gözlemlenebilirlik ve operasyonel takibi kolaylaştırır.
Gereksinimler:
- Auto upgrade channel ya da Node Auto upgrade channel yapılandırılmış bir AKS cluster
- Auto upgrade için Planned maintenance window oluşturulmuş olmalı
Kurulum sonrası Communication Manager aşağıdaki zamanlarda bildirim gönderir:
- Bakımdan bir hafta önce
- Bakımdan bir gün önce
- Bakım işlemi sırasında olay bazlı
Logic App Oluşturma
Azure portalda bir Logic App kaynağı oluşturun. Bu, gelen event’leri email ile göndermek için kullanılacak.

Logic App Designer ile Trigger Ekleyin


‘Use sample payload to generate schema’ seçeneğini tıklayın.

JSON Payload Örneği:
{
"id": "11112222-bbbb-3333-cccc-4444dddd5555",
"topic": "/subscriptions/66667777-aaaa-8888-bbbb-9999cccc0000",
"subject": "/subscriptions/66667777-aaaa-8888-bbbb-9999cccc0000/resourcegroups/comms-test/providers/Microsoft.ContainerService/managedClusters/comms-sp/scheduledEvents/55556666-ffff-7777-aaaa-8888bbbb9999",
"data": {
"resourceInfo": {
"id": "/subscriptions/66667777-aaaa-8888-bbbb-9999cccc0000/resourcegroups/comms-test/providers/Microsoft.ContainerService/managedClusters/comms-sp/scheduledEvents/55556666-ffff-7777-aaaa-8888bbbb9999",
"name": "55556666-ffff-7777-aaaa-8888bbbb9999",
"type": "Microsoft.ContainerService/managedClusters/scheduledEvents",
"location": "westus2",
"properties": {
"description": "ScheduledEvents",
"eventId": "22223333-cccc-4444-dddd-5555eeee6666",
"eventSource": "AutoUprader",
"eventStatus": "Started",
"eventDetails": "Start to upgrade security vhd",
"scheduledTime": "2024-04-16T22:17:12.103268606Z",
"startTime": "0001-01-01T00:00:00.0000000Z",
"lastUpdateTime": "0001-01-01T00:00:00.0000000Z",
"resources": [
"/subscriptions/66667777-aaaa-8888-bbbb-9999cccc0000/resourcegroups/comms-test/providers/Microsoft.ContainerService/managedClusters/comms-sp"
],
"resourceType": "ManagedCluster"
}
},
"operationalInfo": {
"resourceEventTime": "2024-04-16T22:17:12.1032748"
},
"apiVersion": "2023-11-02-preview"
},
"eventType": "Microsoft.ResourceNotifications.MaintenanceResources.ScheduledEventEmitted",
"dataVersion": "1",
"metadataVersion": "1",
"eventTime": "2024-04-16T22:17:12.1032748Z",
"EventProcessedUtcTime": "2024-04-16T22:36:09.9073134Z",
"PartitionId": 0,
"EventEnqueuedUtcTime": "2024-04-16T22:17:13.1700000Z"
}
Action (Send an Email) Ekleme işlemi:



HTTP POST URL Alın ve Webhook Tanımlayın:

Event Subscription Oluşturun:

Azure Resource Graph ile Doğrulama:
Yedek plan başarıyla tetiklendiğinde, Azure Resource Graph üzerinden log kayıtları kontrol edilebilir.
