Overview: Launch a Job via Kubernetes API¶
Warning
Researcher Kubernetes API is deprecated. See Cluster API for its replacement.
You can create, submit, list or delete jobs using the Command-line interface or the Run:ai User Interface.
To do the same programmatically you can use the Run:ai Researcher REST API.
You can also communicate directly with the underlying Kubernetes infrastructure by:
- Using YAML files or,
- By using a variety of programming languages to send requests to Kubernetes. See Submit a Run:ai Job via Kubernetes API for a python sample.