Skip to main content

Actions

OGC Serverless Kubernetes allows you to Suspend and Resume clusters to manage costs or reduce resource usage during periods of low activity.

Suspend

Suspending a cluster involves halting all pods and scaling down the resources to the minimum, effectively putting the cluster in a "sleep" mode. This is stop all billing as no pods (and therefore nodes) will be allocated to the cluster.

warning

When a cluster goes into Suspended state, it will purge all active pods. Pods that are not managed by a deployment or stateful set will not be restarted.

Resume

Resuming a cluster will re-enable all the deployments and allow nodes to be allocated to the cluster.