Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
As a PoC, we need several below steps to run the TF job on k8s.
- The submarine server can run as an independent daemon
- tf-operator deployed in a K8s cluster. Use kubeflow/tf-operator for now
- REST API in submarine server to accept a generic TF job spec
- submitter-k8s translate the spec into tf-operator format and use k8s client API to submit this to the cluster
- REST API to get tf job status from k8s and parse it to a standard format to be consumed
Add the submitter-k8s module implements the CRUD for custom resource objects, includes the UTs. Before run the UTs, you should deploy the tf-operator in a K8s cluster and replace the config at the test resources.
Attachments
Issue Links
- duplicates
-
SUBMARINE-258 [SS]Add k8s job submitter in submarine server to run TF job on k8s
- Resolved
- is a child of
-
SUBMARINE-258 [SS]Add k8s job submitter in submarine server to run TF job on k8s
- Resolved
- links to