Node Pools
Create Node Pool for GCE in the DuploCloud Portal
Last updated
Create Node Pool for GCE in the DuploCloud Portal
Last updated
© DuploCloud, Inc. All rights reserved. DuploCloud trademarks used herein are registered trademarks of DuploCloud and affiliates
GCP Node Pools are useful when you need to schedule Pods requiring more resources than others, such as more memory or local disk space. Node Pools can be created for the DuploCloud Infrastructure with GKE Standard Cluster only.
Add a Tenant, specifying the DuploCloud Plan corresponding to a GKE Standard Cluster.
In the DuploCloud Portal, navigate to Kubernetes -> Nodes.
Click the Node Pool tab.
Click Add. The Add Node Pools page displays.
Provide Name, Availability Zone, Instance Type, and Node Counts.
Click Submit.
DuploCloud Portal provides additional options when configuring a Node Pool, as depicted below. To use Advanced Options select Advanced Options in the Add Node Pool page.
You can add Accelerator types for GPUs while creating a NodePool. From the Add Node Pool page, click Add Accelerator.
Accelerator Types are not available in all regions.
In the Add Service page, click Next for Advanced Options.
Enter command
, args
, and resources
in the Other Container Config field.
Click Create.
For additional details, refer to the documentation from Google Cloud here .
Select the Node Pool to which you want to add taints.
Click Actions and select Add Taint. The Add Taint pane displays.
Enter the Key/Value pair and select the Effect from the list box.
Click Add Taint.
For example, the following screen applies a taint to a Node Pool that has a Key/Value of dedicated=experimental
with a NoSchedule
effect.
You need to configure the correct tolerations
in the Service to schedule the Pod in a Node Pool.
To continue the examples above, create a Service with tolerations
using the Other Container Config field, as depicted below.
You can Edit or Delete a Taint by selecting the Node Pool Name, clicking the Actions menu, and selecting Edit or Delete. You edit the Node Pool using the Edit Node Pool page.
View Node Pools by clicking the Node Pool tab and selecting the Node Pool Name.
Nodes created as part of a Node Pool, are displayed in the GCE VM tab.
Taints configured to a Node Pool are displayed with a Tainted Status. Click the Tainted icon to display a window with a Taint List.