Tag

Labels

0 views collected around this technical thread.

Architecture Development Notes
Architecture Development Notes
Feb 19, 2025 · Operations

Avoid Prometheus Label Pitfalls: Best Practices for Scalable Monitoring

This article examines common label misuse in Prometheus, explains why adding global labels to every metric can cause data bloat, configuration rigidity, and dimensional pollution, and provides concrete best‑practice patterns, dynamic injection techniques, and governance rules to keep monitoring systems efficient and maintainable.

Best PracticesCloud NativeLabels
0 likes · 7 min read
Avoid Prometheus Label Pitfalls: Best Practices for Scalable Monitoring
Practical DevOps Architecture
Practical DevOps Architecture
Aug 21, 2023 · Cloud Native

Practical Guide to Kubernetes Labels and Label Selectors

This article explains Kubernetes labels and label selectors, their purpose, usage scenarios, and provides step‑by‑step kubectl commands and YAML examples for creating, viewing, updating, and deleting labels to manage resources effectively in a Kubernetes cluster.

Cloud NativeKubernetesLabel Selector
0 likes · 5 min read
Practical Guide to Kubernetes Labels and Label Selectors
Efficient Ops
Efficient Ops
Jun 12, 2023 · Cloud Native

Master Kubernetes Labels, Namespaces, and Services: Essential Tips

This article explains how to use Kubernetes labels, namespaces, and services—covering label creation and selection, namespace management commands, and service concepts—to help practitioners efficiently organize and expose container workloads within a cluster.

Container OrchestrationKubernetesLabels
0 likes · 8 min read
Master Kubernetes Labels, Namespaces, and Services: Essential Tips
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 12, 2021 · Frontend Development

The Dark Side of JavaScript: Three Features You Should Avoid Using

JavaScript, despite its evolution and flexibility, still retains three outdated features—void operator, with statement, and labels—that remain functional but are inefficient or confusing, and developers are advised to avoid using them in modern code to maintain readability and prevent bugs.

Best PracticesJavaScriptLabels
0 likes · 9 min read
The Dark Side of JavaScript: Three Features You Should Avoid Using
Selected Java Interview Questions
Selected Java Interview Questions
May 17, 2021 · Cloud Native

Kubernetes Interview Guide: Architecture, Pods, Probes, Rolling Updates, Services, Labels, and Data Persistence

This article provides a comprehensive overview of Kubernetes, covering its architecture, master and node components, pod lifecycle, health probes, rolling updates, image pull policies, services, label selectors, DaemonSets, Jobs, and data persistence methods, with practical YAML examples and command snippets.

Cloud NativeKubernetesLabels
0 likes · 21 min read
Kubernetes Interview Guide: Architecture, Pods, Probes, Rolling Updates, Services, Labels, and Data Persistence