Skip to content

Support Testnet/Devnet/Mainnet Deployment  #74

@qbig

Description

@qbig

Proposed Changes:

  1. Separate the operator for network and simulation to support the independent startup of the network. This is because the simulation operator is intended for local testing and not needed for scenarios where ceramic network is deployed independently.
    image

  2. Supports dependency configuration for different network types (local/testnet/mainnet):

    1. Replace ceramic's sqlitedb with postgresdb, and support configurable DB username/ name/password.
      image
    2. Support the ability to turn off ganache and cas.
      image
    3. Support configurable namespace for the network.
      image
  3. Add k8s ingress for ceramic to support public access for mainstream public clouds (AWS/GCP) since we need to expose Ceramic & ComposeDB APIs

  4. Migrate Jaeger, Prometheus, and OpenTelemetry from the simulation operator to the network operator to create a universal monitoring and observability solution.
    image

    1. Expose js-ceramic's metric data to Prometheus.
    2. Provision isolated metric and tracing data for each independent network service for each
  5. Support log stream for ceramic and IPFS nodes.

Clarifying Questions:

  1. Does these changes make sense?
  2. Should These be merge into the current project or forked into a different repo?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions