sparse-intern-71089
05/26/2022, 10:11 PMhundreds-airport-37168
05/27/2022, 6:48 AMNodePool
level, although some of the settings you mention are on the Cluster
level.
`Cluster`:
• Location (Zonal vs Regional)
NodePool
• Network config (CIDR blocks)
• Max pods per node
• Node Count. This setting means how many nodes in each zone, so if youre using a regional cluster, you get *Node Count * (zones in region)* in total in the region
• Machine Type
• Preemtible nodes
Of course theres a lot more settings on both available as well.
Please note that the recommended way of deploying a cluster is to create a seperate managed node pool as well 🙂
You should be able to find this in the docs here
• https://www.pulumi.com/registry/packages/gcp/api-docs/container/cluster/
• https://www.pulumi.com/registry/packages/gcp/api-docs/container/nodepool/modern-thailand-30846
05/27/2022, 1:02 PM