This blueprint uses GKE to provision a Kubernetes cluster and a H4D node pool, along with networks and service accounts. Information about H4D machines can be found here.
NOTE: The required GKE version for H4D support is >= 1.32.11-gke.1174000.
Refer to Run high performance computing (HPC) workloads with H4D for instructions on creating the GKE-H4D cluster.
The MPI Operator is installed on the cluster during the deployment. To run a test using the MPI Operator on the GKE H4D cluster, refer to https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/tree/main/hpc/mpi.
To destroy all resources associated with creating the GKE cluster, run the following command:
./gcluster destroy CLUSTER-NAMEReplace CLUSTER-NAME with the deployment_name used in the blueprint vars block.