What problem does it solve?
Automates the end-to-end process of taking a GitHub repository or local project from source to a running application on Sealos Cloud, removing manual steps like Dockerfile creation, image builds, registry pushes, template generation, and rollout verification.
Core Features & Use Cases
- Automated Assessment: Scores project readiness, detects languages/frameworks, ports, and database dependencies to decide whether to continue.
- Image Handling: Detects existing images (Docker Hub/GHCR), generates Dockerfiles, and builds & pushes amd64 images to GHCR or Docker Hub.
- Sealos Integration: Generates Sealos application templates, configures public URL or ConfigMap overrides when needed, and deploys via the Sealos Template API with kubeconfig/workspace support.
- Safety & Resume: Preflight checks, explicit kubectl safety confirmations, structured logging and .sealos/ artifacts for resume and auditing.
- Use Case: Ideal for an AI agent or developer who wants to deploy a web service repository (local or remote) to Sealos Cloud with minimal interactive steps.
Quick Start
Run /sealos-deploy with an optional GitHub URL or local path to assess the repo and perform an end-to-end deploy to Sealos Cloud.