Introducing Crunchy Data Warehouse: A next-generation Postgres-native data warehouse. Crunchy Data Warehouse Learn more

Latest posts from Ben Blattberg

  • 8 min read

    pgAdmin for All of Your Postgres Kubernetes Clusters

    Ben Blattberg

    We recently announced the latest update of Crunchy Postgres for Kubernetes 5.5. In this version 5.5 update, we would like to highlight a key feature: the introduction of a new pgAdmin API.

    The notable changes in this feature include:

    • The ability to manage all Postgres clusters through a single interface
    • Automatic cluster detection
    • A new custom resource file for pgAdmin
    Read More
  • 11 min read

    Stateful Postgres Storage Using Kubernetes

    Ben Blattberg

    Kubernetes was developed originally as an orchestration system for stateless applications. Today, Kubernetes is the backbone of countless full stack applications with, notably, a database as part of the stack. So, a question we often hear is:

    How can Kubernetes be the foundation of that most stateful application of all, the database?

    Read More