kappal
Run Docker Compose projects on Kubernetes without learning Kubernetes
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Kappal?โผ
Run `npx skills add sandys/kappal --all -g -y` in your terminal to install the skill globally. Kappal itself runs via a Docker image, so Docker is the only other prerequisite.
How to run docker-compose on Kubernetes?โผ
Point Kappal at your existing docker-compose.yaml and run `kappal up -d`. It deploys your services on a built-in K3s cluster without you writing any Kubernetes manifests.
Do I need to learn Kubernetes or kubectl to use Kappal?โผ
No. Kappal hides Kubernetes completely and mirrors Docker Compose commands like up, down, ps, logs, and exec, so kubectl is never exposed.
Does Kappal support volumes, secrets, and scaling?โผ
Yes. It supports named and bind volumes, secrets, configs, networks, deploy.replicas scaling, healthchecks, and one-shot jobs for migrations or seeds.
Can I use Kappal without coding experience?โผ
Yes. If you already have a docker-compose file, your AI agent can deploy, inspect, and tear down the stack from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core