You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Supports dependency configuration for different network types (local/testnet/mainnet):
Replace ceramic's sqlitedb with postgresdb, and support configurable DB username/ name/password.
Support the ability to turn off ganache and cas.
Support configurable namespace for the network.
Add k8s ingress for ceramic to support public access for mainstream public clouds (AWS/GCP) since we need to expose Ceramic & ComposeDB APIs
Migrate Jaeger, Prometheus, and OpenTelemetry from the simulation operator to the network operator to create a universal monitoring and observability solution.
Expose js-ceramic's metric data to Prometheus.
Provision isolated metric and tracing data for each independent network service for each
Support log stream for ceramic and IPFS nodes.
Clarifying Questions:
Does these changes make sense?
Should These be merge into the current project or forked into a different repo?
Proposed Changes:
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.

Supports dependency configuration for different network types (local/testnet/mainnet):
Add k8s ingress for ceramic to support public access for mainstream public clouds (AWS/GCP) since we need to expose Ceramic & ComposeDB APIs
Migrate Jaeger, Prometheus, and OpenTelemetry from the simulation operator to the network operator to create a universal monitoring and observability solution.

Support log stream for ceramic and IPFS nodes.
Clarifying Questions: