informatics-lab / our-kubernetes

A terraform and kops implementation of a kubernetes cluster
5 stars 2 forks source link

Our Kubernetes

Functionality to construct and tear down the Informatics Lab kubernetes cluster.

 Requirements

If running locally, you need the following packages installed:

 Operation

You can run the cluster creation operation locally:

./bin/eksctl_createcluster_config.sh

This will create an EKS cluster with EFS storage in your AWS account, assuming you have valid permissions to do so.

DevOps

PRs merged to this repository will trigger a build of the kubernetes cluster. Releasing this repository will trigger an update of the kubernetes cluster.