Kubernetes v1.37 Garhwal: Rootless Kubelet, Gang Scheduling, and Native Pod Certificates

Kubernetes v1.37 brings 67 enhancements: the kubelet can finally run rootless, gang scheduling supports AI/ML workloads, and pod certificates become a native cluster feature. An overview of the key updates for operators.

13 September 2026 · 4 min #Kubernetes#DevOps#Security#KI#AI#GPU-Scheduling#Gang Scheduling#DRA

Supply Chain Security 2026: SBOM, Sigstore/SLSA, and Admission Control as DevOps Standard

Software supply chain attacks cost $80.6 billion annually. How SBOMs, Sigstore keyless signing, SLSA build integrity, and Kubernetes admission controllers build multi-layered protection – and why the EU Cyber Resilience Act 2026 becomes the driver.

12 September 2026 · 4 min #DevOps#Supply Chain Security#Sigstore#SLSA#Kubernetes#CI/CD#SBOM

localreview: Local AI Code Reviews with Claude Code – GDPR-compliant and Cloud-independent

localreview is a Claude Code plugin for local AI code reviews. Unlike cloud solutions, your code never leaves your computer – the review runs via oMLX on the MacBook, with LM Studio support planned for the future.

11 September 2026 · 3 min #Open Source#KI#Code Review#Claude Code#DSGVO#MLX#oMLX#Privacy#DevOps

Agentic RAG 2026: When the AI Decides How It Searches

From passive pipeline to active agent: How Self-RAG, CRAG, and Adaptive RAG are revolutionizing retrieval-augmented generation in 2026—with real costs, latencies, and production stacks.

11 September 2026 · 4 min #Agentic RAG#RAG#KI#Agentic KI#LLM#Open Source#DevOps

LLM-Wiki 2026: How Karpathy's Patterns Revolutionize the Personal Knowledge Base

Andrej Karpathy's LLM-Wiki approach from April 2026 challenges the way AI manages knowledge: instead of fragments from RAG systems, it relies on a persistent, LLM-maintained wiki in Markdown. An introduction to architecture, operations, and potential.

10 September 2026 · 4 min #LLM-Wiki#KI#Wissensmanagement#Obsidian#RAG#Open Source

GDPR-Compliant AI Processing 2026: Hybrid Architecture with Local and Cloud LLMs

Local PII filters remove sensitive data beforehand, the cloud LLM processes anonymized content – and locally, results are enriched with original data again. A hybrid architecture for GDPR-compliant AI.

10 September 2026 · 4 min #DSGVO#Ki#Hybrid#Presidio#PII#Datenschutz#Ollama#Open Source

GPU Scheduling on Kubernetes: Comparing Kueue, Volcano, and KAI Scheduler in 2026

Three open-source projects compete in 2026 for efficient GPU distribution in Kubernetes clusters. A comparison of the approaches of Kueue, Volcano, and KAI Scheduler – including a decision matrix for practical use.

09 September 2026 · 4 min #Kubernetes#GPU-Scheduling#Kueue#Volcano#KAI Scheduler#KI#DevOps#GPU

Backstage 2026: AiResource, MCP, and the Catalog as Context Infrastructure for AI Agents

In 2026, Backstage has evolved from a developer portal to a context hub for AI agents. With v1.51.0, AiResource and MCP Server were introduced as new entity types—the software catalog becomes a structured knowledge base for AI workflows.

08 September 2026 · 4 min #Backstage#Developer Portal#Platform Engineering#KI#Agentic KI#MCP#DevOps#CNCF

Obsidian as a Knowledge Backend for AI Agents 2026: MCP Server Comparison and Practical Applications

AI agents need knowledge sources. Obsidian vaults can provide these via the Model Context Protocol (MCP). An overview of the most important MCP servers, setup options, and practical workflows in 2026.

07 September 2026 · 4 min #Obsidian#MCP#Model Context Protocol#Wissensmanagement#KI#Agentic KI#Knowledge Management

GitOps 2026: ArgoCD vs Flux – Which Tool Fits Your Team?

ArgoCD or Flux? Both GitOps tools are CNCF-graduated, but their architectures could not be more different. A comparison for platform teams.

06 September 2026 · 4 min #GitOps#ArgoCD#Flux#DevOps#Kubernetes#Platform Engineering#CNCF

Model Context Protocol (MCP) 2026: How the Open Standard is Revolutionizing AI Tool Integration

The Model Context Protocol (MCP) has evolved from an Anthropic initiative into a widely supported industry standard. The 2026-07-28 revision finally makes it enterprise-ready – with a stateless core, MRTR, and a formal extensions framework.

05 September 2026 · 4 min #Agentic KI#MCP#Model Context Protocol#KI#AI Agents#Open Source#DevOps

Multi-Agent Frameworks 2026: LangGraph, CrewAI, and AutoGen Compared

A comparison of LangGraph, CrewAI, and AutoGen: which multi-agent framework is best suited for which task, and what has changed in 2026.

04 September 2026 · 6 min #Agentic KI#Multi-Agent#LangGraph#CrewAI#AutoGen#KI#DevOps#Framework-Vergleich

Multi-Cluster GitOps with ArgoCD 2026: ApplicationSets, Architecture, and Best Practices

How ArgoCD masters the complexity of Kubernetes deployments in a multi-cluster environment – with ApplicationSets, hub-and-spoke architecture, and a focus on security.

03 September 2026 · 4 min #ArgoCD#GitOps#Kubernetes#Multi-Cluster#DevOps

OpenTofu vs Terraform 2026: How the IaC Landscape Is Being Reshaped

Since the license fork in 2023, OpenTofu and Terraform have evolved into independent platforms. A comparison of features, governance models, and decision criteria for 2026.

02 September 2026 · 4 min #DevOps#OpenTofu#Terraform#IaC#Infrastructure as Code#Open Source#Cloud

Platform Engineering 2026: Why Internal Developer Platforms Are Becoming the New DevOps Standard

Platform Engineering hits the 80% adoption mark in 2026. What’s behind the hype, which roles are emerging, and why business metrics are replacing DORA benchmarks.

01 September 2026 · 5 min #DevOps#Platform Engineering#IDP#Internal Developer Platform#Backstage#Developer Portal#Enterprise

Small Language Models 2026: Why Compact AI Models Are Transforming the Enterprise Landscape

Phi-4, Gemma 4, Qwen 3.5: In 2026, small language models achieve quality parity with large models—at a fraction of the cost and fully on-premises. An overview of the key SLM families and their enterprise benefits.

31 August 2026 · 3 min #KI#Small Language Models#SLM#Phi-4#Gemma 4#Enterprise-KI#Edge-AI#Ollama

Kubernetes 1.37 Garhwal: Three Breaking Changes Cluster Operators Must Know Now

Kubernetes 1.37 was released on August 26, 2026. Three breaking changes – cgroup-v1 hard stop, IPVS deprecation, and static pod secret prohibition – require concrete actions before upgrading. All background information and the upgrade checklist.

31 August 2026 · 2 min #Kubernetes#DevOps#Breaking Changes#Cluster Upgrade#cgroup v2#SELinuxMount

GraphRAG 2026: Why Knowledge Graphs Usher in the Next Level of Enterprise AI

GraphRAG combines knowledge graphs with retrieval-augmented generation and delivers measurably better results for complex enterprise queries. LazyGraphRAG drastically reduces indexing costs – an overview of the state of the art in 2026.

29 August 2026 · 4 min #GraphRAG#RAG#KI#Wissensmanagement#Enterprise-KI

Agentic AIOps 2026: How AI-Driven Incident Response Eases the Burden on Kubernetes Teams

In 2026, AI agents will handle the initial analysis of incidents in Kubernetes environments. An overview of the tools, architectures, and pitfalls of the new generation of AIOps.

28 August 2026 · 5 min #Agentic KI#DevOps#Kubernetes#AIOps#Incident Response#Observability#SRE

