CWL on kubernetes on your local minikube including:
- A service account calrissian-sa
- Roles and role bindings to run calrissianand Kubernetes jobs
- A persistent volume claim in RWX mode
- A deployment with a pod with the volume mounted on /calrissianfor:- running calrissianvia command line tool
- submiting Kubernetes jobs using kubectl
 
- running 
- A minikube cluster
- Docker
- the skaffoldCLI
- Clone the repository.
- Run skaffold devin a terminal
- Wait for the deployment to stabilize.
Then:
- you can submit jobs using kubectl
- you can open a shell session on the pod calrissian-session-xxxx
- you can attach a Visual Studio Code session on the pod calrissian-session-xxxx
Run the example found in the example folder, there's a README with the steps.