Installing DevOps Loop on Google Kubernetes Engine (GKE)
You can install IBM® DevOps Loop on a newly created GKE cluster by using the Helm chart.
You must have completed the following tasks:
- Read and understood System Requirements for DevOps Loop 2026.06 (2.0.2).
- Gained access to the cluster and installed the following tools:
- Kubectl
- Google Cloud SDK and Google Cloud CLI
- Installed Helm on the system from which you access the Kubernetes cluster. For more information, refer to Installing Helm.
- Set up a Kubernetes (GKE) cluster under the platform - Google Kubernetes
Engine (GKE) and Image type - Container-Optimized OS with containerd
(cos_containerd). For more information, refer to Create a cluster and deploy a workload in
the Google Cloud console.Note: Ensured that you have enabled the Filestore CSI driver and Cloud Storage Fuse CSI driver while creating the cluster to use the GCP CSI driver storage class.
- Prepared the required infrastructure in Google Cloud Platform (GCP). See Preparing GCP infrastructure for installing DevOps Loop on GKE.
- Ensured that you have the following details:
-
DOMAIN (FQDN) – the hostname you created in Cloud DNS for the Loop installation.
-
STATIC_IP_ADDRESS – the global static IP mapped to the DNS A record.
-
NAMESPACE – the target Kubernetes namespace (for example:
devops-loop).
-