Examples
Core Examples¶
| Example | Description |
|---|---|
| hello.star | Hello world |
| sysinfo.star | System information gathering |
| remote-check.star | Remote server health checks via SSH |
| HTTP Server Examples | REST APIs, webhooks, middleware |
Cloud Examples (Kubernetes)¶
| Example | Description |
|---|---|
| deploy-k8s | Basic Kubernetes deployment |
| app-stack | Full application stack |
| rolling-update | Zero-downtime rolling updates |
| cluster-health | Cluster health monitoring |
| namespace-stack | Namespace provisioning |
| multi-env | Multi-environment deployments |
| microservices | Microservices deployment |
| redis-cluster | Redis cluster with Helm |
| wordpress-stack | WordPress + MySQL stack |
| cronjobs | Kubernetes CronJobs |
| debug-pod | Debug pod for cluster troubleshooting |
| quick-deploy | One-line deployments |