Managed Kubernetes
v5.7
Overview
Getting Started
Clusters
PMK CLI
APIs
In Cluster Monitoring
Cluster and App GitOps
Platform9 Managed Add-ons
Platform Administration
Workloads & Apps
Support
Powered By

Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Environment Status
Copy Markdown
Open in ChatGPT
Open in Claude
Environment Status
Environment status represents the state of the cluster and nodes as seen within the SaaS Management Plane.
Below is the YAML-based rule set that Catapult uses, including alert names, expression, timeframe, labels with type and severity, and annotations which contain the summary and description of the notification.
bash-5.0# cat qbert.yml
groups:
- name: qbert
rules:
- alert: ClusterStatusNotOK
expr: qbert_cluster_status_ok{job="qbert"} == 0
for: 10m
labels:
type: pf9
severity: warning
annotations:
summary: Cluster status is not ok!
description: Cluster status of {{ $labels.cluster_name }} of type {{ $labels.cloud_provider_type }} is not ok
- alert: NodeNotReady
expr: qbert_kube_node_ready{node_status!="Ready", cluster_name!="undefined"} == 0
for: 10m
labels:
type: pf9
severity: warning
annotations:
summary: Node {{ $labels.node_name }} is not ready!
description: Node {{ $labels.node_name }} cluster {{ $labels.cluster_name }} role {{ $labels.node_role }} is in state {{ $labels.node_status }}
- alert: K8sApiNotResponding
expr: qbert_node_status_ok{node_role="master"} == 0
for: 10m
labels:
type: pf9
severity: warning
annotations:
summary: K8s api of cluster {{ $labels.cluster_name }} is not responding!
description: K8s api is not responding on cluster {{ $labels.cluster_name }} Node {{ $labels.node_hostname }} role {{ $labels.node_role }}
- alert: WorkerNodeNotResponding
expr: qbert_node_status_ok{node_role="worker"} == 0
for: 15m
labels:
type: pf9
severity: warning
annotations:
summary: Worker node not responding!
description: Worker node not responding on cluster {{ $labels.cluster_name }} Node {{ $labels.node_hostname }} role {{ $labels.node_role }}
bash-5.0#
Last updated by Anagha Pamidi on Jan 27, 2026
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message