Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.07 KB

File metadata and controls

20 lines (13 loc) · 1.07 KB

GKE H4D Blueprint

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.3-gke.1170000.

Steps to deploy the H4D blueprint

Refer to Run high performance computing (HPC) workloads with H4D for instructions on creating the GKE-H4D cluster.

Run a test using the MPI Operator

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.

Clean Up

To destroy all resources associated with creating the GKE cluster, run the following command:

./gcluster destroy CLUSTER-NAME

Replace CLUSTER-NAME with the deployment_name used in the blueprint vars block.