Backstage 2026: Market Leader with an Adoption Problem

Backstage dominates the internal developer portal market with an 89 percent share — yet only ten percent of developers actually use it. An analysis of the paradox and its causes.

28 August 2026 · 4 min #Backstage#Developer Portal#Platform Engineering#DevOps#CNCF

RAG in Production: Evaluation, Monitoring, and Operations 2026

Most RAG systems fail not because of the LLM, but due to invisible errors in the retrieval pipeline. An overview of the key metrics, observability levels, and strategies for reliable production operations.

26 August 2026 · 4 min #RAG#KI#Observability#Monitoring#DevOps#LLMOps

Gateway API 1.5: Kubernetes Networking Reaches the Next Level

ListenerSet, TLSRoute, and four other features are stable in the standard channel – Gateway API v1.5 is the project's largest release yet and makes multi-tenant networking in Kubernetes production-ready.

25 August 2026 · 4 min #Kubernetes#Networking#Gateway API#DevOps#TLS#Multi-Tenancy

ArgoCD 3.4: Five New Features That Simplify Everyday GitOps

ArgoCD 3.4 is here—with pause reconciliation at the cluster level, Helm wildcard globs, a new Teams integration, and improved UI filtering. An overview of the key features for platform engineers.

24 August 2026 · 4 min #ArgoCD#GitOps#Kubernetes#DevOps#Platform Engineering

Cilium and eBPF 2026: How the Linux Kernel Is Revolutionizing Kubernetes Networking

eBPF and Cilium have established themselves as the backbone of modern Kubernetes networking in 2026. This article explains why the kernel-native stack makes sidecars obsolete and how Cilium combines CNI, Service Mesh, and Observability.

23 August 2026 · 5 min #Kubernetes#Cilium#eBPF#Networking#Service Mesh#Hubble#Tetragon

DORA Metrics 2026: Why AI Turns DevOps Measurement on Its Head

Deployment frequency, lead time, and change failure rate – the DORA metrics are the gold standard for DevOps teams. But by 2026, it's clear: AI-generated code massively skews these measurements. Why elite teams now need to rethink their approach.

22 August 2026 · 4 min #DevOps#DORA#KI#Metriken#Softwareentwicklung#Platform Engineering

AI Coding Agents 2026: Claude Code, Codex CLI, and Cursor Compared

In 2026, Claude Code, Cursor, and Codex CLI are vying for dominance in AI-assisted software development. A comparison of the tools, their strengths, and costs.

21 August 2026 · 4 min #Agentic KI#KI#Coding Agents#Claude Code#Codex CLI#Cursor#DevOps#Softwareentwicklung

Karpathy's LLM Wiki 2026: How AI Revolutionizes Personal Knowledge Databases

Andrej Karpathy's LLM Wiki is not a product, but a paradigm shift: Instead of just searching documents, LLMs permanently compile knowledge into a structured, linked Markdown wiki. An overview of architecture, functionality, and current community implementations.

20 August 2026 · 5 min #LLM-Wiki#Karpathy#Wissensmanagement#PKB#KI#RAG#Obsidian

Copilot V4 and the Obsidian AI Ecosystem 2026: Agents, Local LLMs, and Semantic Search

Obsidian doesn't have its own AI feature in 2026 – but the plugin ecosystem is booming. Copilot V4 brings AI agents directly into the vault, Smart Connections enables semantic search, and with Ollama everything runs locally. An overview of the current state of affairs.

19 August 2026 · 4 min #Obsidian#Wissensmanagement#KI#Copilot#Smart Connections#Ollama#Plugins#Agentic KI

RAG with Local Open-Source LLMs in 2026: Data Privacy, Tools, and Production Deployment

How companies can build privacy-compliant AI pipelines using Ollama, llama.cpp, and open-source RAG frameworks – without cloud APIs and without sacrificing data sovereignty.

18 August 2026 · 4 min #RAG#KI#Open Source#llama.cpp#Ollama#DSGVO#Datenschutz#DevOps#Self-Hosting

