You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by GitBox <gi...@apache.org> on 2019/12/09 11:45:20 UTC

[GitHub] [submarine] yuanzac commented on a change in pull request #124: SUBMARINE-251. Submarine k8s operator framework initialization

yuanzac commented on a change in pull request #124: SUBMARINE-251. Submarine  k8s operator framework initialization
URL: https://github.com/apache/submarine/pull/124#discussion_r355396895
 
 

 ##########
 File path: docs/design/submarine-launcher.md
 ##########
 @@ -0,0 +1,60 @@
+# Submarine Launcher
+
+## Introduction
+Submarine is built and run in Cloud Native, taking advantage of the cloud computing model.
+
+To give full play to the advantages of cloud computing. These applications are characterized by rapid and frequent build, release, and deployment. Combined with the features of cloud computing, they are decoupled from the underlying hardware and operating system, and can easily meet the requirements of scalability, availability, and portability. And provide better economy.
+
+In the enterprise data center, submarine can support k8s/yarn/docker three resource scheduling systems; in the public cloud environment, submarine can support these cloud services in GCE/AWS/Azure;
+
+
+## Requirement
+
+### Cloud-Native Service
+
+The submarine system has two long-running services in the daemon mode, submarin server and workbench server. The workbench server is mainly used by algorithm engineers to provide online front-end functions such as algorithm development, algorithm debugging, data processing, and workflow scheduling. The submarine server is mainly used for back-end functions such as scheduling and execution of jobs, tracking of job status, and so on.
 
 Review comment:
   "submarin server and workbench server" submarin missing an e.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org