One option is to use feature flagging with Kubernetes, which allows you to gradually roll out new versions of your application to a small percentage of users before rolling it...
Here are the general steps to use Kubernetes-based Event Driven Autoscaler (KEDA) to autoscale a microservice in AKS based on the number of HTTP requests: Here is an example YAML...
You may have checked my other blog with 10 Scenario Based AKS Interview Questions. Those were straight forward questions which are easy to answer. Here are 8 more questions that...
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...