Projects

Since project 21 and 22, you have had some fragmented experience around kubernetes bootstraping and deployment of containerised applications. This project seeks to solidify your skills by focusing more on real world set up.

  1. You will use Terraform to create a Kubernetes EKS cluster and dynamically add scalable worker nodes
  2. You will deploy multiple applications using HELM
  3. You will experience more kubernetes objects and how to use them with Helm. Such as Dynamic provisioning of volumes to make pods stateful
  4. You will improve upon your CI/CD skills with J...
    Learn More