Before we begin managing Kubernetes clusters through Azure Arc enabled Kubernetes, we first need to deploy Kubernetes clusters. In this challenge we are going to deploy a cluster on a competitive cloud platform that being GCP.
Once this challenge is complete, we will have a cluster deployed and ready to be managed by Azure Arc enabled Kuberentes. With the cluster is deployed, we will be able to manage the cluster centrally via the Azure portal.
- Deploy a Google Kubernetes Engine (GKE) cluster on Google Cloud Platform.
- Run
kubectl get nodes -o wide
with thekubectl
context being that of the newly GKE cluster to verify cluster is ready to be Arc enabled.
- Run
This challenge will be complete when a GKE cluster is successfully deployed and ready to be enabled for Azure Arc enabled Kubernetes.