|
1 | 1 | # Getting Started with ElasticDL
|
2 | 2 |
|
3 |
| -The tutorials in this document aims to help users get hands on quickly and have a preliminary understanding of ElasticDL. |
| 3 | +The tutorials in this document aims to help users get hands on quickly and have |
| 4 | +a preliminary understanding of ElasticDL. |
4 | 5 |
|
5 | 6 | ## Run ElasticDL on Various Environments
|
6 | 7 |
|
7 |
| -The following tutorials demonstrates how to run ElasticDL on different environments: |
| 8 | +The following tutorials demonstrates how to run ElasticDL on different |
| 9 | +environments: |
8 | 10 |
|
9 | 11 | 1. Local Environment
|
10 | 12 | 2. On-prem cluster
|
11 | 13 | 3. Public cloud
|
12 | 14 |
|
13 | 15 | ### ElasticDL on Local Environment
|
14 | 16 |
|
15 |
| -[Minikube](https://kubernetes.io/docs/setup/learning-environment/minikube/) is a tool that makes it easy to run Kubernetes locally. |
16 |
| -It runs a single-node Kubernetes cluster inside a Virtual Machine (VM) on the laptop so developers can try out Kubernetes or develop with it day-to-day. |
17 |
| - |
18 |
| -[This tutorial](elasticdl_local.md) uses Minikube to run ElasticDL on a local laptop. |
| 17 | +[Minikube](https://kubernetes.io/docs/setup/learning-environment/minikube/) is a |
| 18 | +tool that makes it easy to run Kubernetes locally. It runs a single-node |
| 19 | +Kubernetes cluster inside a Virtual Machine (VM) on the laptop so developers can |
| 20 | +try out Kubernetes or develop with it day-to-day. |
19 | 21 |
|
| 22 | +[This tutorial](elasticdl_local.md) uses Minikube to run ElasticDL on a local |
| 23 | +laptop. |
20 | 24 |
|
21 | 25 | ### ElasticDL on On-prem Cluster
|
22 | 26 |
|
23 |
| -[This tutorial](elasticdl_on_prem_cluster.md) demonstrates how to run ElasticDL on an on-prem cluster. |
24 |
| - |
| 27 | +[This tutorial](elasticdl_on_prem_cluster.md) demonstrates how to run ElasticDL |
| 28 | +on an on-prem cluster. |
25 | 29 |
|
26 | 30 | ### ElasticDL on Public Cloud
|
27 | 31 |
|
28 |
| -[This tutorial](elasticdl_cloud.md) shows how to run ElasticDL on a public cloud, namely, Google Kubernetes Engine (GKE). |
| 32 | +[This tutorial](elasticdl_cloud.md) shows how to run ElasticDL on a public |
| 33 | +cloud, namely, Google Kubernetes Engine (GKE). |
29 | 34 |
|
30 | 35 | ## Model Building
|
31 | 36 |
|
32 |
| -We have also provided [this tutorial](model_building.md) to illustrate how to define necessary components that will be |
33 |
| -used for ElasticDL model training, evaluation, and prediction. |
| 37 | +We have also provided [this tutorial](model_building.md) to illustrate how to |
| 38 | +define necessary components that will be used for ElasticDL model training, |
| 39 | +evaluation, and prediction. |
34 | 40 |
|
35 | 41 | ## Data Preparation
|
36 | 42 |
|
37 |
| -[This tutorial](data_preparation.md) demonstrates how to prepare datasets into the right format that can be |
38 |
| -used by ElasticDL. |
| 43 | +[This tutorial](data_preparation.md) demonstrates how to prepare datasets into |
| 44 | +the right format that can be used by ElasticDL. |
0 commit comments