Deploying Kubernetes on GCP
Last updated
Last updated
If you will be installing Aizen on Google Cloud Platform (GCP), follow these setup instructions:
Set up a Google Kubernetes Engine (GKE) cluster. See .
Choose a type of file storage for your GKE cluster:
Add Persistent Disk storage to your Compute Engine virtual machine (VM) instances. Persistent Disk provides block storage for VM instances. It provides standard and SSD persistent disk options and can be dynamically resized. See .
Set up Filestore instances to use as durable storage for your GKE cluster. Filestore offers managed NFS (Network File System) file storage for Google Cloud VM instances. It provides high-performance storage with the ability to scale based on demand. See .
To enable interoperability with Amazon S3 applications, see GCP and S3 API Interoperability.
Provision the Cloud Service Mesh. See .
Install and upgrade ingress gateways with Istio APIs. See .
For a quick launch of a GKE cluster instance, update variables.tf
() according to your environment, and run these terraform scripts:
To install Aizen , see Installing Aizen.
See Installation Issues for solutions to commonly seen problems during deployment.