This repository contains a Terraform module that deploys a Standalone Kubeflow on a local Kubernetes cluster.
- Terraform
- Local Kubernetes cluster (e.g. Minikube or just click the Docker's Kubernetes support option)
- Kubectl
- Kustomize
cd terraform-kubeflow-local
terraform init
terraform plan
terraform apply
terraform destroy
Once all the services are running in the kubeflow namespace, you can access the Kubeflow pipelines dashboard by visiting http://localhost:9000
.