CNPG Recipe 12 - Exposing Postgres outside Kubernetes with Service Templates
·7 mins
In this article, I’ll introduce you to the new service template feature in
CloudNativePG 1.24, which greatly simplifies the creation of services such as
LoadBalancer
to expose PostgreSQL outside of your Kubernetes cluster -
particularly useful for streamlining Database-as-a-Service (DBaaS) deployments.
I’ll walk you through setting up this feature on your laptop using kind
and
cloud-provider-kind
, ensuring you can easily test and implement these
capabilities in your own environment.