Install GripoflowOn Kubernetes

⎈ Install GripoFlow on Kubernetes (Production Deployment)

GripoFlow can be deployed on any Kubernetes platform such as Azure Kubernetes Service (AKS), Amazon Elastic Kubernetes Service (EKS), or Google Kubernetes Engine (GKE) — simply follow the Helm chart instructions for setup. For local deployments, refer to the installation guides for Kind, Minikube, or Windows.


⚙️ Prerequisites

  • Kubernetes: v1.26+
  • Helm: v3.0+
  • Persistent Volumes: Enabled (for MongoDB or other data stores)

🚀 Quick Installation

Add the Gripo Helm repo and install:

helm repo add gripo https://charts.gripo.io/
helm repo update
helm install gripoflow gripo/gripoflow -n gripo --create-namespace

Or install directly from local files:

helm install gripoflow . -n gripo --create-namespace

🌐 Accessing the Application

Access via Port Forward (for testing)

kubectl port-forward svc/gripoflow-nginx 5055:5055 -n gripo

Then open:

http://127.0.0.1:5055