LogoLogo
  • Welcome to Gretel!
  • Gretel Basics
    • Getting Started
      • Quickstart
      • Blueprints
      • Use Case Examples
      • Environment Setup
        • Console
        • SDK
      • Projects
      • Inputs and Outputs
      • Gretel Connectors
        • Object Storage
          • Amazon S3
          • Google Cloud Storage
          • Azure Blob
        • Database
          • MySQL
          • PostgreSQL
          • MS SQL Server
          • Oracle Database
        • Data Warehouse
          • Snowflake
          • BigQuery
          • Databricks
        • Gretel Project
    • Release Notes
      • Platform Release Notes
        • April 2025
        • March 2025
        • February 2025
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
        • July 2024
        • June 2024
      • Console Release Notes
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
      • Python SDKs
  • Create Synthetic Data
    • Gretel Safe Synthetics
      • Transform
        • Reference
        • Examples
        • Supported Entities
      • Synthetics
        • Gretel Tabular Fine-Tuning
        • Gretel Text Fine-Tuning
        • Gretel Tabular GAN
        • Benchmark Report
        • Privacy Protection
      • Evaluate
        • Synthetic Quality & Privacy Report
        • Tips to Improve Synthetic Data Quality
        • Data Privacy 101
      • SDK
    • Gretel Data Designer
      • Getting Started with Data Designer
      • Define your Data Columns
        • Column Types
        • Add Constraints to Columns
        • Custom Model Configurations
        • Upload Files as Seeds
      • Building your Dataset
        • Seeding your Dataset
        • Generating Data
      • Generate Realistic Personal Details
      • Structured Outputs
      • Code Validation
      • Data Evaluation
      • Magic Assistance
      • Using Jinja Templates
  • Gretel Playground [Legacy]
    • Getting Started
    • Prompts Tips & Best Practices
    • FAQ
    • SDK Examples
    • Tutorials
    • Videos
    • Gretel Playground [Legacy] Inference API
    • Batch Job SDK
  • Reference
    • Gretel's Python Client
    • Gretel’s Open Source Synthetic Engine
    • Gretel’s REST API
    • Homepage
    • Model Suites
Powered by GitBook
On this page
  • Deployment prerequisites
  • kubectl
  • Helm
  • Choose your cloud provider

Was this helpful?

Export as PDF
  1. Operate and Manage Gretel
  2. Gretel Hybrid

Deployment

Last updated 1 year ago

Was this helpful?

Deployment prerequisites

If you're deploying Gretel Hybrid to a production environment, please be sure to create a so that you can use the service account user's Gretel API key to deploy Gretel Hybrid. An API key associated with a personal account should only be used for dev or testing purposes.

Before getting started, you’ll need some prequisite tools installed on your system. If you’re using MacOS, we recommend that you

kubectl

You’ll need kubectl to communicate with your Kubernetes cluster.

MacOS

brew update  
brew install kubectl
kubectl version --client

See the for other installation methods.

Helm

You’ll need the helm CLI helm to configure your Kubernetes cluster.

MacOS

brew install helm 
helm version

You should be on at least helm version v3.10.2 to make sure you don’t run into any issues.

Choose your cloud provider

See the for other installation methods.

service account user
install homebrew.
Kubernetes Docs
Helm Docs

Amazon Web Services

(AWS)

Google Cloud Platform

(GCP)

Microsoft Azure