Here are 10 scenario based AKS interview questions. You would find answers in various blog posts of mine. I would suggest going through full articles with sample codes in them....
KEDA may be the only option to use when you have multiple microservices that are processing messages from different message brokers such as Kafka, rabbitmq, sqs etc. If each service...
We will explore two ways to autoscale microservice hosted in AKS. You can either use Kubernetes Metrics Server or KEDA. Kubernetes Metrics Server To autoscale a microservice in AKS based...
Whatsapp is so common these days that people notice messages in there when compared to normal messages. So here’s an example code to send Whatsapp message based on critical alert....
Here’s another thing I tried this weekend. How often do you receive multiple emails asking you to do or follow up on something and we forget about some of them?...
There are so many people who want to automatically post their tweets to their Instagram account. Well, it’s easy! But, what happens if you have location in your tweet? In...
Here is an example of .NET code that connects to a Kusto cluster, fetches data, and exports the report in Azure Blob Storage: This code connects to a Kusto cluster...
Here are the steps and .NET code to connect to Cosmos DB and fetch data using Managed Service Identity (MSI) from an Azure App Service: In this example, GetData method...
Here is an example of how to connect and fetch a secret from Azure Key Vault using a managed identity in an Azure App Service: Sample Code – Python Sample...
The Azure Key Vault FlexVol CSI driver is a Container Storage Interface (CSI) driver that allows you to connect your AKS (Azure Kubernetes Service) cluster to Azure Key Vault. This...
In Helm charts, loops can be written using the Go template language. Helm uses the Go template engine to generate Kubernetes manifests from chart templates. Here is an example of...
Here is an example of an Azure DevOps YAML pipeline that can be used to install kubectl and Helm, connect to an AKS cluster, and deploy an application to the...