Deployment
Deployment prerequisites
If you're deploying Gretel Hybrid to a production environment, please be sure to create a service account user 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 install homebrew.
kubectl
You’ll need kubectl
to communicate with your Kubernetes cluster.
MacOS
See the Kubernetes Docs for other installation methods.
Helm
You’ll need the helm CLI helm
to configure your Kubernetes cluster.
MacOS
You should be on at least helm version v3.10.2
to make sure you don’t run into any issues.
See the Helm Docs for other installation methods.
Choose your cloud provider
Last updated