Skip to Content

Deploying cognee with Helm

cognee can be deployed on Kubernetes using our Helm chart, which provides a comprehensive infrastructure setup.

Let’s deploy cognee on Kubernetes

Step 1: Install Prerequisites

Before deploying, ensure you have:

  • A running Kubernetes cluster (e.g., Minikube, GKE, EKS)
  • Helm installed and configured
  • kubectl installed and configured

Step 2: Clone the Repository

git clone https://github.com/topoteretes/cognee.git

Step 3: Deploy Helm Chart

helm install cognee ./cognee-chart

To uninstall the release:

helm uninstall cognee

Join the Conversation!

Have questions about Kubernetes deployment? Join our community to connect with professionals, share insights, and get your questions answered!