- Install Prometheus + Grafana via kube-prometheus-stack (ClusterIP only, no public ingress) - Deploy Tailscale Operator for secure VPN access to internal services - Add CNPG/PostgreSQL monitoring dashboards - Add vLLM inference monitoring dashboards (tokens, latency, GPU) - Add Cilium networking dashboards (policy, traffic, drops) - Update infra-controllers staging kustomization to include all controllers - Add monitoring-configs Flux sync for dashboard deployment - Update README with monitoring architecture and access instructions - Remove broken stale monitoring files (Azure Key Vault refs, wrong domains) Access: kubectl port-forward or Tailscale VPN (replace auth key before deploy)
15 lines
659 B
YAML
15 lines
659 B
YAML
# ─── Secret Template ────────────────────────────────────────────────────────
|
|
# Replace the values below before applying.
|
|
# Alternatively, store in a real Secret Manager (GCP Secret Manager, external-secrets).
|
|
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: vwap-monitor-secrets
|
|
namespace: customer1
|
|
type: Opaque
|
|
stringData:
|
|
# Get from: https://t.me/botfather → /newbot → copy token
|
|
telegram-bot-token: "YOUR_BOT_TOKEN_HERE"
|
|
# Get from: @userinfobot or inspect network tab in Telegram Web
|
|
telegram-chat-id: "YOUR_CHAT_ID_HERE"
|