Red Hat Integration - Service Registry
  • Preface
  • Installation
    • Setting Up Project
    • PostgreSQL Database Deployment
      • Install Crunchy Postgres for Kubernetes Operator
      • Deploy PostgreSQL Database
    • Service Registry Deployment
      • Install Service Registry Operator
      • Configuring Service Registry
  • Testing
    • Testing Service Registry
    • REST API Testing Using Postman
    • Performance Testing Using hey
  • Security
    • Securing Service Registry
    • Red Hat Single Sign-On Deployment
      • Installing Red Hat Single Sign-On Operator
      • Deploy Red Hat Single Sign-On
      • Create Keycloak Realm For Service Registry
    • Configuring Service Registry
      • Service Registry with HTTPS
      • Service Registry without HTTPS (less secure)
      • Configuring Service Registry
      • Enable HTTP Basic Authentication
      • Enable Annonymous Read Access
      • Enable Role-Based Authorization
    • Testing Secure Service Registry API
  • Client Application
    • Create SSO Client for Application
    • Kafka Client Application
  • Appendix
    • CRD References
    • Installation Helper Script
    • Service Registry & SSO Integration with Self-Signed Certificate
Powered by GitBook
On this page
  1. Installation
  2. PostgreSQL Database Deployment

Deploy PostgreSQL Database

PreviousInstall Crunchy Postgres for Kubernetes OperatorNextService Registry Deployment

Last updated 2 years ago

  1. Go to Operators -> Installed Operators menu, then select Crunchy Postgres for Kubernetes.

  2. Select the project you've created earlier then click on Postgres Cluster tab, and then click on Create PostgresCluster button.

  3. Switch to YAML view, then copy all content in (simple cluster) or (HA and connections pooling cluster) file to the editor. Then click on Create button. The operator will create a PostgreSQL database cluster for you.

  4. Switch to Developer perspective, then go to Topology menu to verify that the database cluster is up and running.

  5. Switch to Administrator perspective, then go to Workloads -> Secrets menu. Then look for the postgres-pguser-service-registry secret object and click on it.

  6. Scroll down a bit and click on Reveal values link to see actual values in the secret object then note the jdbc-uri, user, and password. This will be used when deploying Service Registry.

postgres.yml
postgres-ha.yml
Deploying PostgreSQL
Deploying PostgreSQL
Deploying PostgreSQL
Deploying PostgreSQL
Deploying PostgreSQL
Deploying PostgreSQL
Deploying PostgreSQL