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. Create, query, or delete a job based on the Kubernetes official API library.
  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 API Server through the official API or convert the YAML content into the JSON format and send the object to the Kubernetes API Server.