Code it Yourself...

Share

Twitter Facebook

Settings

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

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 …

Cloning your world with Azure & Minecraft

Oct 10, 2021 0 min read azuredaprminecraft

Static website hosting in an Azure Storage Account protected with Private Endpoint

Sep 17, 2021 3 min read azurestatic websitestorage accountprivate endpointstorage
Static website hosting in an Azure Storage Account protected with Private Endpoint This post will show you how to deploy a Static Website on a Storage Account protected with Private Endpoint using Terraform: Define the terraform providers to use Create a providers.tf file with the following contents: 1terraform {2required_version = "> 0.12"3required_providers {4azurerm = {5source = …

AKS: Windows node pool with spot virtual machines and ephemeral disks

Sep 13, 2021 4 min read kubernetesazurewindowsephemeral disksspot virtual machines
AKS: Windows node pool with spot virtual machines and ephemeral disks Some months ago a customer asked me if there was a way to deploy a Windows node pool with spot virtual machines and ephemeral disks in Azure Kubernetes Service (AKS). The idea was to create a cluster that could be used to run Windows batch workloads and minimize costs by deploying the following: An AKS cluster with 2 …

AKS: Persistent Volume Claim with an Azure File Storage protected with a Private Endpoint

Aug 2, 2021 3 min read kubernetesazureakspersistent volume claimazure filesprivate endpoint
AKS: Persistent Volume Claim with an Azure File Storage protected with a Private Endpoint This post will show you the steps you’ll have to take to deploy an Azure Files Storage with a Private Endpoint and use it to create volumes for an Azure Kubernetes Service cluster: Create a bicep file to declare the Azure resources You’ll have to declare the following resources: A VNET with 2 subnets. One …
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»
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