Skip to main content

Kubernetes Clusters

This page is a draft

We have several Kubernetes clusters at the Mesh:

prod1

prod3 (soon)

dev3

gamma1

We use them to run software services, and ideally abstract as much faffing about away from someone who wants to write a web service as possible.

If you'd like to work with one, just ask around in #mesh-services. James or Willard can get you sorted.

Standing up a Cluster

To stand up a cluster, follow these steps.

Find a range of IP Address space in the datacenter you want to host in. Reserve it in the IPRanges table, and on the core router at the Datacenter your box is hosted in.

http://10.70.90.1/webfig/#IP:DHCP_Server.Leases.new

Configure the cluster in Terraform (see this PR as an example) and set up a GitHub action to deploy it.