Kubernetes Monitoring and Logging¶
Architectural Context
Detailed reference for Kubernetes Monitoring and Logging in the context of The Container Stack.
Standard Reference¶
- botkube.io [COMMUNITY-TOOL]
- DZone: Kubernetes Monitoring Essentials [COMMUNITY-TOOL]
- faun.pub: Becoming DevOps β Observability [COMMUNITY-TOOL]
- levelup.gitconnected.com: Installing & Exploring the Kube-Prometheus Project [COMMUNITY-TOOL]
- medium: Kubernetes Monitoring: Kube-State-Metrics [COMMUNITY-TOOL]
- Kubernetes Monitoring 101 β Core pipeline & Services Pipeline [COMMUNITY-TOOL]
- medium: Utilizing and monitoring kubernetes cluster resources more effectively [COMMUNITY-TOOL]
- magalix.com: Best Practices And Tools For Monitoring Your Kubernetes Cluster [COMMUNITY-TOOL]
- cncf.io: Avoiding Kubernetes cluster outages with synthetic monitoring [COMMUNITY-TOOL]
- medium: Replication Controller & Replica sets in Kubernetes [COMMUNITY-TOOL]
- arabitnetwork.com: K8S β Enabling Auditing Logs | Step-by-Step [COMMUNITY-TOOL]
- medium.com/is-it-observable: How to collect metrics in a Kubernetes cluster [COMMUNITY-TOOL]
- medium.com/@lucapompei91: Kubernetes observability [COMMUNITY-TOOL]
- hitesh-pattanayak.medium.com: Observability in Kubernetes [COMMUNITY-TOOL]
- medium.com/@kylekhunter: Kubernetes Monitoring with Prometheus [COMMUNITY-TOOL]
- medium.com/@clymeneallen: Best Practices, Monitoring System for Multi-K8s' Cluster Environments Using Open Source [COMMUNITY-TOOL]
- medium.com/@magstherdev: OpenTelemetry on Kubernetes π [COMMUNITY-TOOL]
- betterprogramming.pub: 6 Metrics To Watch for on Your K8s Cluster π [COMMUNITY-TOOL]
- figments.medium.com: Observable Kubernetes Cluster Using Grafana-Loki-Prometheus [COMMUNITY-TOOL]
- medium.com/@isalapiyarisi: Getting Started on Kubernetes observability with' eBPF [COMMUNITY-TOOL]
- medium.com/@HirenDhaduk1: Top Kubernetes Observability Tools and their Usage [COMMUNITY-TOOL]
- milindasenaka96.medium.com: Setup Prometheus and Grafana to Monitor the' K8s Cluster [COMMUNITY-TOOL]
- kemilad.medium.com: Monitoring-Stack Deployment To A Kubernetes Cluster' β Prometheus | Grafana | AlertManager | Loki + Exporters | Dashboards and etc π [COMMUNITY-TOOL]
- awstip.com: Monitoring Your EKS Cluster with the Power of Prometheus and' Grafana through Helm [COMMUNITY-TOOL]
- medium.com/@poseidon.os: Poseidon: A Kubernetes Cluster Visualization &' Cost Analysis Tool [COMMUNITY-TOOL]
- umeey.medium.com: Four Golden Signals Of Monitoring: Site Reliability Engineering' (SRE) Metrics [COMMUNITY-TOOL]
- medium.com/@lambdaEranga: Monitor Kubernets Services/Endpoints with Prometheus' Blackbox Exporter π [COMMUNITY-TOOL]
- samiislam0306.medium.com: Insightful Monitoring of Kubernetes Clusters with' Traces [COMMUNITY-TOOL]
- medium.com/@walissonscd: Monitoring Kubernetes Cluster Resources: Using' Top Metrics Commands [COMMUNITY-TOOL]
- blog.devops.dev: Prometheus metrics within Kubernetes β an aerial view' | Joseph Esrig [COMMUNITY-TOOL]
- betterprogramming.pub: Improve Cluster Monitoring With Network Mapping in' Grafana [COMMUNITY-TOOL]
- betterprogramming.pub: Kubernetes Observability Part 1: Events, Logs, and' Integration With Slack, OpenAI, and Grafana [COMMUNITY-TOOL]
- medium.com/@onai.rotich: Understand container metrics and why they matter [COMMUNITY-TOOL]
- kkamalesh117.medium.com: Setting up Prometheus and Grafana Integration on' Kubernetes with Helm [COMMUNITY-TOOL]
- medium.com/@MetricFire: Monitoring Kubernetes tutorial: Using Grafana and' Prometheus [COMMUNITY-TOOL]
- medium.com/globant: Monitoring a multi-cluster Kubernetes Deployment [COMMUNITY-TOOL]
- medium.com/@martin.hodges: Adding observability to a Kubernetes cluster' using Prometheus [COMMUNITY-TOOL]
- addozhang.medium.com: Non-intrusive Inject OpenTelemetry Auto-Instrumentation' in Kubernetes [COMMUNITY-TOOL]
- medium.com/@abhisman.sarkar: Kubernetes Monitoring: Effective Cluster Tracking' with Prometheus [COMMUNITY-TOOL]
- aws.plainenglish.io: Mastering Monitoring: The Complete Guide to Using' Prometheus and Grafana with Kubernetes [COMMUNITY-TOOL]
- medium.com/@muppedaanvesh: A Hands-On Guide to Kubernetes Monitoring Using' Prometheus & Grafana [COMMUNITY-TOOL]
- cncf.io: Logging in Kubernetes: EFK vs PLG Stack [COMMUNITY-TOOL]
- medium: How to Deploy an EFK stack to Kubernetes [COMMUNITY-TOOL]
- portworx.com: How to backup and restore Elasticsearch on Kubernetes [COMMUNITY-TOOL]
- medium.com/vmacwrites: Kubernetes Audit Logs: Who created or deleted a namespace? [COMMUNITY-TOOL]
- shivanshu1333.medium.com: Structured logging in Kubernetes [COMMUNITY-TOOL]
- blog.devops.dev: Importance of Logging In Kubernetes, Intro to Grafana Loki' & deploying with helm-charts [COMMUNITY-TOOL]
- faun.pub: Kubernetes Practice β Logging with Logstash and FluentD by Sidecar' Container [COMMUNITY-TOOL]
- blog.amhaish.com: Observing the K8 cluster using ELK stack [COMMUNITY-TOOL]
- akyriako.medium.com: Kubernetes Logging with Grafana Loki & Promtail in' under 10 minutes π [COMMUNITY-TOOL]
- yuminlee2.medium.com: Kubernetes: Container and Pod Logging [COMMUNITY-TOOL]
- medium.com/kubernetes-tutorials: Cluster-level Logging in Kubernetes with' Fluentd [COMMUNITY-TOOL]
- shivanshu1333.medium.com: Contextual Logging in Kubernetes [COMMUNITY-TOOL]
- medium.com/kernel-space: KubeShark: Wireshark for Kubernetes [COMMUNITY-TOOL]
- medium.com/@bareckidarek: TCP packets traffic visualization for kubernetes' by k8spacket and Grafana [COMMUNITY-TOOL]
- pakdailytimes.com: TCP packets traffic visualization for kubernetes by k8spacket' and Grafana [COMMUNITY-TOOL]
Observability¶
Capacity Management¶
Kernel Internals¶
Pod Throttling¶
- (2024) CPU Limits in Kubernetes: Deep Dive into Pod Throttling and Kernel Interactions [ADVANCED LEVEL] ππππ [ENTERPRISE-STABLE] β A deep analysis of the Linux kernel's Completely Fair Scheduler (CFS) quotas and how they cause Kubernetes pod throttling despite low resource utilization. Indispensable for engineers diagnosing performance degradation under restrictive CPU limit settings.
ChatOps¶
Cert-Manager Monitoring¶
- infracloud.io: Monitoring Kubernetes cert-manager Certificates with BotKube [COMMUNITY-TOOL] β A practical guide for integrating cert-manager with BotKube. Shows how to set up active Slack or Teams alerts that notify platform engineers when TLS certificates are nearing expiration or failing ACME challenges.
Command Line Tools¶
Kubectl Usage¶
- middlewareinventory.com: Get CPU and Memory Usage of NODES and PODS β Kubectl' π [COMMUNITY-TOOL] [GUIDE] β A clear, task-focused tutorial demonstrating how to query cluster performance metrics directly using the
kubectl topcommand. Explains metrics-server requirements and how to target resource utilization trends across namespaces.
FinOps¶
Cost Monitoring¶
Prometheus and Grafana¶
- (2023) loft.sh: Kubernetes Cost Monitoring with Prometheus & Grafana ππππ [ENTERPRISE-STABLE] β A FinOps tutorial detailing how to set up cost monitoring dashboards in Kubernetes. Using Prometheus and Grafana, it links CPU and memory metrics to cloud instance pricing sheets to identify underutilized resources.
Grafana Cloud¶
SaaS Monitoring¶
AWS EKS¶
- youtube.com: Cloud Quick POCs - Kubernetes monitoring metrics using Grafana' Cloud on AWS EKS | Observability | Grafana [COMMUNITY-TOOL] β A video guide illustrating the quick setup of AWS EKS cluster metrics tracking using Grafana Cloud. Ideal for engineers seeking a fast SaaS onboarding experience without hosting their own telemetry storage backends.
Logging¶
Command Line Tools (1)¶
- bul: Interactive TUI for Exploring Kubernetes Container Logs β 16 [COMMUNITY-TOOL] β An interactive Terminal User Interface (TUI) written in Go for streaming and searching Kubernetes container logs. Grounding suggests that development has stalled (inactive for over 4 years), so while technically functional for local dev, tools like Stern or K9s are preferred in enterprise environments.
- kubelog.de [COMMUNITY-TOOL] β A specialized logging utility designed to simplify container log fetching. Grounding reveals it as a community-driven project that acts as an easy alternative to standard kubectl logs with colorized output.
Concepts¶
- opensource.com: What you need to know about cluster logging in Kubernetes' π [ENTERPRISE-STABLE] β Provides an essential primer on the core Kubernetes logging architecture, explaining stdout/stderr streams, node-level log rotation, and log collector agents. Highly valued for explaining foundational mechanisms before diving into specific tooling.
- devopscube.com: Kubernetes Logging Tutorial For Beginners π [DE FACTO STANDARD] β An elite, entry-level tutorial introducing Kubernetes logging paradigms, covering container stdout extraction, cluster-level log architectures, and daemonset collection. Curators praise its lucid diagrams and step-by-step practical commands.
EFK¶
- digitalocean.com: How To Set Up an Elasticsearch, Fluentd and Kibana (EFK)' Logging Stack on Kubernetes [ENTERPRISE-STABLE] β A structured, hands-on deployment guide for the classic EFK (Elasticsearch, Fluentd, Kibana) logging stack on Kubernetes. Despite newer logging alternatives, the EFK architecture remains a highly stable and widely documented enterprise standard.
Elasticsearch¶
- elastic.co: How to configure Elastic Cloud on Kubernetes with SAML and hot-warm-cold' architecture [ADVANCED LEVEL] [ENTERPRISE-STABLE] β A detailed guide on configuring Elastic Cloud on Kubernetes (ECK) featuring single sign-on via SAML and cost-efficient hot-warm-cold storage architectures. Essential for multi-tenant, enterprise security requirements.
Operators¶
- kube-logging/logging-operator β 1696 [ADVANCED LEVEL] [ENTERPRISE-STABLE] β A Kubernetes operator designed to manage logging pipelines using Fluentd and Fluent Bit. Provides automated scaling, multi-tenant log isolation, and declarative routing rules, drastically reducing log management complexity.
Patterns¶
- dev.to: Kubernetes Practice β Logging with Logstash and FluentD by Sidecar' Container [LEGACY] β A practical walkthrough deploying a sidecar container pattern for log extraction using Logstash and Fluentd. Demonstrates how to ship multi-line log streams from legacy apps that cannot write standard stdout/stderr.
Production Architecture¶
- itnext.io: Kubernetes Logging in Production [ADVANCED LEVEL] [ENTERPRISE-STABLE] β Discusses architectural patterns for scale-resilient Kubernetes logging. Compares node-agent logging (DaemonSet) with sidecar injectors, outlining CPU/memory overhead trade-offs for high-volume enterprise traffic.
SaaS Logging¶
- papertrail.com: Quick and Easy Way to Implement Kubernetes Logging [COMMUNITY-TOOL] [GUIDE] β Provides an entry-level walkthrough on configuring Kubernetes container logging to stream directly to SolarWinds Papertrail. Ideal for small-scale projects needing instant search and log aggregation without hosting Elasticsearch.
Metrics¶
Prometheus¶
- blog.fourninecloud.com: Kubernetes monitoring β How to monitor using prometheus? [COMMUNITY-TOOL] [GUIDE] β A foundational tutorial detail step-by-step deployment of Prometheus on Kubernetes. It covers target discovery, metrics collection, and node exporter setup. While helpful for beginners, modern architectures typically favor Operator-based deployments.
- aws.amazon.com: Using Prometheus to Avoid Disasters with Kubernetes CPU' Limits π [ADVANCED LEVEL] [DE FACTO STANDARD] β A critical engineering guide addressing the dreaded CPU throttling issue in Kubernetes caused by hard CFS limits. Combines Prometheus query analysis with kernel-level metrics to showcase how to balance application latency and resource utilization. Highly recommended for production platform engineers.
- itnext.io: Kubernetes: monitoring with Prometheus β exporters, a Service' Discovery, and its roles [COMMUNITY-TOOL] β Deconstructs Prometheus service discovery mechanics inside Kubernetes, highlighting the difference between Pod, Service, and Endpoint discovery roles. Demonstrates how exporters expose node and application-level metrics for scrape targets.
- Setup Prometheus Using Helm Chart on Kubernetes [ENTERPRISE-STABLE] β A direct, production-ready tutorial demonstrating how to install and configure Prometheus using official Helm charts. Explains default values overrides, persistent volume configurations, and custom alertmanager integration for instant operational visibility.
SLOs¶
- thenewstack.io: Service Level Objectives in Kubernetes [ENTERPRISE-STABLE] β Explains Service Level Objectives (SLOs) in cloud-native systems, detailing how to establish SLIs and error budgets inside Kubernetes clusters. Introduces standard math and metrics pipelines needed to track app health reliably.
- thenewstack.io: SLOs in Kubernetes, 1 Year Later [ADVANCED LEVEL] [COMMUNITY-TOOL] β Follow-up retrospective on implementing and maintaining SLO programs. Evaluates failures, cultural barriers, and technical evolution (like OpenSLO), offering architectural lessons from long-term metric monitoring.
Telegraf¶
- influxdata.com: Expand Kubernetes Monitoring with Telegraf Operator [COMMUNITY-TOOL] β Details using the Telegraf Operator to automatically inject sidecar containers for comprehensive metric harvesting. Grounding shows how it simplifies complex time-series data streams directly into InfluxDB.
Monitoring Practices¶
Alerting Policies¶
- thenewstack.io: 12 Critical Kubernetes Health Conditions You Need to Monitor [COMMUNITY-TOOL] β Compiles 12 critical cluster health indicators that platform engineers should monitor. Covers specific warning metrics like CrashLoopBackOff, disk pressure thresholds, and API server request latency bounds.
- circonus.com: 12 Critical Kubernetes Health Conditions You Need to Monitor' and Why [COMMUNITY-TOOL] β An alternative perspective highlighting twelve crucial Kubernetes metrics. Explains why etcd leader election loss, system OOMs, and PVC storage saturation require high-priority automated alerts.
Introduction¶
- circonus.com: Guide to Kubernetes Monitoring: Part 1 [COMMUNITY-TOOL] β Part one of a introductory series detailing the evolution of Kubernetes observability. Outlines how pull-based metrics scrape architectures operate and explains why traditional host-centric monitoring fails in containerized runtime environments.
Job Telemetry¶
- itnext.io: Monitoring Kubernetes Jobs [COMMUNITY-TOOL] β Addresses the specific challenge of monitoring ephemeral Kubernetes CronJobs and Jobs. Focuses on setting up Alertmanager rules that isolate transient run errors from long-running service alerts.
Production Readiness¶
- (2021) sysdig.com: Monitoring Kubernetes in Production πππ [COMMUNITY-TOOL] β An operational guide covering the complexities of monitoring Kubernetes clusters in live production. It focuses on scaling metrics infrastructure, scraping limits, and setting up centralized dashboards for multi-cluster operations.
Monitoring Stack¶
Alerting Policies (1)¶
- dev.to/mikeyglitz: Proactive Kubernetes Monitoring with Alerting [COMMUNITY-TOOL] [GUIDE] β Explains how to set up proactive alerts inside Kubernetes using Prometheus rules paired with Slack webhooks. Walks through alert configurations for pending pods, node pressure events, and high namespace limit utilization.
Helm Charts¶
kube-prometheus-stack¶
- prometheus-community/kube-prometheus-stack ππ [DE FACTO STANDARD] β The de facto standard Helm chart for deploying Prometheus and Grafana on Kubernetes. It manages the custom resource definitions (CRDs), handles scraper configurations, and provides out-of-the-box system alerting rules.
Kube-State-Metrics¶
- kube-state-metrics π β 6125 [DE FACTO STANDARD] [ENTERPRISE-STABLE] β The official repository for kube-state-metrics. This system service listens to the Kubernetes API server and generates Prometheus-compatible metrics representing the state of objects (such as deployments, pods, and nodes) rather than raw resource usage.
Kubernetes Control Plane¶
- (2023) sysdig.com: How to monitor Kubernetes control plane [ADVANCED LEVEL] ππππ [ENTERPRISE-STABLE] β A deep dive tutorial explaining how to parse metrics from core control plane components like the API Server, etcd, controller manager, and scheduler. Essential reading for platform teams building enterprise SLAs around cluster health.
Loki Configuration¶
- dev.to: Monitoring Kubernetes cluster logs and metrics using Grafana,' Prometheus and Loki [COMMUNITY-TOOL] [GUIDE] β A deployment guide detailing how to build a unified log and metrics tracking pipeline using Prometheus, Grafana, and Loki (the PLG stack). Focuses on optimal Promtail configurations for efficient pod log ingestion.
Market Comparisons¶
- (2024) 8 Best Kubernetes monitoring tools; Paid & open-source πππ [COMMUNITY-TOOL] β An updated evaluation comparing top-tier commercial and open-source observability tooling. Helps architects evaluate software packages on their capacity to unify metrics, traces, and application logs into single pane dashboards.
- betterstack.com: 10 Best Kubernetes Monitoring Tools in 2022 π [COMMUNITY-TOOL] β A comparative overview analyzing ten leading Kubernetes monitoring solutions. Contrasts self-hosted open-source deployments with managed APM SaaS platforms, evaluating features, maintenance costs, and ingestion limits.
Prometheus Integration¶
- adamtheautomator.com: Utilizing Grafana & Prometheus Kubernetes Cluster' Monitoring π [COMMUNITY-TOOL] [GUIDE] β A detailed configuration manual showcasing how to deploy the kube-prometheus telemetry stack on Kubernetes via Helm. Includes steps for building custom dashboard interfaces and setting up routing rules in Alertmanager.
Prometheus Operator¶
Kube-Prometheus¶
- kube-prometheus β 7651 [ADVANCED LEVEL] [DE FACTO STANDARD] [ENTERPRISE-STABLE] β The official codebase for kube-prometheus. This repository offers a pre-configured telemetry stack that deploys the Prometheus Operator, Grafana dashboards, Alertmanager rules, and node collectors optimized for monitoring Kubernetes master components.
Troubleshooting Platforms¶
- anaisurl.com: Full Tutorial: Monitoring and Troubleshooting stack with' Prometheus, Grafana, Loki and Komodor π [ENTERPRISE-STABLE] [GUIDE] β An extensive tutorial demonstrating the installation and routing setup of a modern troubleshooting stack. Combines Prometheus metrics, Grafana dashboards, Loki log aggregators, and Komodor for tracking configuration change impacts in Kubernetes.
Network Observability¶
NetFlow¶
- (2021) blog.palark.com: Service communication monitoring in Kubernetes with NetFlow [ADVANCED LEVEL] πππ [COMMUNITY-TOOL] β Explains how to monitor inter-service communication within Kubernetes by exporting NetFlow data from the underlying Linux network namespace. Curator insight notes its lightweight footprint, while grounding reminds that eBPF has largely superseded pure NetFlow approaches in 2026.
Wireshark¶
- kubeshark.co [COMMUNITY-TOOL] β Note: This link appears redirected to an unrelated domain (immo-pop.com), signaling a precision failure under Mandate 32. It is flagged for review, while users are redirected to the official open-source Kubeshark repository.
eBPF¶
- (2022) rcarrata.com: Network Observability Deep Dive in Kubernetes with NetObserv Operator [ADVANCED LEVEL] ππππ [ENTERPRISE-STABLE] β Deep dive into Red Hat's NetObserv Operator, showcasing how eBPF is leveraged to gather network flow telemetry without sidecars. Live grounding confirms NetObserv's evolution into a robust tool for analyzing Kubernetes internal traffic patterns and diagnosing network bottlenecks.
- kubeshark/kubeshark β 11905 [ADVANCED LEVEL] [DE FACTO STANDARD] [ENTERPRISE-STABLE] β Kubeshark provides deep API traffic inspection and network analysis for Kubernetes. Operating via eBPF, it captures and decodes L7 protocols (HTTP/2, gRPC, Redis) in real-time, functioning as 'Wireshark for Kubernetes'.
- github.com/microsoft/retina β 3143 [ADVANCED LEVEL] [ENTERPRISE-STABLE] β Microsoft Retina is a highly advanced, eBPF-powered network observability platform for Kubernetes. It aggregates deep network metrics, handles connection tracking, and performs distributed packet captures transparently.
Reliability Engineering¶
Cilium¶
Four Golden Signals¶
- isovalent.com: What are the 4 Golden Signals for Monitoring Kubernetes? [ADVANCED LEVEL] [ENTERPRISE-STABLE] β An advanced technical blog demonstrating how to monitor Google's 4 Golden Signals using Cilium's eBPF architecture and Prometheus. This method allows teams to gather application performance metrics without sidecar injection overhead.
Runtime Observability¶
eBPF (1)¶
- newrelic.com: Pixie [COMMUNITY-TOOL] β Details the integration of Pixie, an eBPF-driven Kubernetes observability tool, with New Relic. It highlights instant telemetry collection without code instrumentation, capturing metrics, traces, and logs. Live grounding highlights its CNCF Sandbox hosting and widespread adoption for real-time debugging.
Telemetry Standards¶
Core Metrics Guide¶
- kubermatic.com: The Complete Guide to Kubernetes Metrics [COMMUNITY-TOOL] β A complete manual detailing metrics collection pathways in Kubernetes. Explores how the metrics pipeline aggregates metrics from cAdvisor, Kubelet, and API sources, explaining the roles of both metrics-server and custom prometheus adapters.
OpenTelemetry¶
- opentelemetry.io: Creating a Kubernetes Cluster with Runtime Observability [ADVANCED LEVEL] [ENTERPRISE-STABLE] β Provides step-by-step guidance on provisioning a Kubernetes cluster with built-in runtime observability using OpenTelemetry. It details standardizing telemetry signals (metrics, traces, logs) straight from the container runtime interface. Grounding confirms its status as the default open-standard approach.
- signoz.io: Kubernetes Cluster Monitoring with OpenTelemetry | Complete' Tutorial π [ADVANCED LEVEL] [DE FACTO STANDARD] β A comprehensive masterclass on configuring the OpenTelemetry Collector daemonset to monitor Kubernetes system components. It contrasts traditional Prometheus agent scraping with OTel's unified ingestion pipeline. Demonstrates clear performance benefits and architectural modernization.
OpenTelemetry vs Prometheus¶
- Prometheus and OpenTelemetry Compatibility Issues [ADVANCED LEVEL] [COMMUNITY-TOOL] β An informative look at the historical data model incompatibilities between Prometheus and OpenTelemetry (OTel). It details the industry efforts to reconcile standard Prometheus structures with the broader OTel landscape.
eBPF Monitoring¶
Pixie Integration¶
- itnext.io: How to tackle Kubernetes observability challenges with Pixie [ADVANCED LEVEL] [ENTERPRISE-STABLE] β Explains how to use Pixie, an eBPF-driven platform, to achieve instant observability on Kubernetes clusters. Demonstrates capturing system-wide HTTP traffic, db queries, and CPU profiles with zero code instrumenting overhead.
Operations and Reliability¶
Observability and Monitoring¶
Foundations¶
- Monitoring Distributed Systems - Google SRE Book [ADVANCED LEVEL] [DOCUMENTATION] [DE FACTO STANDARD] β The industry-standard chapter from Google's SRE book detailing the implementation of distributed systems monitoring. It defines the 'Four Golden Signals'βlatency, traffic, errors, and saturationβproviding practical blueprints to prevent alert fatigue and build actionable dashboard designs.
Platform Engineering¶
Compute¶
GPU Integration¶
- Sharing a NVIDIA GPU Between Pods in Kubernetes [ADVANCED LEVEL] [ENTERPRISE-STABLE] β Explores the technicalities of sharing physical NVIDIA GPUs among multiple Pods in Kubernetes. Covers GPU fractional slicing, Multi-Instance GPU (MIG) strategies, and workload optimization for ML/AI clusters.
Security¶
Certificates¶
Monitoring¶
- itnext.io: Monitoring Certificates Expiration in Kubernetes with X.509 Exporter [COMMUNITY-TOOL] β Explores configuring the Prometheus X.509 Certificate Exporter to continuously scan Kubernetes secret spaces. Prevents outages by alerting on expiring internal and ingress SSL/TLS certificates.
Threat Detection¶
Audit Logs¶
- qlinh.com: Leveraging Kubernetes audit logs for threat detection [ADVANCED LEVEL] [ENTERPRISE-STABLE] β A security-oriented analysis showing how to leverage Kubernetes API audit logs to capture malicious actions and abnormal cluster behavior. Grounding confirms its high value in implementing Falco-based SIEM ingestion architectures.
- tealfeed.com: Kubernetes Audit Logs: Who created or deleted a namespace? [COMMUNITY-TOOL] β A targeted troubleshooting guide focused on analyzing the Kube-APIServer audit log payload. Explains how to parse JSON audit trails to track exact identity, timestamp, and API verbs executing namespace lifecycle events.
- signoz.io: Kubernetes Audit Logs - Best Practices And Configuration [ADVANCED LEVEL] [ENTERPRISE-STABLE] β Outlines advanced configuration policies for the Kubernetes API audit logging engine. Deeply covers audit profiles, performance tuning, secure log transport, and compliance-driven retention metrics.
π‘ Explore Related: Kubernetes Bigdata | Kubernetes Operators Controllers | Openshift