### Description Implement the adapter to schedule and track ephemeral Kubernetes Pods for isolated task execution. ### Tasks - [ ] Parse and apply Pod-level resource requests/limits (CPU, Memory) - [ ] Parse and apply PersistentVolume/ConfigMap mounts - [ ] Parse inline `script` config and inject into Pod via temporary ConfigMap Map/EnvVar - [ ] Implement temporary pod creation and cleanup in target test cluster
Description
Implement the adapter to schedule and track ephemeral Kubernetes Pods for isolated task execution.
Tasks
scriptconfig and inject into Pod via temporary ConfigMap Map/EnvVar