Umesh Panditumeshpandit.hashnode.dev·Feb 11, 2025Key Considerations for Using Azure Container Services in Cloud EnvironmentsContainers have changed how businesses deploy and manage applications. They make it easier to run software consistently across different environments. Azure Container Services help organizations build, scale, and manage containerized applications in ...Cloud Containers
SaiRupa Paladugupaladugusairupa.hashnode.dev·Feb 6, 2025Deploy and Access ngnix on AKS ClusterStep1: Store your resource group in a variable & create and verify AKS cluster Step2: Configure kubectl to run against cluster Step3: Create deployment.yaml file and apply the changes apiVersion: apps/v1 # The type of workload we are creating k...AKS,Azure kubernetes services
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
Balraj Singhbalrajsingh.hashnode.dev·Feb 3, 2025CI/CD Pipeline for Private AKS: Integrating Azure DevOps, Terraform, Private ACR, Azure SQL DB, Application Gateway, Azure Key Vault, and StorageThis document explains how to set up a CI/CD pipeline using Azure DevOps, Terraform, and different Azure services to deploy a web application on a private AKS cluster. The deployment is automated and ensures secure communication between services. Pre...Applicate Gateway
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
Bittu Sharmabittublog.hashnode.dev·Jan 18, 2025Azure Kubernetes Service (AKS) DocumentationAzure Kubernetes Service (AKS) is a managed container orchestration service provided by Microsoft Azure. It simplifies the deployment, management, and scaling of containerized applications using Kubernetes. AKS eliminates the need for manual setup an...Devops
Balraj Singhbalrajsingh.hashnode.dev·Jan 2, 2025Azure DevOps Multi-Stage YAML CI/CD PipelineThis document provides a step-by-step guide on setting up a multi-stage YAML CI/CD pipeline in Azure DevOps. The pipeline includes setting up an Azure account, creating an organization, setting up a project, writing a YAML pipeline, and deploying an ...azure-devops
Vikranth Sunkarpally 🇮🇳 vikranthsunkarpally.hashnode.dev·Dec 31, 2024Azure AKS & Nginx IngressStep-01: Introduction Ingress Basic Architecture What are we going to learn? We are going to create a Static Public IP for Ingress in Azure AKS Associate that Public IP to Ingress Controller during installation. We are going to create a namespace...AKS,Azure kubernetes services
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