Backstage 2026: MCP, AI Agents, and the Future of Developer Portals

With MCP integration, Actions Registry, and AI-powered plugins, Backstage 2026 positions itself as a central interface between developers and AI agents. An overview of the innovations and the controversies.

17 August 2026 · 4 min #Backstage#Developer Portal#Platform Engineering#MCP#KI#DevOps#CNCF

Dynamic Resource Allocation (DRA) in Kubernetes 2026: Redefining GPU Scheduling

Dynamic Resource Allocation (DRA) has been stable since Kubernetes 1.34/1.35 and is revolutionizing GPU allocation for AI workloads. Instead of simple device counting, DRA enables attribute-based allocation, device sharing, and time slicing — an overview of the new API and its production readiness.

16 August 2026 · 4 min #Kubernetes#GPU#DRA#Dynamic Resource Allocation#KI#DevOps#GPU-Scheduling

GenAI Observability with OpenTelemetry 2026: Peering into the AI Black Box

AI applications are often black boxes—until they make mistakes. In 2026, OpenTelemetry, with its new GenAI semantic conventions, brings transparency to LLM calls, agents, and AI pipelines, establishing observability as the standard for AI workloads.

15 August 2026 · 4 min #KI#DevOps#OpenTelemetry#Observability#GenAI#Monitoring

Model Context Protocol (MCP) 2026: The New Integration Standard for AI Agents

The Model Context Protocol has evolved from an Anthropic experiment to an industry standard in 18 months. An overview of architecture, enterprise adoption, and the new 2026-07-28 specification.

15 August 2026 · 5 min #Agentic KI#MCP#Model Context Protocol#KI#Enterprise KI#Linux Foundation

Multi-Agent Orchestration 2026: Comparing the Most Important Frameworks

LangGraph, CrewAI, AutoGen/AG2, and Temporal have reached production readiness in 2026. An overview of the multi-agent orchestration frameworks that bring enterprise AI projects from prototype to production.

14 August 2026 · 4 min #Agentic KI#Multi-Agent#LangGraph#CrewAI#AutoGen#Orchestrierung#Enterprise KI

Presidio 2026: PII Detection and Anonymization for GDPR-Compliant AI Pipelines

Presidio is an open-source framework for detecting and anonymizing personally identifiable information (PII) in text and images. The article shows how it can be placed before LLM pipelines to minimize GDPR risks.

13 August 2026 · 4 min #KI#Datenschutz#DSGVO#PII#Open Source#Self-Hosting

Obsidian Web Clipper 2026: From Bookmark to Personal AI Knowledge Base

The official Obsidian Web Clipper turns web pages into structured Markdown notes and, combined with AI workflows, forms the foundation of a personal knowledge base. An overview of the tool, its AI integration, and the modernized ecosystem of plugins in 2026.

13 August 2026 · 4 min #Obsidian#Wissensmanagement#KI#PKM#Web Clipper#Knowledge Management#LLM-Wiki

Argo CD 3.5: More Security and a New UI for ApplicationSets

Argo CD 3.5 is here: internal mTLS encryption, Git commit signature verification, a native ApplicationSet UI, and Helm 4 support — an overview of the key new features of the leading GitOps tool for Kubernetes.

12 August 2026 · 4 min #GitOps#ArgoCD#Kubernetes#DevOps#Sicherheit

Kubernetes 1.37: Metrics API, Rootless Mode, and Farewell to ipvs

On August 26, 2026, Kubernetes 1.37 will be released – with long-awaited stabilizations, a milestone for node security, and several farewells to legacy systems. An overview of the most important changes.

11 August 2026 · 4 min #Kubernetes#DevOps#Cloud Native#Release#Sicherheit#Metrics API

Platform Engineering 2026: How Internal Developer Platforms Replace DevOps

By 2026, platform engineering has become the defining evolution of DevOps: Internal Developer Platforms, Backstage, Crossplane, advanced GitOps, and AI-powered operations are transforming how organizations deliver software.

