Deploying Application on Azure Kubernetes Service

coderiseio

Launching the simple application with Azure Kubernetes Service In previous few blogs, we have explained about the Kubernetes and container orchestration. Microsoft Azure provides the hosted Kubernetes service. To create the basic Kubernetes Cluster on Azure please visit our previous blog. In this blog, I will launch a simple application on Azure Container Service. Pre-requisite […]

Setting up Kubernetes Cluster on Azure Container Service (AKS)

kubernetes cluster on azure

In this post, we’ll take you through the basics of setting up a Kubernetes Cluster on Azure Container Service (AKS), the Microsoft cloud service to manage your hosted Kubernetes environment. By the end of it, you’ll have a one node cluster up and running in AKS. Install Azure CLI You will need the Azure CLI […]