Platform engineers and SRE teams
Managed Kubernetes: How to Create a Kubernetes Cluster and Add Node Pools
Deploy a managed Kubernetes control plane, then scale worker capacity with additional node pools.
12 min read · Updated 2026-04-01
Prerequisites
- • Project access to managed Kubernetes service
- • Private network and subnet prepared for cluster nodes
- • Container image registry access for workloads
Implementation workflow
This runbook focuses on a reliable sequence for provisioning and validating the service through the cloud console.
- Open Containers > Clusters and create a cluster using the recommended template.
- Select region, version, network settings, and initial worker size.
- Wait for control plane and node provisioning to complete.
- Create additional node pools by workload profile (general, memory, or compute heavy).
- Download kubeconfig and validate cluster access with a basic workload deployment.
Validation and operator checks
After deployment, verify connectivity, security boundaries, and backup posture before promoting workloads to production.
Operator tips
- • Separate production and non-production workloads into different node pools.
- • Enable cluster upgrade windows and test version changes in staging first.
- • Use autoscaling limits that align with quota and cost boundaries.