Quick Start
# Add the Helm repository
helm repo add lissto https://helm.lissto.dev/charts
helm repo update
# Install Lissto
helm install lissto lissto/lissto \
--namespace lissto-system \
--create-namespace
What is Lissto?
Lissto is a DevEnv and DevEx(perience) platform that simplifies the development of applications on Kubernetes. It bridges the gap between compose loved by developers and Kubernetes loved by DevOps and platform engineers.
💡 Features: Deploy compose apps to Kubernetes, manage multiple environments,
integrated Slack bot, REST API, and custom Kubernetes operators.
Available Charts
Verify Installation
# Check deployment status
kubectl get pods -n lissto-system
# View available charts and versions
helm search repo lissto --versions