On this page
Quickstart
This quickstart installs LiteFunctions into your Kubernetes cluster using Helm and verifies that all core components are running.
Prerequisites
- Kubernetes v1.24+
- Helm v3+
kubectlconfigured for your target cluster
Install
helm install litefunctions oci://registry-1.docker.io/ashupednekar535/litefunctionsVerify
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 litefunctionsNext
- Move to the Architecture page to understand the request and event flow.
- See Helm Chart for configuration options and production settings.