10 August 2026 · 5 min #DevOps#Platform Engineering#IDP#Internal Developer Platform#Backstage#Crossplane#GitOps#Kubernetes#KI#AIOps

GraphRAG 2026: Knowledge Graphs as the Next Evolution of RAG Systems

How GraphRAG with knowledge graphs overcomes the limits of classic vector-based RAG systems—and which open-source tools will drive the breakthrough in 2026.

09 August 2026 · 4 min #RAG#GraphRAG#KI#Wissensgraphen#Knowledge Graph#Open Source#LLM

GitOps Automation 2026: ArgoCD Image Updater and Rollouts in Tandem

ArgoCD Image Updater and Argo Rollouts make ArgoCD 2026 a fully automated GitOps platform – from the image registry to metric-based canary rollouts.

08 August 2026 · 4 min #GitOps#ArgoCD#Argo Rollouts#Image Updater#Kubernetes#DevOps#Progressive Delivery

Backstage 2026: From Spotify's Internal Tool to the IDP World Standard

Backstage dominates the IDP market with around 89 percent. The CNCF documentation, the new backend system, Golden Paths, and AI integration mark the current state of the leading open-source developer portal.

07 August 2026 · 4 min #Backstage#Platform Engineering#IDP#Developer Portal#CNCF#DevOps#KI

Kubernetes Autoscaling 2026: Why Karpenter Is Replacing the Cluster Autoscaler

In 2026, Karpenter has evolved from an AWS experiment to a serious candidate for node provisioning. The article compares Karpenter with the Cluster Autoscaler, highlights advantages in speed, bin-packing, and spot usage, and helps you decide on the right autoscaler.

06 August 2026 · 5 min #Kubernetes#Karpenter#Autoscaling#DevOps#Cluster Autoscaler#Cloud Native

Service Meshes 2026: Istio Ambient Mode and the New Simplicity

Istio Ambient Mode, Linkerd’s simplicity, and Cilium’s eBPF – the service mesh landscape in 2026 is being reshaped. Why Ambient Mode cuts resource consumption by 90% and how platform teams benefit.

05 August 2026 · 4 min #Kubernetes#Service Mesh#Istio#Ambient Mode#Linkerd#Cilium#DevOps

Kubernetes Security 2026: Why the Ingress-NGINX Retirement Is the Most Urgent Threat

Ingress-NGINX was retired in March 2026 – leaving a critical component of many clusters without security updates. An overview of the acute situation, the Gateway API as successor, and five security findings that truly matter in 2026.

04 August 2026 · 4 min #Kubernetes#Sicherheit#DevOps#Ingress#Gateway API#Cloud Native

Hybrid Search for RAG 2026: BM25, Vector Search, and Reranking in Production

Pure vector search hits its limits with error codes, product SKUs, and API names. Hybrid Search with BM25 + Dense Embeddings + Reranking is the 2026 production standard. This article shows architecture, fusion methods, and reranking.

03 August 2026 · 4 min #RAG#KI#Hybride Suche#BM25#Vektorsuche#Reranking#Retrieval-Augmented Generation

AI Agents in Production 2026: Quality Assurance, Evaluation, and Governance

57% are using AI agents in production, but quality and safety remain the biggest hurdles. An overview of evaluation frameworks, benchmarks, and governance strategies for operating autonomous agents.

02 August 2026 · 4 min #Agentic KI#KI#KI-Agenten#Evaluierung#Governance#Sicherheit#LangChain#Open Source

Small Language Models 2026: Why Small AI Models Are Breaking Through

SLMs are no longer a compromise solution in 2026. An overview of the strongest models, hardware requirements, and use cases—from Phi-4 to Qwen3 to Gemma 3.

01 August 2026 · 1 min #KI#SLM#Small Language Models#On-Device-KI#Open Source#Edge Computing#Phi-4

LLM Wiki 2026: How Karpathy's Pattern Redefines Knowledge Work with AI

