Create and Install a Configuration package for AWS RDS Postgres

Peter Bean (binh)
Idea Hub
Published in
Apr 7, 2022

Idea

  • Crossplane allows you to define your own composite resources (XRs) and compositions, then package them up to be easily distributed as OCI images.
    - This allows you to construct a reproducible platform that exposes infrastructure APIs at your desired level of abstraction, and can be installed into any Crossplane cluster.

How

  1. Create a Configuration Directory
  2. Create CompositeResourceDefinition for RDS Postgres
  3. Create Compositions
  4. Build and Push The Configuration

--

--