.
This commit is contained in:
16
app-of-apps/loki.yaml
Normal file
16
app-of-apps/loki.yaml
Normal 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
|
||||
16
app-of-apps/victoria-monitoring.yaml
Normal file
16
app-of-apps/victoria-monitoring.yaml
Normal 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
5
loki/README.md
Normal 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
6
loki/namespace.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: loki
|
||||
#labels:
|
||||
# undercloud.cf/cert: "ca"
|
||||
23
victoria-monitoring/README.md
Normal file
23
victoria-monitoring/README.md
Normal 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
|
||||
6
victoria-monitoring/namespace.yaml
Normal file
6
victoria-monitoring/namespace.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: victoria-monitoring
|
||||
#labels:
|
||||
# undercloud.cf/cert: "ca"
|
||||
Reference in New Issue
Block a user