Hasura Admin UI can be very slow when run inside minikube / Kubernetes #10214
Unanswered
delaurentis
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
Problem
We've noticed that using the Hasura Admin UI can become very slow (30 seconds - 1 minute for pages to load). Some operations, like applying permissions can take 10+ minutes. This happens even on high end development machines with lots of RAM / CPU power (16GB, with 8GB reserved to running Kubernetes locally with Minikube)
When we run Hasura outside of Kubernetes, Hasura Admin UI is fast (pages load quickly, and applying permissions happens in <1 minute).
Advice Needed :)
Any tips for improving Hasura's performance with Kubernetes or debugging why it is so slow?
Here's our Kubernetes stateful set definition for Hasura for reference (containers are created for both postgres and hasura)
Beta Was this translation helpful? Give feedback.
All reactions