This quickstart installs LiteFunctions into your Kubernetes cluster using Helm and verifies that all core components are running.

Prerequisites

  • Kubernetes v1.24+
  • Helm v3+
  • kubectl configured for your target cluster

Install

helm install litefunctions oci://registry-1.docker.io/ashupednekar535/litefunctions

Verify

kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=litefunctions --timeout=300s
kubectl get all,crd -l app.kubernetes.io/name=litefunctions
helm status litefunctions

Next

  • Move to the Architecture page to understand the request and event flow.
  • See Helm Chart for configuration options and production settings.