Functionality to construct and tear down the Informatics Lab kubernetes cluster.
If running locally, you need the following packages installed:
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.
PRs merged to this repository will trigger a build of the kubernetes cluster. Releasing this repository will trigger an update of the kubernetes cluster.