Andrej Karpathy's LLM Wiki Pattern promises a paradigm shift: Instead of extracting knowledge from raw documents anew with each query, an AI agent compiles it once into a persistent, linked Markdown wiki. An overview of architecture, tools, and limitations.

31 July 2026 · 5 min #LLM-Wiki#Karpathy#KI#Wissensmanagement#RAG#Markdown#Obsidian#Open Source

ArgoCD vs. Flux in 2026: Choosing the Right GitOps Strategy for Kubernetes Teams

ArgoCD and Flux are the two dominant GitOps platforms in 2026. This comparison shows which approach suits which team—from architecture and multi-cluster management to progressive delivery.

30 July 2026 · 4 min #GitOps#ArgoCD#Flux#Kubernetes#DevOps#Continuous Delivery

Backstage Scaffolder 2026: Golden Paths with Software Templates

The Backstage Scaffolder is the most important tool for platform teams looking to implement developer self-service. An overview of the v1beta3 format, Golden Paths, and custom actions.

29 July 2026 · 4 min #Backstage#Scaffolder#Software Templates#Platform Engineering#Developer Portal#Golden Paths#CNCF#DevOps

Obsidian as a Local RAG Knowledge Base in 2026: From Vector Search to Knowledge Graphs

In 2026, local RAG systems for Obsidian have made a leap forward: knowledge graphs, MCP integration, and hybrid search are replacing pure vector search. An overview of the current stack and the most promising approaches.

28 July 2026 · 5 min #Obsidian#RAG#Wissensmanagement#KI#Ollama#Smart Connections#Wissensgraph#Local-First#Open Source

Policy-as-Code for Kubernetes 2026: Kyverno After CNCF Graduation Compared with OPA Gatekeeper

Kyverno achieved CNCF graduated status in March 2026. A comparison of the two leading policy engines for Kubernetes — Kyverno vs. OPA Gatekeeper — and why policy-as-code becomes an operational necessity in 2026.

27 July 2026 · 4 min #Kubernetes#Sicherheit#Policy-as-Code#Kyverno#OPA#Gatekeeper#CNCF#Cloud Native#DevOps

OpenTelemetry Reaches CNCF Graduation – A Milestone for the Observability World

OpenTelemetry (OTel) has achieved the highest CNCF maturity level. The graduation in May 2026 marks the definitive breakthrough as a vendor-neutral standard for metrics, logs, and traces – and comes at exactly the right time for AI observability.

26 July 2026 · 4 min #DevOps#OpenTelemetry#Observability#CNCF#Cloud Native#KI

Multi-Agent Systems 2026: Architecture Patterns, Frameworks, and Production Insights

By 2026, the focus has shifted from individual AI assistants to coordinated multi-agent systems. An overview of architecture patterns, the consolidated framework landscape, and the new communication protocols A2A and MCP.

25 July 2026 · 5 min #Agentic KI#Multi-Agent-Systeme#KI#Architektur#Frameworks#A2A#MCP#LangGraph#CrewAI

AI Coding Assistants 2026: Cursor, Claude Code, and Copilot Compared

The market for AI-powered development tools has consolidated in 2026. Three tools dominate—Cursor, Claude Code, and GitHub Copilot—each with different philosophies and price points. An overview of the current landscape.

24 July 2026 · 5 min #KI#Coding#KI-Assistenten#Cursor#Claude Code#Copilot#DevOps

Kubernetes as the AI Backbone in 2026: GPU Orchestration with DRA, Kueue, and KubeRay

AI workloads are establishing Kubernetes as the production standard. DRA, Kueue, KubeRay, and vLLM solve old GPU scheduling problems and make container orchestration the top choice for training and inference.

24 July 2026 · 4 min #Kubernetes#KI#GPU#AI/ML#DevOps

MCP 2026: How the Model Context Protocol Becomes the Standard for AI Agents

With version 2026-07-28, MCP is fundamentally revamped: stateless, scalable, and enterprise-ready. An overview of the most important innovations in the protocol that connects AI agents with external tools.

