/learnroom-k8s

learnroom-k8s repository manages the deployment of the Learnroom application in a Kubernetes cluster using Azure AKS.

Primary LanguageShell

learnroom-k8s

Description

Ths repository is used to manage the deployment of the learnroom application in a kubernetes cluster ( azure AKS ).

Prerequisites

  • Azure CLI
  • Azure AKS
  • kubectl
  • Helm
  • Docker

Installation

  1. Clone the repository
  2. Deploy Argocd
        bash scripts/deploy-argocd.sh
  3. Deploy the application
        bash scripts/deploy-learnroom.sh
  4. Deploy Prometheus for monitoring
        bash scripts/deploy-prometheus.sh

Used tools