A Terraform module to deploy a Kubernetes cluster on Exoscale using the Exoscale Kubernetes Service (SKS).
- Add
.gitignoreandREADME.md - Create basic module
- Create SKS cluster
- Create SKS node pool
- Create security group
- Create security rules
- Find a way to secure K8s API behind our firewall
- Write documentation
- Add pipeline to add documentation to this README.md
- Add pipeline to publish new release using the
semantic-releasetool - Investigate if the use of Private Networks is useful
- Test if it possible to create multiple load balancers, one for accessing internal services and another for public services