Balraj Singhbalrajsingh.hashnode.dev·Feb 6, 2025Comprehensive CI/CD Pipeline for Private AKS: Seamless Integration with Azure DevOps, FrontDoor, Terraform, Private ACR, Azure SQL DB, Application GatThis document explains how to set up a CICD pipeline for deploying a web application on a private AKS cluster. It includes integration with Azure SQL Database, Private Azure Container Registry (ACR), and Application Gateway using Terraform. It also d...azure acr
Ritesh Kumar Nayakwww.devopswithritesh.in·Jan 29, 2025Streamline Microservices Deployment on AKS Using Azure DevOps CI/CD and GitOpsIn this project, we’ll streamline the deployment of a sample voting application using Azure DevOps. Our target deployment environment will be AKS. This application is publicly available at the Docker Samples repository, and we aim to demonstrate its ...38 readsazure-devops
Nityanand Kumarmigration-from-function-app-to-aks.hashnode.dev·Jan 26, 2025Migration of functions running on function app to AKS Cluster Using Cronjob for cost optimizationNeed to Analyze Cost Difference Between Two Azure Services We need to calculate the total cost of all functions running on a Function App and estimate the probable cost of running the same functions on an AKS node. This analysis will help understand...Azure
Sajal Batrasajalbatra.hashnode.dev·Jan 23, 2025Caching Decoded1. Understanding Caching What is Caching? Caching is a performance optimization technique that stores frequently accessed data in a fast-access memory layer, reducing database load and improving application response times. It acts as a temporary data...5 likes·70 readsRedis
Bittu Sharmabittublog.hashnode.dev·Jan 18, 2025What is AKS?AKS is a managed Kubernetes Service that helps us to deploy our applications without worrying about Control Plane and other things like regular updates support, Scaling, and high availability of your cluster. Key Features: Managed Control Plane: AKS ...2 likesAzure
Barakat Usmanbaraqheart.hashnode.dev·Jan 3, 2025Automate AKS Cluster Provisioning with TerraformAutomate AKS Cluster Provisioning with Terraform In this article, we will deploy the Kubernetes cluster using Azure managed service AKS. However, this will not be done manually as we did in the previous lesson on Aws EKS. We will use Terraform IAC to...aks
Tauqeer Ahmadtauqeerahmad.hashnode.dev·Dec 24, 2024Enhancing Application Reliability with Blue-Green Deployment in Kubernetes on AKSIn today’s fast-paced software delivery world, ensuring application reliability is a critical priority. Downtime during deployments can frustrate users, harm business operations, and damage trust. This is where blue-green deployment comes to the resc...1 like·65 readsKubernetes
CloudRaftcloudraft.hashnode.dev·Dec 24, 2024Running Containers in AzureMicroservice is an architectural and organizational approach to software development where software is composed of small independent services that communicate over well-defined APIs. It is difficult to talk about microservices without talking about c...Containers in Azure
Ashwinashwinrajendran.hashnode.dev·Dec 23, 2024AKS vs. Self-Managed Kubernetes ClusterIntroduction As the adoption of containerized applications grows, Kubernetes has emerged as the leading orchestration platform for managing containers at scale. Organizations face a crucial decision: whether to use a managed Kubernetes service like A...Azureaks
Ashwinashwinrajendran.hashnode.dev·Dec 23, 2024Azure Kubernetes Service (AKS)Introduction Azure Kubernetes Service (AKS) is a managed container orchestration service provided by Microsoft Azure that simplifies the deployment, management, and scaling of containerized applications using Kubernetes. As businesses adopt cloud-nat...AzureAKS,Azure kubernetes services