-
Notifications
You must be signed in to change notification settings - Fork 45
Kubernetes
Vijaivir Dhaliwal edited this page Mar 28, 2024
·
6 revisions
This documentation is no longer being updated. For the most up to date information please visit our techdocs
Optionally, you can develop locally on Kubernetes which is how CHEFS is deployed in production.
You'll need to install Kubernetes on your machine, in this tutorial, we'll be using minikube
. You can follow this install guide for your operating system.
First install Docker as your driver, and have Docker running.
brew install minikube
minikube start
Follow the install guide for your operating system to install Terraform.
Initialize Terraform:
terraform init
Apply the Terraform file to deploy it:
terraform apply
Tunnel
minikube tunnel