scylladb / scylla-operator

The Kubernetes Operator for ScyllaDB
https://operator.docs.scylladb.com/
Apache License 2.0
323 stars 159 forks source link

Split operator sidecar out of ScyllaDB container #1942

Open tnozicka opened 1 month ago

tnozicka commented 1 month ago

Operator sidecar that queries ScyllaDB and reflects its state into the API, among other things, should run in a separate container. It can still reach ScyllaDB through localhost from the same Pod.

See https://github.com/scylladb/scylla-operator/issues/1940 for more context.