CloudNativePG™ (CNPG) is certified SUSE Ready for the SUSE Rancher Kubernetes Engine starting with v1.28.0. EDB publishes and maintains the CNPG Helm chart in the SUSE Rancher Apps Catalog. You can deploy this chart directly from the Apps view in Rancher Manager.
Find CloudNativePG on the Charts page
In the Rancher Console for your cluster, select Apps from the left-hand menu and then select Charts.
Type "CloudNativePG" into the search bar at the top of the Charts page.
Select the option for CloudNativePG (certified by EDB).
Select the Install this version button.
Configure the installation parameters
Select Create a new namespace from the Namespace drop-down, and enter
cnpg-systemfor the namespace.Use your preferred naming scheme for this namespace;
cnpg-systemis used for examples here and in the CloudNativePG documentation.Select Next, and edit the values.yaml to customize installation. You can find a reference for the available values by selecting the View Chart Info button.
Install the operator
Select the Install button to run the installation with the values you've provided, creating the cnpg-system namespace for the operator. Rancher Console will display logs upon completion:
NAME: cloudnative-pg LAST DEPLOYED: Mon Aug 17 20:14:53 2026 NAMESPACE: cnpg-system STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: CloudNativePG operator should be installed in namespace "cnpg-system". You can now create a PostgreSQL cluster with 3 nodes as follows: cat <
Verify the installation
Select the
≥button (or use the Ctrl+` key combination) to open the Kubectl shell.Enter
kubectl -n cnpg-system get deployYou should see,
NAME READY UP-TO-DATE AVAILABLE AGE cloudnative-pg 1/1 1 1 1m23s
Enter
kubectl -n cnpg-system rollout status deploy/cloudnative-pgYou should see,
deployment "cloudnative-pg" successfully rolled out
Next steps
Creating and managing PostgreSQL clusters
Refer to the CNPG documentation for details on creating and managing PostgreSQL clusters using the operator.
Maintenance
After installing a chart, you can view it by selecting Apps then Installed Apps in the left navigation menu. Select the menu option ⋮ next to the cloudnative-pg entry in the list, and you'll see options for Edit/Change Version, Show Configuration, View YAML, Download YAML, and Delete.
Refer to Helm Charts and Apps in the SUSE Rancher Manager documentation for more information.