Deploy on Local using Helm Charts and Minikube
A step-by-step guide to deploying Hyperswitch locally using Helm and Minikube, with setup, access, cleanup, and troubleshooting instructions.
Part 1: Setting Up a Local Kubernetes Cluster with Minikube/OrbStack
Option 1: Setting Up a Local Kubernetes Cluster with Minikube
Step 1: Install Required Tools
Step 2: Start Minikube
minikube start --cpus=4 --memory=7900 --driver=dockerkubectl get nodesOption 2: Setting Up a Local Kubernetes Cluster using OrbStack (Only for macOS)
Part 2: Deploy Hyperswitch on Kubernetes Using Helm
Step 1: Add and Update the Hyperswitch Helm Repository
Step 2: Install Hyperswitch
Step 3: Accessing Services
Cleanup
Troubleshooting
View Pod Logs
View Events
Last updated
Was this helpful?

