In this tutorial, you will learn how to implement a multi-tier application using Azure Kubernetes Service (AKS) and Azure Arc. We will be using the Azure CLI to create resources...
To migrate SSIS packages to Azure Data Factory (ADF) , you can use the following general steps. We will use Azure KeyVault to store connection strings. Fetch secrets from KeyVault...
For people starting with docker and kubernetes, here’s simple example to understand it. Imagine you are a farmer and you have a farm with different types of animals. Each animal...
Taints and tolerations are two important concepts in Kubernetes that allow you to control how pods are scheduled on nodes. Taints are used to repel pods from nodes, while tolerations...
Azure Application Gateway Ingress Controller (AGIC) is a Kubernetes ingress controller that allows you to route external traffic to Kubernetes services using an Azure Application Gateway. This guide will walk...
It’s not uncommon to have AGIC not working. When encountering issues with Azure Application Gateway as an ingress controller, the following steps can be taken to troubleshoot the problem: It...
Kubernetes is a powerful container orchestration platform that allows you to easily manage and scale your containerized applications. One of the key features of Kubernetes is the ability to use...
Here is an example of a YAML pipeline that can be used to build, push and deploy an application to AKS using Azure Container Registry (ACR) and Azure Kubernetes Service...
A Dockerfile is a script that contains instructions for building a Docker image. Here is an example of a basic Dockerfile for building an image for a simple web application:...
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...