Join us

ContentUpdates and recent posts about Botkube..
Link
@varbear shared a link, 2 days, 2 hours ago
FAUN.dev()

Samsung, SK hynix, Micron Sued in US Over Memory Price Fixing

Samsung Electronics, SK hynix, and Micron face a lawsuit in the US over alleged memory price fixing. Plaintiffs claim the companies colluded on supply and pricing for DRAM, leading to price increases of about 700% in the past four years. The lawsuit, filed by individual consumers and small businesse.. read more  

Link
@varbear shared a link, 2 days, 2 hours ago
FAUN.dev()

Why Drawing Tablet Brands Won't Collaborate on Linux FLOSS Drivers

The process of creating Linux drivers for drawing tablets can be challenging due to branding issues in the open-source infrastructure. Collaboration from tablet brands is essential for improving support, as demonstrated in recent interactions with Gaomon... read more  

Why Drawing Tablet Brands Won't Collaborate on Linux FLOSS Drivers
Link
@kaptain shared a link, 2 days, 2 hours ago
FAUN.dev()

Building an Event-Driven Network Policy Engine with eBPF and Cilium

Running iptables -L on a node in a 500-node cluster can cause the terminal to freeze due to kube-proxy writing 40,000–60,000 rules across various chains. Conntrack tracks each flow with a global spinlock, becoming a bottleneck past 80,000 connections per second. Cilium replaces this path entirely by.. read more  

Building an Event-Driven Network Policy Engine with eBPF and Cilium
Link
@kaptain shared a link, 2 days, 2 hours ago
FAUN.dev()

Why cloud native belongs at the heart of agentic AI: Lessons from building a multi-agent security platform on Kubernetes

In March, Willem Berroubache gave a talk at KubeCon + CloudNativeCon Europe 2026 in Amsterdam, addressing questions about building agentic AI on cloud native foundations. The internal security-operations platform at Orange Innovation utilizes A2A protocol for inter-agent coordination, MCP for enviro.. read more  

Why cloud native belongs at the heart of agentic AI: Lessons from building a multi-agent security platform on Kubernetes
Link
@kaptain shared a link, 2 days, 2 hours ago
FAUN.dev()

Kepler, re-architected: Improved power accuracy and a community call to action!

Kepler maintainers rewrote Kepler to remove eBPF. They replaced privileged kernel tracing with read-only Linux process data to attribute energy use to Kubernetes workloads... read more  

Kepler, re-architected: Improved power accuracy and a community call to action!
Link
@kaptain shared a link, 2 days, 2 hours ago
FAUN.dev()

Open source maintainership in the age of AI

Kubernetes maintainers accept AI-assisted contributions when contributors disclose AI use, understand the code, and own the change. Maintainers test AI review tools to help them sort issues and pull requests... read more  

Link
@kaptain shared a link, 2 days, 2 hours ago
FAUN.dev()

OTel and mesh-derived metrics: A 2026 reference

A blog post by Mesut Oezdil, a DevOps Engineer from Buoyant, discusses how Linkerd's proxy provides network layer metrics with zero changes to application code. The post showcases the overlap and differences between mesh-derived metrics and OpenTelemetry metrics, along with the integration pattern t.. read more  

OTel and mesh-derived metrics: A 2026 reference
Link
@kaptain shared a link, 2 days, 2 hours ago
FAUN.dev()

Introducing the Cluster API plugin for Headlamp

Headlamp is an open-source, extensible Kubernetes SIG UI project designed to let you explore, manage, and debug cluster resources directly from a browser. Cluster API (CAPI) is a Kubernetes sub-project that brings declarative, Kubernetes-style APIs to cluster lifecycle management. It lets platform t.. read more  

Introducing the Cluster API plugin for Headlamp
Link
@kala shared a link, 2 days, 2 hours ago
FAUN.dev()

Everything a Senior Engineer Needs to Know About What's Inside an LLM

The shift from RNNs totransformerssolved sequential bottlenecks and long-range decay issues withself-attention. Transformers use encoding, decoding, and tokenization to process sequences efficiently and accurately. This evolution led to models like GPT, which excel at tasks with minimal fine-tuning .. read more  

Everything a Senior Engineer Needs to Know About What's Inside an LLM
Link
@kala shared a link, 2 days, 2 hours ago
FAUN.dev()

GLM-5.2 vs Claude Opus

After a head-to-head coding test, you can use GLM-5.2 as a low-cost open-weights coding model and choose Opus when you need stronger correctness, faster responses, or visual self-checking... read more  

GLM-5.2 vs Claude Opus
Botkube is a Kubernetes-centric chatbot that aids in Kubernetes troubleshooting and provides valuable insights for various aspects of Kubernetes operations. This open-source tool integrates with popular messaging platforms like Slack and helps streamline Kubernetes management and problem-solving processes.

Key functionalities of Botkube include:

Alert Notifications: Botkube can be configured to receive and relay alerts from various monitoring tools (e.g., Prometheus, Grafana) directly to your team's communication platform, ensuring prompt incident awareness.

Kubernetes Event Monitoring: It continuously monitors Kubernetes cluster events, offering real-time information on changes and issues within your cluster, such as pod crashes or node failures.

Troubleshooting Assistance: Botkube can provide context-sensitive guidance and suggestions for debugging and resolving common Kubernetes problems, making it a valuable resource for both beginners and experienced Kubernetes users.

Resource Management: It can assist in resource optimization by providing recommendations for scaling deployments, managing resource quotas, and handling updates to your applications.

Security Insights: Botkube can help maintain Kubernetes security by alerting you to security breaches, unauthorized access, and vulnerabilities, allowing you to take immediate action.

Customization: Botkube is highly customizable, allowing you to tailor it to your specific needs and integrate it with other tools and scripts in your Kubernetes ecosystem.

In summary, Botkube serves as a Kubernetes assistant that enhances communication and awareness within your team while providing automated support for troubleshooting, monitoring, and managing your Kubernetes clusters, ultimately contributing to a more efficient and reliable Kubernetes operation.