-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp-wantedExtra attention is neededExtra attention is neededproviderProvider implementationsProvider implementations
Description
Description
Implement full Kubernetes provider (currently a stub).
Run code execution in Kubernetes pods for scalable, cloud-native workloads.
Requirements
- Connect to Kubernetes cluster (kubeconfig)
- Create pods with appropriate runtime images
- Execute code in pods
- Stream stdout/stderr via pod logs
- File system operations via kubectl cp
- Pod cleanup on stop
- Support for custom pod templates
- Resource limits (CPU, memory)
References
- Current stub:
internal/provider/kubernetes/kubernetes.go - client-go: https://github.com/kubernetes/client-go
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp-wantedExtra attention is neededExtra attention is neededproviderProvider implementationsProvider implementations