Skip to main content
Version: latest

Create and Manage GCP IaaS Cluster

Palette supports creating and managing Kubernetes clusters deployed to a Google Cloud Platform (GCP) account. This section guides you to create an IaaS Kubernetes cluster in GCP that Palette manages.

Prerequisites

Ensure the following requirements are met before you attempt to deploy a cluster to GCP:

  • Access to a GCP cloud account

  • You have added a GCP account in Palette. Review Register and Manage GCP Accounts for guidance.

  • An infrastructure cluster profile for GCP. Review Create an Infrastructure Profile for guidance.

  • An SSH Key that is uploaded to Palette and available for usage. Refer to the SSH Keys guide to learn how to create an SSH key and upload the public key to Palette.

  • Palette creates compute, network, and storage resources while provisioning Kubernetes clusters. Ensure there is sufficient capacity in the preferred GCP region to create the following resources:

    • Virtual Private Cloud (VPC) Network
    • Static External IP Address
    • Network Interfaces
    • Cloud NAT
    • Cloud Load Balancing
    • Persistent Disks
    • Cloud Router

Deploy a GCP Cluster

  1. Log in to Palette and ensure you are in the correct project scope.

  2. Navigate to the left Main Menu and click on Clusters.

  3. Click on Add New Cluster.

  4. A prompt displays to either deploy or import a new cluster. Click on Deploy New Cluster.

  5. Select GCP and click on Start GCP Configuration.

  6. Populate the wizard page with the cluster name, description, and tags. Tags assigned to a cluster are propagated to the VMs deployed to the computing environments.

  7. Select a GCP account, and Click on Next.

  8. Select the Infrastructure Provider row and click on one of your GCP cluster profiles. Click on Next.

  9. Review and customize pack parameters as desired. By default, parameters for all packs are set with values defined in the cluster profile. Click on Next to continue.

  10. Fill out the following parameters and click on Next when you are done.


ParameterDescription
ProjectThe project to which the cluster belongs.
RegionChoose the desired GCP region to deploy the cluster.
SSH KeyChoose the desired SSH key. Refer to the SSH Keys guide to learn how to create an SSH key and upload the public key to Palette.
Static PlacementCheck the Static Placement box to deploy resources into a pre-existing VPC. Review the Static Placement table below to learn more about the required input fields.

Static Placement

ParameterDescription
Virtual Network: Select the virtual network from the drop-down Menu.
Control plane subnet: Select the control plane network from the drop-down Menu.
Worker Network: Select the worker network from the drop-down Menu.
  1. The Node configuration page is where you can specify the availability zones (AZ), instance types, disk size, and the number of nodes. Configure the control plane and worker node pools. A control plane and a worker node pool are configured by default. The minimum number of CPUs and amount of memory depend on your cluster profile, but in general you need at least 4 CPUs and 4 GB of memory both in the control plane pool and across all worker pools.

info

You can add new worker pools to customize specific worker nodes to run specialized workloads. For example, the default worker pool may be configured with the c2.standard-4 instance types for general-purpose workloads. You can configure another worker pool with instance type g2-standard-4 to leverage GPU workloads.

  1. An optional taint label can be applied to a node pool during the cluster creation. You can edit the taint label on existing clusters. Review the Node Pool management page to learn more. Toggle the Taint button to create a label.

  2. Enable or disable node pool taints. If tainting is enabled, then you need to provide values for the following parameters.

    ParameterDescription
    KeyCustom key for the taint.
    ValueCustom value for the taint key.
    EffectChoose the preferred pod scheduling effect from the drop-down Menu. Review the Effect Table below for more details.

    Effect Table

    ParameterDescription
    NoScheduleA pod that cannot tolerate the node taint and should not be scheduled to the node.
    PreferNoScheduleThe system will avoid placing a non-tolerant pod on the tainted node but is not guaranteed.
    NoExecuteNew pods will not be scheduled on the node, and existing pods on the node will be evicted if they do not tolerate the taint.
  3. Click on Next after configuring the node pool.

  4. The settings page is where you can configure the patching schedule, security scans, backup settings, and set up Role Based Access Control (RBAC). Review the cluster settings and make changes if needed. Click on Validate.

  5. Review the settings summary and click on Finish Configuration to deploy the cluster. Be aware that provisioning IaaS clusters can take approximately 15 - 30 min depending on the cluster profile and the node pool configuration.

You can monitor cluster deployment progress on the cluster details page.

Validate

You can validate that your cluster is up and available by reviewing the cluster details page.

  1. Log in to Palette.

  2. Navigate to the left Main Menu and click on Clusters.

  3. The Clusters page lists the available clusters that Palette manages. Select your cluster to review its details.

  4. From the cluster details page, verify the Cluster Status field displays Running.