MapProxy Installation
Introduction
MapProxy server is available for installation along side TileDB Cloud Enterprise in Kubernetes clusters though a helm chart. Installation of MapProxy assumes you have already configured and have a running instance of TileDB Cloud Enterprise. If you do not have TileDB Cloud Enterprise running please see Installation Instructions.
Accounts
In order to use MapProxy server with TileDB Cloud Enterprise Edition you will need to get access to the private docker registry and the private helm registry. Please contacts your TileDB, Inc account representative for credentials to these services.
Create Custom Values.yaml
Before you install MapProxy server it is important to setup and customize your installation. This involves creating a custom values file for helm. Below is a sample file you can save and edit.
Save this value as values.yaml
. There are several required changes, all sections which require changes are prefixed with a comment of # REQUIRED:
. Examples of the changes needed including setting access token for TileDB Cloud Enterprise, and setting the array URI.
Installing MapProxy Server
Once you have created the values.yaml
file you can install MapProxy by running the following helm command.
Upgrades
When new releases of MapProxy server are announced you can easily upgrade your installation by first updating the helm repository:
After the repository is updated you can run the helm upgrade:
Last updated