# Creating a Node Pool

Nodepools can be added to Google GKE cluster at the time of cluster creation or to an existing GKE cluster.

<figure><img src="https://234395929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5QxXxCob5M5VXQJTryRc%2Fuploads%2FgLtmV6929M8F6eysIOyy%2Fgoogle-gke-nodepool.png?alt=media&#x26;token=27d9c186-ae32-4b85-875f-9e37f00e047f" alt=""><figcaption><p>GKE Node pool configuration in gopaddle</p></figcaption></figure>

**Initial Node Count** - Number of Nodes that will be provisioned in the Node pool at the time of node pool creation.

**Min Count** - Minimum Number of Nodes that will be maintained in the Node pool at any time.

**Max Count** - Maximum Number of Nodes that will be permitted in the Node pool at any time.

{% hint style="warning" %}
Select more than one Availability Zones
{% endhint %}

{% hint style="info" %}
To access the cluster over public IP, choose the Enable Node Public IP option.
{% endhint %}
