CSC/ECE 517 Spring 2024 - NTNX-1 : Extend NDB Operator to Support Postgres HA: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Testing)
 
No edit summary
Line 1: Line 1:
Test page
<h2>NTNX4 Design Document</h2>
 
<h2>Provisioning Postgres HA Instances</h2>
Justin Orringer, Kandarpkumar Patel, Cody Irion
 
<h3>Existing Architecture</h3>
 
When provisioning a new database, the NDB Operator monitors the cluster for newly created custom resources. Once it is created, the operator syncs the change with the NDB Server, which records all databases to be provisioned.
 
The operator then reconciles the database/NDB CR, and watches its status thereafter. If a user modifies that DB CR, the reconcile loop begins again.

Revision as of 23:55, 24 March 2024

NTNX4 Design Document

Provisioning Postgres HA Instances

Justin Orringer, Kandarpkumar Patel, Cody Irion

Existing Architecture

When provisioning a new database, the NDB Operator monitors the cluster for newly created custom resources. Once it is created, the operator syncs the change with the NDB Server, which records all databases to be provisioned.

The operator then reconciles the database/NDB CR, and watches its status thereafter. If a user modifies that DB CR, the reconcile loop begins again.