Skip to content

6th Semester Microservices Enterprise Project Infrastructure as Code

Notifications You must be signed in to change notification settings

omarade/EventEase-IAC

Repository files navigation

Event Ease IAC

This repository contains the configuration files for the Event Ease project.

Commands

# ArgoCD
# install ArgoCD in k8s
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

# access ArgoCD UI
kubectl get svc -n argocd
kubectl port-forward svc/argocd-server 8080:443 -n argocd

# login with admin user and below token (as in documentation):
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 --decode && echo

# you can change and delete init password



# Monitoring with Prometheus & Grafana
# the app should be running on Kubernetes
kubectl create namespace monitoring
kubectl apply -f kubernetes-prometheus
kubectl apply -f kubernetes-grafana

Links

About

6th Semester Microservices Enterprise Project Infrastructure as Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published