Hasura cluster¶
A Hasura cluster is a Kubernetes cluster, with
Hasura backend APIs and some internal microservices (like Postgres, Nginx etc.)
installed on it. This Kubernetes cluster is usually running on a cloud
infrastructure like Digital Ocean
, Google Cloud
, Azure
or AWS
.
Hasura provides free clusters as well as paid pro-tier clusters.
Hasura free-tier clusters are for development purposes or for hobby projects.
For hosting production projects, Hasura pro-tier clusters should be used.
Note
Do not host production projects on free clusters as they don’t have production SLAs and stability.