Join us

ContentUpdates and recent posts about Botkube..
Link
@kaptain shared a link, 1 day, 10 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, 1 day, 10 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, 1 day, 10 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, 1 day, 10 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, 1 day, 10 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
Link
@kala shared a link, 1 day, 10 hours ago
FAUN.dev()

The Problem is Prompt Debt

Teams create prompt debt when they hand-tune prompts. They turn natural-language instructions into fragile specs, spend more time adjusting wording, and tie the application to one model... read more  

The Problem is Prompt Debt
Link
@kala shared a link, 1 day, 10 hours ago
FAUN.dev()

Cisco Bets On WideField Security Acquisition To Tackle Agentic AI Security Gap

Cisco executives plan to acquire WideField Security so Cisco teams can add identity and session telemetry to agentic AI security operations... read more  

Cisco Bets On WideField Security Acquisition To Tackle Agentic AI Security Gap
Link
@kala shared a link, 1 day, 10 hours ago
FAUN.dev()

AI's Affordability Crisis

The AI platforms are running the drug-dealer's algorithm, with subsidies resulting in overwhelming demand for their products. Estimates show that the cost of generating tokens ranges from $8 to $14 to generate $1 in revenue. Companies transitioning to token-based pricing have seen significant increa.. read more  

Link
@kala shared a link, 1 day, 10 hours ago
FAUN.dev()

Model Size Scaling in 2023-2031

Token generation speed is constrained by the speed at which the relevant HBM can be read, depending on model size and pipeline setup. Model sizes feasible for each year between 2023 and 2031 range from 10T in 2026 to 1.4 quadrillion in 2031, with pretraining compute and HBM specifications playing es.. read more  

Link
@devopslinks shared a link, 1 day, 10 hours ago
FAUN.dev()

How we migrated a live routing system using AI-assisted refactoring

Datadog says engineers can use AI-assisted refactoring for critical migrations when they own the data model and use tests to limit each rewrite to one method. Engineers should keep system design and optimization in human hands... read more  

How we migrated a live routing system using AI-assisted refactoring
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.