Step 3: Create a Node Pool
Create a Node Pool to run the operating system for your app.
Last updated
Was this helpful?
Create a Node Pool to run the operating system for your app.
Last updated
Was this helpful?
A Node Pool is a group of Compute Engine VM instances within a GKE cluster that have the same configuration and provide the compute resources for running Kubernetes workloads. Node Pools allow you to customize and manage subsets of nodes within your GKE cluster to meet the requirements of your applications.
Estimated time to complete Step 3: 10 minutes.
Before creating a Service, verify that you accomplished the tasks in the previous tutorial steps. Using the DuploCloud Portal, confirm that:
An exist, both with the name that you chose.
The Infrastructure has .
A Tenant with the .
In the Tenant list box, on the upper-left side of the DuploCloud Portal, select the Tenant that you created.
From the DuploCloud portal, navigate to Kubernetes -> Node Pools.
Click on the Node Pool tab and then click Add. The Add Node Pool page displays.
In the Name field, enter a unique name for your GCE Virtual Machine.
Complete the following fields:
Initial Node Count (per AZ): 1
Min Node Count (per AZ): 1.
Max Node Count (per AZ): 2
Accept the default values for all remaining fields, and click Create.
Navigate to Kubernetes -> Nodes, and click on the Node Pool tab.
Click on the name of the Node Pool that you created.
Verify that the Status is Running.
For more advanced node pool functions, see the .