Use After Integration

This section requires you to be familiar with programming and development process, as well as Kubernetes. If you have an AI platform or want to develop an AI platform based on cluster scheduling components, perform the following operations:

  1. Find the official API library of Kubernetes based on your programming language.
  2. Perform operations such as creation, query, and deletion based on the API library provided by Kubernetes.
  3. When you create, query, or delete a job, convert the Example YAML content into the object defined in the official Kubernetes API and send the object to the Kubernetes APIServer through the API provided in the official library or convert the YAML content into the JSON format and send the object to the Kubernetes APIServer.