azure kubernetes service
3 TopicsRetrieving Azure App Service Deployment Center Events - Monitoring
Hello Team, I would like to know how to retrieve Azure App Service Deployment Center events. Specifically, I’m looking to integrate a webhook to capture trigger and deployment events from the Deployment Center. Thanks, Vinoth_Azure59Views0likes2CommentsPersistent volume with Azure Files on AKS
Based on our document, when we need to statically create persistent volume with Azure Files integration, we need to create Kubernetes Secret to store storage account name and access key. And assign the secret into PV yaml file. https://learn.microsoft.com/en-us/azure/aks/azure-csi-files-storage-provision#create-a-kubernetes-secret However, this mechanism will allow other people that has read permission of AKS cluster to easily read the Kubernetes secret and get the storage account key. Our customer has concern about this and want to know if there was other mechanism that can prevent this risk (for example , need to fetch account key from key vault first , not directly put storage account key into Kubernetes secret)364Views0likes2CommentsTroubleshooting applications on Windows Containers
From an IT Pro perspective, when developers start talking about Containers my first though is "How do you monitor them? Troubleshoot them? Back them up?". My IT Operations knowledge is built on having access to the operating system! Vinicius explores a few of our different tools you can use to troubleshoot applications on Windows Containers, to get access to those beloved logs and events! How to manually troubleshoot applications on Windows Containers How to troubleshoot applications on Windows Containers with the Log Monitor Tool How to troubleshoot applications on Windows Containers with the Windows Admin Center675Views1like0Comments