The tutorials in this document aims to help users get hands on quickly and have a preliminary understanding of ElasticDL.
The following tutorials demonstrates how to run ElasticDL on different environments:
- Local Environment
- On-prem cluster
- Public cloud
Minikube is a tool that makes it easy to run Kubernetes locally. 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.
This tutorial uses Minikube to run ElasticDL on a local laptop.
This tutorial demonstrates how to run ElasticDL on an on-prem cluster.
This tutorial shows how to run ElasticDL on a public cloud, namely, Google Kubernetes Engine (GKE).
We have also provided this tutorial to illustrate how to define necessary components that will be used for ElasticDL model training, evaluation, and prediction.