No description
Find a file
Roshless 550650c030
All checks were successful
/ kube-score (push) Successful in -4s
monitoring: update redis exporter version
2026-06-05 11:40:07 +02:00
.forgejo/workflows CI: rename job 2026-05-13 17:27:21 +02:00
helmcharts otel-collector-molo: component only for single app 2026-05-26 20:53:30 +02:00
nothelm monitoring: update redis exporter version 2026-06-05 11:40:07 +02:00
README.md update readme 2025-08-28 21:20:38 +02:00

Here be deploys for various apps hosted on production kubernetes cluster.

Setup

I forget these every time.

  1. Prepare nodes, ansible and manual cluster creation as of writing this.
  2. https://argo-cd.readthedocs.io/en/stable/getting_started/#1-install-argo-cd
  3. Install argocd CLI
  4. kubectl port-forward svc/argocd-server -n argocd 8080:443
  5. Change password via gui
  6. Via browser go to https://localhost:8080/applications and login
  7. New App-> Edit as YAML-> paste file helmcharts/templates/root-app.yaml
  8. Wait for some time, verify that it also installed apps aka not helm folder manifests.
  9. Sync again if some problem occurs.