Skip to main content
NetApp Solutions

Contributors kevin-hoke

Deploy and configure the Red Hat OpenShift Container platform on GCP

This section describes a high-level workflow of how to set up and manage OpenShift Clusters in GCP and deploy stateful applications on them. It shows the use of NetApp Cloud Volumes ONTAP storage with the help of Astra Trident to provide persistent volumes. Details are provided about the use of Astra Control Center to perform data protection and migration activities for the stateful applications.

Here is a diagram that shows the clusters deployed on GCP and connected to the data center using a VPN.

rhhc self managed gcp

Note There are several ways of deploying Red Hat OpenShift Container platform clusters in GCP. This high-level description of the setup provides documentation links for the specific method that was used. You can refer to the other methods in the relevant links provided in the resources section.

The setup process can be broken down into the following steps:

Install an OCP cluster on GCP from the CLI.
  • Ensure that you have met all the prerequisites stated here.

  • For the VPN connectivity between on-premises and GCP, a pfsense VM was created and configured. For instructions, see here.

    • The remote gateway address in pfsense can be configured only after you have created a VPN gateway in Google Cloud Platform.

    • The remote network IP addresses for the Phase 2 can be configured only after the OpenShift cluster installation program runs and creates the infrastructure components for the cluster.

    • The VPN in Google Cloud can only be configured after the infrastructure components for the cluster are created by the installation program.

  • Now install the OpenShift cluster on GCP.

    • Obtain the installation program and the pull secret and deploy the cluster following the steps provided in the documentation here.

    • The installation creates a VPC network in Google Cloud Platform. It also creates a private zone in Cloud DNS and adds A records.

      • Use the CIDR block address of the VPC network to configure the pfsense and establish the VPN connection. Ensure firewalls are setup correctly.

      • Add A records in the DNS of the on-premises environment using the IP address in the A records of the Google Cloud DNS.

    • The installation of the cluster completes and will provide a kubeconfig file and username and password to login to the console of the cluster.

Deploy Cloud Volumes ONTAP in GCP using BlueXP.
Install Astra Trident in the OCP Cluster in GCP
  • There are many methods to deploy Astra Trident as shown here.

  • For this project, Astra Trident was installed by deploying Astra Trident Operator manually using the instructions here.

  • Create backend and a storage classes. Refer to instructions here.

Add the OCP cluster on GCP to the Astra Control Center.
  • Create a separate KubeConfig file with a cluster role that contains the minimum permissions necessary for a cluster to be managed by Astra Control. The instructions can be found
    here.

  • Add the cluster to Astra Control Center following the instructions
    here

Using CSI Topology feature of Trident for multi-zone architectures

Cloud providers, today, enable Kubernetes/OpenShift cluster administrators to spawn nodes of the clusters that are zone based. Nodes can be located in different availability zones within a region, or across various regions. To facilitate the provisioning of volumes for workloads in a multi-zone architecture, Astra Trident uses CSI Topology. Using the CSI Topology feature, access to volumes can be limited to a subset of nodes, based on regions and availability zones. Refer here for additional details.

Note Kubernetes supports two volume binding modes:
- When VolumeBindingMode is set to Immediate (default), Astra Trident creates the volume without any topology awareness. Persistent Volumes are created without having any dependency on the requesting pod’s scheduling requirements.
- When VolumeBindingMode set to WaitForFirstConsumer, the creation and binding of a Persistent Volume for a PVC is delayed until a pod that uses the PVC is scheduled and created. This way, volumes are created to meet the scheduling constraints that are enforced by topology requirements.
Astra Trident storage backends can be designed to selectively provision volumes based on availability zones (Topology-aware backend). For StorageClasses that make use of such a backend, a volume would only be created if requested by an application that is scheduled in a supported region/zone. (Topology-aware StorageClass)
Refer here for additional details.

Demonstration Video

OpenShift Cluster installation on Google Cloud Platform
Importing OpenShift clusters into Astra Control Center