This commit is contained in:
2026-03-13 11:25:33 +00:00
parent a2870f7745
commit e405cfb6b4
6 changed files with 72 additions and 0 deletions

16
app-of-apps/loki.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: loki
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: loki
server: https://kubernetes.default.svc
project: default
source:
path: loki
repoURL: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git
targetRevision: HEAD

View File

@@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: victoria-monitoring
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: victoria-monitoring
server: https://kubernetes.default.svc
project: default
source:
path: victoria-monitoring
repoURL: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git
targetRevision: HEAD

5
loki/README.md Normal file
View File

@@ -0,0 +1,5 @@
#Grafana Loki
Loki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
There is a collector agent (Alloy)

6
loki/namespace.yaml Normal file
View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: loki
#labels:
# undercloud.cf/cert: "ca"

View File

@@ -0,0 +1,23 @@
#Victorfia Monitoring
Incredibly fast time series database and easy-to-use high performance monitoring solutions simple and reliable for everyone. VictoriaMetrics Database
Flatcar nodes
└ node_exporter
Proxmox nodes
├ node_exporter
└ pve_exporter
Kubernetes cluster
├ kube-state-metrics
├ node-exporter
└ kubelet metrics
All scraped by:
vmagent
VictoriaMetrics
(optional)Grafana

View File

@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: victoria-monitoring
#labels:
# undercloud.cf/cert: "ca"