docs
Hasura Platform
Getting started
Installing the Hasura CLI
The complete tutorial
GraphQL tutorial
Hasura project
Hasura cluster
Creating a cluster
Adding a cluster to a project
Listing your clusters
Deleting a cluster
Upgrading a cluster
Setting up multiple environments using clusters
Setting a default cluster
Reusing a cluster with a different project
Connect local kubectl to cluster
Pro-tier clusters
Project microservices
API Console
Auth
Data (GraphQL/JSON APIs)
Filestore
Notify (Sending emails/SMS)
Postgres
API gateway
Hasura Hub
Hasura CLI reference
Hasura API reference
Guides
Installing Hasura on a Kubernetes Cluster
Hasura architecture
Billing for Hasura
Moving to v0.16 from v0.15
Moving to v0.15 from older versions
DOCS vx.y
Support
Creating a cluster
ΒΆ
You can create a Hasura cluster in 2 ways:
Install Hasura on any Kubernetes cluster
: See
guide
.
Create a Pro tier cluster
: Create a
Pro-tier
cluster to get a ready-to-use Hasura cluster i.e. the platform and a Kubernetes cluster running on a managed infrastructure.
«
previous
|
next
»
Was this page helpful?
Submit
Thank you for your feedback!
<%= totalResults %> result<%= totalResults > 1 ? 's' : '' %> for
'<%= _.escape(searchString) %>'
powered by
<% if ( objs.length > 0 ) { %>
<% _.each(objs, function(obj, index ) { %>
<%= obj.title %>
<%= obj.description.length > 200 ? obj.description.slice(0, 200 ) + ' ...' : obj.description %>
<% }); %>
<% } else { %>
Sorry! we cannot find what you are searching for!
<% } %>
Support