Deploying OpenObserve on AWS ECS with HA (Postgres + S3) #10229
Replies: 1 comment
-
|
It's possible, But we do not recommend running it in docker compose for the reason that if you need features like RBAC or SSO then it requires user to manage other services like OpenFGA, Dex other than openobserve. Networking and orchestration get's problematic with docker compose. There are no official examples available for docker version but you can ask folks in the community for their configs, alternatively you can create a compose file with GenAI as all the env are listed here https://github.com/openobserve/openobserve-helm-chart/blob/fb24dea99f41dfbc0d57cbac51d5c9c6b0768fd9/charts/openobserve/values.yaml#L240 Some imp env variables to look out for: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I’m trying to deploy OpenObserve on AWS ECS and would like to set it up in a high-availability (HA) configuration.
I understand that OpenObserve supports Helm-based HA deployment on Kubernetes, but I’m looking for guidance on running a similar HA setup outside Kubernetes, specifically on ECS.
I had a few questions:
Is it possible (or recommended) to run OpenObserve in HA mode using Docker Compose?
Any guidance, examples, or pointers would be really helpful.
Thanks in advance for your support! 🙏
Beta Was this translation helpful? Give feedback.
All reactions