{{ message }}
Moving Dashboards from Docker to K8s #39164
Unanswered
HaruspexSan
asked this question in
Q&A / Help
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
For my Master’s Thesis, I’m building a BI pipeline where users develop dashboards in Local Docker and deploy them to Production K8s (Helm) via Git. This makes developing on branches easier.
Current (Brittle) Process:
Manual UI Export → Add folder in repo → Mounted via ConfigMap →
sedused in an init script to swap DB credentials.The Goal:
A "Single Source of Truth" where dashboards are imported automatically without manual string manipulation or GUI intervention.
Questions:
Environment Parity: How do you handle differing SQLAlchemy URIs between environments? Is there a best practice for using environment variables or consistent UUIDs?
Import Automation: For K8s, is it better to use initContainers with the Superset CLI or sync via the API?
Tooling: Are there recommended CLI tools or GitHub Actions for managing "Dashboard-as-Code"?
Overall: is there a smarter way to do this?
Beta Was this translation helpful? Give feedback.
All reactions