23 July 2026 · 4 min #Agentic KI#KI#MCP#Model Context Protocol#Open Source

Open-Source AI 2026: How Open Models Are Reaching the Frontier

In 2026, open AI models have caught up with their closed competitors in many areas. GLM-5.2, Kimi K3, DeepSeek V4, and Gemma 4 show that open-source AI is production-ready.

23 July 2026 · 4 min #KI#Open Source#LLM#Machine Learning

DevOps 2026: Platform Engineering, AIOps, and DevSecOps as the New Pillars

DevOps is evolving rapidly in 2026: Platform Engineering relieves developers, AIOps automates operations, and DevSecOps integrates security directly into the pipeline. An overview of the three key trends.

21 July 2026 · 4 min #DevOps#Platform Engineering#AIOps#DevSecOps#KI#Automation

LLM-Wiki: Karpathy's Pattern for Persistent AI Knowledge Management

Andrej Karpathy's LLM-Wiki pattern adds a new dimension to AI-powered knowledge management: Instead of searching anew for every query, an LLM builds a persistent, linked Markdown knowledge base – and keeps it up to date autonomously.

20 July 2026 · 4 min #LLM-Wiki#KI#Wissensmanagement#Karpathy#RAG#Markdown#Obsidian

Backstage 2026: Latest Developments in the Open-Source Standard for Developer Portals

Backstage v1.53.0, Spotify Portal GA, Red Hat Developer Hub with dynamic plugins, and the New Frontend System — the open-source framework for internal developer platforms is evolving rapidly. An overview of the key new features in 2025/2026.

19 July 2026 · 5 min #Backstage#Developer Portal#Internal Developer Platform#Platform Engineering#CNCF#Red Hat Developer Hub

AppGrid – A Modern Grid Launcher for KDE Plasma 6

AppGrid is a grid-based application launcher for KDE Plasma 6, offering a modern, searchable alternative to Kickoff and Kicker. Two variants, KRunner integration, and extensive configuration in an open-source Plasmoid.

19 July 2026 · 4 min #KDE#Plasma 6#Linux#Open Source#Application Launcher#AppGrid#Projekt-Spotlight

GitOps with Argo CD: Latest Developments 2025/2026

Argo CD has established itself as the de facto standard for GitOps on Kubernetes. This article highlights the key innovations: Argo CD 3.0, ApplicationSets, Argo Rollouts, CNCF graduation, and security improvements.

19 July 2026 · 4 min #GitOps#Argo CD#Argo Rollouts#CNCF#Kubernetes#DevOps#Continuous Delivery#Progressive Delivery

Kubernetes v1.36 'Haru': Enhanced Security and AI Focus for Container Orchestration

With 70 enhancements, Kubernetes v1.36 sets new standards: User Namespaces reach general availability, AI workloads gain improved GPU scheduling capabilities, and API scalability is boosted via Sharded Watch Streams.

19 July 2026 · 4 min #Kubernetes#Container#KI#Sicherheit#DevOps

RAG 2026: Why simple vector search is no longer enough

Retrieval-Augmented Generation has fundamentally changed over the past two years: Agentic RAG, Microsoft's GraphRAG, and intelligent guardrails transform the once-simple chunk-and-search pipeline into a flexible, agentic architecture. An overview of the most important developments.

18 July 2026 · 4 min #RAG#KI#Retrieval-Augmented Generation#GraphRAG#Agentic KI

Agentic AI 2026: An Overview of the Most Important Frameworks

AI agents can act independently, use tools, and pursue complex goals. An overview of LangGraph, CrewAI, AutoGen and Co. – and why A2A is the game changer.

17 July 2026 · 3 min #Agentic KI#KI#KI-Agenten#Frameworks

Obsidian and AI: How Local Notebooks Become Intelligent Knowledge Repositories

Obsidian plugins enable the integration of AI into note-taking systems. Semantic search, local LLMs, and automated knowledge generation transform the way we organize information.

16 July 2026 · 4 min #Wissensmanagement#Obsidian#KI#LLM