Monal Cloud is operated by Pahadi Research, LLC of Washington (US).

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.

  1. Open Containers > Clusters and create a cluster using the recommended template.
  2. Select region, version, network settings, and initial worker size.
  3. Wait for control plane and node provisioning to complete.
  4. Create additional node pools by workload profile (general, memory, or compute heavy).
  5. 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.