Container orchestration deployment recipes for various third party cloud providers
See ./aws/README.md
TODO
TODO
To check the state of the cluster run kubectl describe node
.
To restart a deployment run kubectl rollout restart -n <namespace> deployment <deployment name>
.
Various utility modules are included in the ./util
folder.
The dashboard is included in all destinations by default.
All cloud deployments include a dashboard server that provides administrative control of the cluster.
To access it, install kubectl and run kubectl proxy
in a separate terminal.
Visit here to
access the dashboard.
A CVMFS CSI driver is deployable using the ./util/k8s/cvmfs
terraform module. It outputs a storage class name to be used
in a Kubernetes persistent volume claim definition.