

To verify the connection to your cluster, use the kubectl get command to return a list of the cluster nodes. az aks get-credentials -resource-group django-project -name djangoappcluster This command downloads credentials and configures the Kubernetes CLI to use them. To configure kubectl to connect to your Kubernetes cluster, use the az aks get-credentials command.
Aws postgresql tutorial python install#
If running Azure CLI locally, please run the az aks install-cli command to install kubectl. az group create -name django-project -location eastus Let's create a resource group, django-project using the az-group-create command in the eastus location. If you're using Azure Cloud Shell, the latest version is already installed.Īn Azure resource group is a logical group in which Azure resources are deployed and managed. This article requires the latest version of Azure CLI. To upgrade to the latest version, run az upgrade.


If you don't have an Azure subscription, create an Azure free account before you begin. This quickstart assumes a basic understanding of Kubernetes concepts, Django and PostgreSQL.
