commit c1a36ea29bdd8b6fca78644777d0fadfed07175c Author: viljarb Date: Sun Jul 26 09:35:11 2026 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..9212a28 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# IKT210 Project (2025) +This repository contains a Kubernetes cluster setup and deployment configuration for the IKT210 course project in 2025. It includes infrastructure as code with Terraform, Talos cluster configuration, and Kubernetes manifests for applications such as Nginx, Apache, Traefik, ArgoCD, and Rook. + +## Project Overview +*terraform*: Contains the cloud infrastructure definition. +*talos*: Contains cluster node configuration. +*manifests*: Contains deployment resources for the kubernetes services. +*beetroot*: Contains the docker setup for the beetroot application. It is built and pushed to UiA's gitlab, and then used in the kubernetes cluster.