Replies: 2 comments
-
Thanks for this start, @kannon92. |
Beta Was this translation helpful? Give feedback.
-
Re guides for "local" versus "cloud deployments": I think we should expect that many potential Armada users may be using on-site hardware, with privately hosted and administered K8S clusters. A Helm chart should be usable whatever the underlying K8S hosting entity is, whether it be K8S on local iron, or AWS EKS, etc. The interesting/hard parts about Armada configuration are more about wiring up Pulsar properly, Redis, the Armada server and executor(s), etc. The core goal of Armada is to allow efficient, coordinated deployment of giant sets of jobs - sets that are so large that a single K8S cluster cannot scale to handle them - so, the target audience will likely be large, well-staffed K8S-running orgs. Re docs - I've rarely seen Google Docs used as anything more than initial authoring (then exported to other "open" format) tools for OSS projects. Markdown, AsciiDoc, and the other usual suspects are much more popular. |
Beta Was this translation helpful? Give feedback.
-
Hello,
We have a discussion going on about the audience of the quickstart guide.
I wanted to give a few examples of quickstarts in the open source community.
Airflow Quickstart
Argo Workflows
Kubeflow Pipelines
Volcano Quickstart
Kubeflow has their quickstart guide as a user guide and then they go into much more detail on deployment.
Kubeflow Local Deployments
Kubeflow Cloud Deployments
Some interesting things to gather from open source docs:
I propose a new quickstart guide with the following layout.
Local Development
Cloud Deployment
Simple User Walkthrough of queue creation, submiting jobs, watching events
Beta Was this translation helpful? Give feedback.
All reactions