Wire kube-apiserver and kubelet tracing to a Jaeger collector on docker-29, deploy Grafana Alloy in-cluster to ship logs/metrics, and stand up Mimir + Loki on docker-30 as their backing stores. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
5 lines
131 B
YAML
5 lines
131 B
YAML
apiVersion: apiserver.config.k8s.io/v1beta1
|
|
kind: TracingConfiguration
|
|
endpoint: 192.168.0.29:4317
|
|
samplingRatePerMillion: 1000000
|