Skip to main content

Recently Updated Pages

Container Runtime Interface

K8s Installation

Kubelet Process 检查 —-container-runtime 参数 ps aux | grep kubelet | grep container --runtime-cgro...

Updated 6 months ago by kugarocks

Common Commands

K8s Helm

List Repo helm repo ls Search Chart helm search repo chart-name List Release helm ls NAME: ...

Updated 6 months ago by kugarocks

Pod

K8s Commands

Get Pod Image kubectl get po xxx -o jsonpath="{.items[*].spec['containers'][*].image}{'\n'}"; ec...

Updated 6 months ago by kugarocks

Others

K8s Commands

Cluster Info kubectl cluster-info Kubernetes master is running at https://lb-tomato.example.loc...

Updated 6 months ago by kugarocks

CPU Memory Stat

K8s Commands

Node Stat #!/bin/bash echo -e "NODE\t\t\tCPU Requests\tCPU Limits\tMemory Requests\tMemory Limi...

Updated 6 months ago by kugarocks

Logging Architecture

K8s Cluster Administration

https://kubernetes.io/zh-cn/docs/concepts/cluster-administration/logging/ Logging Path docker:...

Updated 6 months ago by kugarocks

OTEL Jaeger Exporter

Jaeger Troubleshooting

Background Otel Collector remove native jaeger exporter port: 14250. Otel Collector use new otl...

Updated 6 months ago by kugarocks

Architecture

Jaeger

graph LR A[Java 应用] -->|OTLP| B[OpenTelemetry Collector] B -->|OTLP| C[Jaeger All-in-One]...

Updated 6 months ago by kugarocks

Priority

Istio Virtual Service

优先级规则 Istio 并不显式声明“优先级”字段,而是靠 match 顺序 + 精确度 来决定哪个匹配生效: 1. 同一个 VirtualService 内 http 匹配规则是 自上而下...

Updated 6 months ago by kugarocks

Large Metrics

Istio Troubleshooting

Sometimes the metrics exposed by Istio can be very large, which may cause vmagent to fail when sc...

Updated 6 months ago by kugarocks