A step-by-step guide on how to run Flower on the Google Cloud Platform.
The final goal of this guide is to have deployed the following architecture:
Below, it is an overview of the required steps:
- Create a new Flower App or use the existing one under the
flower-numpy-exampledirectory - Configure the Google Cloud SDK
- Build the necessary Docker images
- Tag Docker images with Google Registry
- Push Docker images to Google registry
- Run
kubectlto deploy Pods w/ K8s - Deploy Pods w/ K8s
- Deploy the Flower application
For a list with all the necessary commands and instructions please look into the helpful-commands.sh script, and for
more details on how to configure the GCP environment, such as compute cluster and google artifact registry, please
look into the official Run Flower on GCP guide
