Setting Up GCP on GKE
This section provides detailed steps to set up Google Cloud Platform (GCP) with Google Kubernetes Engine (GKE).
Before you begin
- In the Cloud Console, on the project selector page, select or create a Cloud project.
- Ensure that billing is enabled for your Google Cloud project.
- Install and configure GCP Cloud SDK.
- Install Helm.Note: When you obtain third-party software or services, it is your responsibility to ensure you understand the license terms associated with such third-party software or services and comply with such terms.
- Enable the following APIs on the Cloud Console:
- Container Registry API
- GKE API
- Procedure
- Create a custom mode network by using console or gcloud.
-
Create a Virtual Private Cloud (VPC) network.
Use the VPC network for all objects to be created for Google Cloud Platform. - Create Cloud SQL for PostgreSQL. After entering a password for the PostgreSQL user, perform the following steps:
- Select region and database version.
- In the Configuration options > Connectivity section,
- Select the Private IP check box.
- In the Associated Networking drop-down list, select the previously created vpc network to create a private connection in vpc network.
- Select the Public IP check box.
- In the Authorized networks section, click Add Network and enter your client IP. The connection is required to connect from your network for database schema installation.
- Click Create.
- Create Container Registry.
- Create a regional cluster. After entering the boot disk size, perform the following steps:
- In the Node Security section, select the Allow full access to all Cloud APIs option for smooth communication.
- In the Networking section, select the Public cluster option.
- From the Network list, select the previously created cluster.
- Click Create.
Note: You can select different types of clusters. For details, see GCP documentation.
What to do nextSee Deploying
TIBCO PSC Cluster by Using Helm