.. meta:: :description: Deploy Hasura GraphQL engine :keywords: hasura, docs, deployment .. _deployment_guides: Deployment guides ================= .. contents:: Table of contents :backlinks: none :depth: 1 :local: Introduction ------------ The Hasura GraphQL engine is a binary that is shipped as a Docker container. Choose from the below guides to deploy the Hasura GraphQL engine and connect it to a Postgres database. .. _one_click_deployment_guides: One-click deployment options ---------------------------- If you want to take Hasura for a spin and check out the features, the following one-click deployments will be useful for you: - :ref:`Deploy using Hasura Cloud ` (**recommended**) - :ref:`Deploy using Heroku ` - :ref:`Deploy using Render One-click Deploy with Managed PostgreSQL ` - :ref:`Deploy using Nhost One-click Deploy with Managed PostgreSQL, Storage, and Auth ` .. _all_deployment_guides: Deployment guides ----------------- Choose from the full list of deployment guides: - :ref:`Deploy using Hasura Cloud ` (**recommended**) - :ref:`Deploy using Docker ` - :ref:`Deploy using Kubernetes ` - :ref:`Deploy using Heroku ` - :ref:`Deploy using Digital Ocean One-click App on Marketplace ` - :ref:`Deploy using Azure Container Instances with Postgres ` - :ref:`Deploy using Google Cloud Platform with Kubernetes engine and Cloud SQL ` - `Deploy using Instant GraphQL on AWS RDS (blog) `__ - :ref:`Deploy using Render One-click Deploy with Managed PostgreSQL ` - :ref:`Deploy using Nhost One-click Deploy with Managed PostgreSQL, Storage, and Auth ` - :ref:`Deploy using Koyeb Serverless Platform ` .. admonition:: Custom Docker images or binaries If you need a custom Docker image or binary for GraphQL engine, please see :ref:`this page `. .. toctree:: :maxdepth: 1 :titlesonly: :hidden: Using Hasura Cloud Using Docker Using Kubernetes Using Heroku (one-click) Using DigitalOcean (one-click) Using Azure Container Instances Using Google Cloud Platform & Kubernetes Using Render (one-click) Using Nhost (one-click) Using Koyeb Serverless Platform