Workload Management
Deploy and manage Kubernetes workloads using familiar kubectl and Helm patterns:
- Apply Kustomize directories, Helm charts, or raw YAML
- Manage resources: create, edit, and delete
- Inspect and debug with get, describe, logs, exec, and explain
- Expose services
- Export and import container images
- Validate manifests against schemas — see Substitution Expansion in
workload validatefor Flux${VAR}expansion behavior - Generate resources — see
ksail workload genreference for supported types - Watch directories for automatic live reconciliation — see the
ksail workload watchreference for the canonical behavior and supported options
ksail workload apply -k k8s/ksail workload get podsksail workload logs deployment/my-appksail workload gen deployment my-app --image=nginx --port=80