Skip to content

Latest commit

 

History

History

pearl-helm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Helm Chart for PEARL

This is a Helm chart for the Pearl Backend code-base.

This helm chart can be installed onto a Kubernetes cluster with:

helm repo add pearl-helm https://devseed.com/pearl-helm-chart/
helm repo update
helm install pearl pearl-helm/pearl-helm

You can see a list of versions published at: https://devseed.com/pearl-helm-chart/

You can see an example terraform configuration to setup the cluster and infrastructure resources on Azure here: https://github.com/developmentseed/pearl-backend/tree/develop/deployment/terraform

Note: If you are creating the Kubernetes cluster and resources yourself, you will need to create a nodepool with the name "gpunodepool" for GPU resources and "cpunodepool" for CPU resources to run inference.

For more documentation on infrastructure and deployment, see https://github.com/developmentseed/lulc-infra/blob/develop/docs/deploy.md

Other values and configuration can be customized by setting Values to customize your Helm install. The required and optional values are documented in the Values Schema JSON. Human friendly version of documentation at: http://devseed.com/pearl-backend/

If you have any issues installing or troubleshooting, please make an issue at https://github.com/developmentseed/pearl-backend/issues