An Azure service that provides customers with a serverless container experience.
Hello @bharney ,
Azure Kubernetes Service (AKS) is a managed Kubernetes service that you can use to deploy and manage containerized applications. You need minimal container orchestration expertise to use AKS. AKS reduces the complexity and operational overhead of managing Kubernetes by offloading much of that responsibility to Azure. AKS is an ideal platform for deploying and managing containerized applications that require high availability, scalability, and portability, and for deploying applications to multiple regions, using open-source tools, and integrating with existing DevOps tools.
If you’re looking to run your application on Azure Kubernetes Service (AKS), please follow this guide on how to deploy an AKS cluster using the Azure portal: https://dori-uw-1.kuma-moon.com/en-us/azure/aks/learn/quick-kubernetes-deploy-portal?tabs=azure-cli
Additionally, if you prefer working with CLI or PowerShell, you can use those methods as well.
https://dori-uw-1.kuma-moon.com/en-us/azure/aks/learn/quick-kubernetes-deploy-cli
https://dori-uw-1.kuma-moon.com/en-us/azure/aks/learn/quick-kubernetes-deploy-powershell
Please let us know if you have any further questions. I’m happy to assist. Thank you!