THIS REPOSITORY IS NOT ACTIVELY BEING UPDATED. PLease see our helm chart repo
This repository contains sample deployment environments for the Polytope server. You can always deploy Polytope manually, on an ad-hoc basis, by just launching the services (e.g. python -m polytope_server.frontend
), but the resources in this repository help streamline the process.
We provide the following deployment types:
- locally, under a single host
- using Kubernetes see our helm chart repo
- using Docker Swarm
You can either use these deployments directly, since they are designed to be somewhat configurable, or use them as examples to create your own deployment.
See the readme files under local and docker folder for an explanation of their pros/cons and deployment steps to follow.