Complete guide to the hyper2kvm Worker Job Protocol v1 for production Kubernetes deployments.
Developers (First Time)
DevOps Engineers
SRE / Operations
Architects
Deploy Workers
Submit Jobs
Monitor Jobs
Operate Workers
Set Up CI/CD
hyper2kvm/worker/*.py (2 hours)pytest tests/test_worker_protocol.py (1 hour)kubectl apply -f k8s/operator/crds/ (10 min)| Topic | Document | Location |
|---|---|---|
| Job Schema | PROTOCOL_SPEC.md | Section 2 |
| State Machine | PROTOCOL_SPEC.md | Section 3 |
| Capability System | PROTOCOL_SPEC.md | Section 4 |
| Event Format | PROTOCOL_SPEC.md | Section 5 |
| MigrationJob CRD | operator/README.md | Full spec |
| Topic | Document | Section |
|---|---|---|
| Helm Values | helm/README.md | Configuration |
| Storage Classes | helm/README.md | Storage Configuration |
| Prometheus Metrics | production-enhancements.md | Metrics |
| Grafana Dashboard | v1.2.0-enhancements.md | Dashboard |
| DaemonSet Config | k8s/README.md | Manifests |
| Topic | Document | Section |
|---|---|---|
| Backup | v1.3.0-cicd-ops.md | Operational Scripts |
| Restore | v1.3.0-cicd-ops.md | Operational Scripts |
| Helm Migration | v1.3.0-cicd-ops.md | Operational Scripts |
| Troubleshooting | k8s/README.md | Troubleshooting |
| Monitoring | production-enhancements.md | Full Document |
| Example | Location | Description |
|---|---|---|
| Inspect Job | k8s/worker/examples/inspect-job.json | Basic inspection |
| Convert Job | k8s/worker/examples/convert-job.json | VMDK to qcow2 |
| Offline Fix | k8s/worker/examples/offline-fix-job.json | Boot repair |
| Job Status | k8s/worker/examples/job-state.json | State tracking |
| Helm Values (Minimal) | helm/README.md | k3d deployment |
| Helm Values (Production) | helm/README.md | Production config |
docs/
βββ worker/ Core protocol docs
β βββ INDEX.md This file
β βββ QUICKSTART.md Getting started
β βββ PROTOCOL_SPEC.md Complete spec
β
βββ deployment/ Deployment guides
β βββ WORKER_PROTOCOL_SUMMARY.md Complete overview
β βββ production-enhancements.md v1.1.0 features
β βββ v1.2.0-enhancements.md v1.2.0 features
β βββ v1.3.0-cicd-ops.md v1.3.0 features
β βββ k3d-test-report.md Test results
β
k8s/
βββ README.md kubectl deployment
βββ operator/
β βββ README.md Operator roadmap
βββ worker/examples/ Job examples
helm/hyper2kvm-worker/
βββ README.md Helm chart guide
RELEASE_NOTES_v1.3.0.md Latest release notes
Guides (QUICKSTART, k8s/README)
Specifications (PROTOCOL_SPEC)
Reference (helm/README, SUMMARY)
Release Notes
v1.3.0 (2026-01-30)
v1.2.0 (2026-01-30)
v1.1.0 (2026-01-30)
v1.0.0 (2026-01-30)
pytest tests/test_worker_protocol.pyscripts/ops/Found a documentation issue?
Documentation Standards:
k8s/worker/examples/For enterprise support, consulting, or custom development, contact the maintainers.
Based on your role:
Iβm a Developer β QUICKSTART.md Iβm deploying to k3d β k8s/README.md Iβm deploying to production β WORKER_PROTOCOL_SUMMARY.md I want to use Helm β helm/README.md I need to set up CI/CD β v1.3.0-cicd-ops.md I want to contribute β PROTOCOL_SPEC.md
Last Updated: 2026-01-30 (v1.3.0) Status: Production-Ready β