Henry Xie 's blog
Tuesday, March 09, 2021
Tip: Slow Wi-FI Speed due to the second Monitor
›
Symptom: The wifi speed dropped to half after we connected a second monitor for extended display. Tip: It is likely the 2 monitors have...
How to find which type of VMs pods are running via promQL
›
Requirement: Users need to know which type of VMs their pods are running. i.e. users wanna verify pods are running on GPU VMs Solution:...
Monday, March 08, 2021
How to convert PromQL into Grafana API call
›
Requirement: We use promQL to fetch some metadata of a Kubernetes cluster. i.e existing namespaces sum(kube_pod_info) by (namespace) We...
Thursday, February 25, 2021
Istio install against different Docker Repos
›
Requirement: With istioctl, it has built-in manifests. However, these manifests or docker images may not be accessible in the corpora...
Tuesday, February 16, 2021
Tip: Pod FQDN in Kubernetes
›
Pods from deployment, statefulset. daemonset exposed by service FQDN is pod-ip-address.svc-name.my-namespace.svc.cluster.local i.e 172-12-...
‹
›
Home
View web version