93807/how-to-create-a-kubernetes-cluster-with-a-specific-version
Hi Team,
I have configured Azure CLI in the Windows system. I want to create a Kubernetes cluster with a specific version. How can I do that?
Hi@akhtar,
You can create a Kubernetes Cluster in Azure as well. Azure has one service named aks. You can use the below command to create a cluster.
$ az aks create -g MyResourceGroup -n MyManagedCluster --kubernetes-version 1.16.9
Hi@akhtar, Sometimes it is required to update the ...READ MORE
Hi@akhtar, You can add an extra node pool ...READ MORE
Found a way to access remote kubernetes ...READ MORE
There are two ways: using the GetDirectoryReference looping through a containers ...READ MORE
Azure Cloud Services is an example of ...READ MORE
Azure DevOps is a hosted service providing ...READ MORE
Azure Stack is a hybrid cloud computing software solution ...READ MORE
Azure Cosmos DB is Microsoft’s globally distributed database ...READ MORE
Hi@akhtar, After creating the Kubernetes Cluster, you need ...READ MORE
Hi@akhtar, A node pool is a group of nodes within a ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.