A Rust-based proxy that translates Docker API calls into Kubernetes Job operations, enabling legacy applications and AI agents to use familiar Docker commands while running on Kubernetes.
Stars
2
Forks
0
Watchers
2
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
Update documentation and fix CI cache for release workflow (#11) (#11)
105244bView on GitHubAdd GitHub Release creation on tag push with binary artifacts (#10) (#10)
3bd76faView on GitHubAdd backoffLimit and activeDeadlineSeconds to Job spec for robust cleanup (#9) (#9)
8f0354bView on GitHubDeprecate old Kubernetes manifests and introduce Kustomize structure (#8)
5e6ccb2View on GitHubEnhance CI workflows with caching and cross-compilation support (#7)
b525d13View on GitHubRefactor response handling and improve error reporting in handlers (#6)
d83d227View on GitHubUpdate dependencies and refactor job manager logic (#5)
02f6e87View on GitHubUpdate version logging and enhance job name sanitization (#4)
f5a373aView on GitHubRefactor TCP client example and enhance error handling (#3)
75cc099View on GitHubAdd GitHub Actions step to write Docker build summary
e410143View on GitHubAdd initial project structure and implement SocketSwap functionality
5389209View on GitHub