Code it Yourself...

Share

Twitter Facebook

Settings

  • Archives
  • Categories
  • Tags
  • Events
  • About Me
  1. Home
  2. Tags
  3. log analytics

AKS: Container Insights Pod Requests and Limits

Oct 15, 2021 3 min read azurekubernetesaksazure monitorlog analyticscontainer insights
AKS: Container Insights Pod Requests and Limits Today I’ll show you how to use Container Insights and Azure Monitor to check your AKS cluster for pods without requests and limits. You’ll need to use the following tables and fields: KubePodInventory: Table that stores kubernetes cluster’s Pod & container information ClusterName: ID of the …

ARM: Enable Container Monitoring Solution on an existing Log Analytics Workspace

May 16, 2019 1 min read azurearmlog analytics
ARM: Enable Container Monitoring Solution on an existing Log Analytics Workspace Recently I had to update a bunch of Log Analytics Workspaces resources to enable the Container Monitoring Solution . So I came up with this ARM Template that I want to share with you: 1{ 2"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", …

Read Azure Service Health Activity Logs with .NET Core

Aug 4, 2017 3 min read azuredotnetazure monitorlog analytics
Read Azure Service Health Activity Logs with .NET Core This week there was a small outage within the Azure Data Lake Store service and as consequence I wondered how could I Read Azure Service Health Activity Logs with .NET Core. Let’s go for it: 1. Create a folder for your new project Open a command promt an run: 1mkdir azure.health 2. Create the project 1cd …
Carlos Mendible
Carlos Mendible
Father | Husband | Sr Cloud Solution Architect | Former Azure & Developer Technologies MVP | Opinions are my own
Microsoft
Madrid. Spain
About Me

Recent Posts

  • AKS: Simulate Spot Node Eviction
  • AKS: Disable local accounts with Terraform
  • Protect your Node.js or .NET API with Azure Active Directory
  • Azure Database for MySQL Flexible Server: Failover Test
  • Azure Cache for Redis: Failover Test

Categories

azure dotnet kubernetes devops management certifications

Tags

aks aspnetcore dapr docker powershell cloud keyvault managedidentity terraform ansible
Copyright: 2021 - Carlos Mendible