Ubicloud Kubernetes
Nodepool Resizing
You can now resize your Kubernetes cluster directly from the Ubicloud Console, API or CLI. This allows you to dynamically adjust the number of worker nodes in your cluster to match workload demands.Managed PostgreSQL
Default IPv6 Connectivity
PostgreSQL databases now support IPv6 connections by default. A firewall rule for::/0 is automatically included, allowing you to connect to your databases over IPv6 without extra configuration.
Advanced Firewall Configuration
You can now create a PostgreSQL database without any default firewall rules using the--restrict-by-default flag in the CLI or API. This allows for a more secure, locked-down setup where you can add only the specific access rules you need.