Saurabh Adhaudevopsvoyager.hashnode.dev·Sep 5, 2024Azure Evolution: Day 18 - Introduction to Azure 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 continue to ado...Discuss·10 likesAzureAzure
ferozekhanhighcloud.hashnode.dev·Jun 1, 2024Deploying your favourite IPL Team's Applications as Microservices with Azure Kubernetes Service (AKS)What is Ingress? Ingress in Kubernetes is an API object that manages external access to the applications and services in a cluster, typically HTTP. Ingress, in most of its implementation is used for load balancing and name-based virtual hosting. Ingr...Discuss·29 readsnginx
Amrutha Damruthadronamraju.hashnode.dev·Dec 11, 2023Understanding AKS & Its PurposeWhat is Azure Kubernetes Service (AKS) and why is it used? Azure Kubernetes Service (AKS) is a managed container orchestration service provided by Microsoft Azure, designed to streamline the deployment, management, and scaling of container-based appl...DiscussAzure DevOps Blogsaks
Suraj Somanisurajsomani.hashnode.dev·Aug 22, 2023AKS with AAD Integration and Kubernetes RBAC- Access kubernetes using service principal and kubeconfigAzure Kubernetes Service (AKS) provides below three options for Authentication and Authorization- Azure AD Authentication with Kubernetes RBAC Azure AD Authentication with Azure RBAC Local Accounts with Kubernetes RBAC In this blog, we will see ...Discuss·29 readsazure kubernetes service