Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 597 Bytes

File metadata and controls

10 lines (6 loc) · 597 Bytes

Deploying with Kubernetes

We deploy our servers with Kubernetes. Kubernetes is a cluster manager for docker, first developed by Google, which allows for advanced server management.

We run our 5 node servers as separate docker images, plus separate images for mongodb, mysql and cert manager. For convenience we also package adminer to debug mysql.

We provide helm and Kubernetes config for easy deployments, they are found here: https://github.com/Amsterdam/openstad-kubernetes

See installation instructions for digitalocean to get a detailed tutorial on how to set up a Kubernetes cluster.