Skip to content
Emmanuel Mathot edited this page Oct 6, 2020 · 15 revisions

Getting started ⚡️

ADES Preparation

Container

The ADES is the main compoenent to deploy. The ADES is is packaged and delivered as a Docker container.

You can either

👷‍♀️ Build and deploy your own ADES

or

🚢 Use the latest release version available on Docker Hub as eoepca/proc-ades:latest

In this guide, we assume using a locally packaged ADES so we will refer to proc-ades:latest as the docker image. Please substitute with your image tag.

Setup Processing Cluster

The ADES is the WPS front-end and the workflow executor back-end but it uses a cluster to submit the workflow for the actual execution. The ADES currently supports Kubernetes API to provision virtual machine (aka pods) for the processing execution.

The present guide assumes you have a Kubernetes cluster configured and running to use properly ADES processing functionnalities. If you already have a Kubernetes cluster ready, go directly to the next section for configuring the ADES

If you do not have a kubernetes cluster, please follow the Minikube Setup Guide for installing and configuring a Minikube cluster locally.

⏭️ Next step: Deploy and Configure the ADES