mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-05 11:10:43 +00:00
7.5 KiB
7.5 KiB
Monitoring and Performance
Monitoring
- thenewstack.io: The Challenges of Monitoring Kubernetes and OpenShift
- dzone.com: Kubernetes Monitoring: Best Practices, Methods, and Existing Solutions Kubernetes handles containers in several computers, removing the complexity of handling distributed processing. But what's the best way to perform Kubernetes monitoring?
Prometheus
- dzone.com: Monitoring with Prometheus Learn how to set up a basic instance of Prometheus along with Grafana and the Node Exporter to monitor a simple Linux server.
- Thanos Open source, highly available Prometheus setup with long term storage capabilities.
- github.com/ruanbekker: Thanos Cluster Setup
Grafana
Performance
- dzone.com: The Keys to Performance Tuning and Testing
- dzone.com: How Performance Tuning and Testing are Changing
- Java:
- Performance Patterns in Microservices-Based Integrations 🌟🌟🌟 Almost all applications that perform anything useful for a given business need to be integrated with one or more applications. With microservices-based architecture, where a number of services are broken down based on the services or functionality offered, the number of integration points or touch points increases massively.
Distributed Tracing
- opentelemetry.io 🌟🌟🌟 (OpenTracing.io + OpenCensus.io = OpenTelemetry.io)
- Jaeger
- zipkin.io
- OpenTracing.io
Application Performance Management
- en.wikipedia.org/wiki/Application_performance_management
- dzone.com: APM Tools Comparison
- dzone.com: Java Performance Monitoring: 5 Open Source Tools You Should Know
- dzone.com: 14 best performance testing tools and APM solutions
- elastic.co: Using the Elastic APM Java Agent on Kubernetes
- Exception Tracking:
- sentry.io
- APMs like Dynatrace, etc.
- APM Tools:
- List of Performance Analysis Tools:
- Threadumps + heapdumps + GC analysis tools
- en.wikipedia.org/wiki/List_of_performance_analysis_tools
- InspectIT
- VisualVM 🌟
- OverOps
- FusionReactor
- tier1app.com
- fastthread.io 🌟
- gceasy.io 🌟
- heaphero.io
Dynatrace APM
- adictosaltrabajo.com: Monitorización y análisis de rendimiento de aplicaciones con Dynatrace APM
- dynatrace.com: openshift monitoring
- dynatrace.com: Dynatrace monitoring for Kubernetes and OpenShift
- dynatrace.com: Deploy OneAgent on OpenShift Container Platform
- Successful Kubernetes Monitoring – Three Pitfalls to Avoid
- My Dynatrace proof of concept 🌟
Other Awesome Lists
Challenges in a Microservices Age: Monitoring, Logging and Tracing on Red Hat OpenShift from Martin Etmajer
Dynatrace from Purnima Kurella