Run user submission using k8s#2190
Conversation
|
As mentioned in #2268:
|
|
Thanks for this work @pauloguilhermepp! We deployed Codabench on an enterprise EKS cluster where Docker-in-Docker is blocked by Kyverno security policies (no privileged containers). This PR was the perfect solution - full E2E submission execution working with the K8s-native compute worker, no policy exceptions needed. Looking forward to this getting merged! |
Run User Submissions Using Kubernetes
This PR aims to update Codabench to run user submissions using Kubernetes. The default way to run submissions is still using Docker containers.
This PR is still in progress, and we would appreciate your feedback.
Main Changes
To run submissions using Kubernetes, we mainly:
Issues this PR resolves
How to Test it
Deploy Codabench using Kubernetes as explained at #2055.
Observations
Checklist