Run a Python program on Qubernetes

Run a Python program on Qubernetes

We have introduced a new command q8sctl execute to run a Python program on Qubernetes. The command takes a Python script as an argument and executes it on the Qubernetes cluster. The script can be any Python program that you want to run on the cluster. The command will create a new job on the cluster and execute the script in a container.

q8sctl execute app.py --kubeconfig /path/to/config --image docker-image