Join us

ContentUpdates and recent posts about Rancher..
Link
@kaptain shared a link, 1 week, 3 days ago
FAUN.dev()

Streamline your containerized CI/CD with GitLab Runners and Amazon EKS Auto Mode

GitLab Runners now work withAmazon EKS Auto Mode. That means hands-off infra, smarter scaling, and built-in AWS security. Runners spin up onEC2 Spot Instances, so teams can cut CI/CD compute costs by as much as90%- without hacking together flaky pipelines... read more  

Streamline your containerized CI/CD with GitLab Runners and Amazon EKS Auto Mode
Link
@kaptain shared a link, 1 week, 3 days ago
FAUN.dev()

Kubernetes GPU Management Just Got a Major Upgrade

Kubernetes 1.34 droppedDynamic Resource Allocation (DRA)- think persistent volumes, but for GPUs and custom hardware. Vendors can now plug in drivers and schedulers for their devices, and workloads can pick exactly what they need. Coming in 1.35: a newworkload abstractionthat speaks the language of .. read more  

Link
@kaptain shared a link, 1 week, 3 days ago
FAUN.dev()

From Deterministic to Agentic: Creating Durable AI Workflows with Dapr

Dapr droppedDurable Agents- a mashup of classic workflows and LLM-driven agents that can actually get things done and survive rough edges. They track reasoning steps, tool calls, and chat states like a champ. If things crash, no problem: Dapr Workflows and Diagrid Catalyst bring it all back... read more  

From Deterministic to Agentic: Creating Durable AI Workflows with Dapr
Link
@kaptain shared a link, 1 week, 3 days ago
FAUN.dev()

Implementing assurance pipeline for Amazon EKS Platform

AWS released a full-stack CI/CD validation pipeline forAmazon EKS. It pulls in six layers of testing,Terraform,Helm,Locustload testing, and evenAWS Fault Injectionfor pushing resilience to the edge. The goal: bake policy checks, functional tests, and brutal load tests right into pre-deployment. Fewe.. read more  

Link
@kaptain shared a link, 1 week, 3 days ago
FAUN.dev()

v1.35: Watch Based Route Reconciliation in the Cloud Controller Manager

Kubernetes v1.35 sneaks in an alphafeature gatethat flips the CCM route controller from "check every X minutes" to "watch and react." It now usesinformersto trigger syncs when nodes change - plus a light periodic check every 12–24 hours... read more  

Link
@kaptain shared a link, 1 week, 3 days ago
FAUN.dev()

1.35: Enhanced Debugging with Versioned z-pages APIs

Kubernetes 1.35 makes a quiet-but-crucial upgrade: z-pages debugging endpoints now returnstructured, machine-readable JSON. That means tools- not just tired humans - can parse control plane state directly. The responses areversioned, backward-compatible, and tucked behind feature flags for now... read more  

Link
@kaptain shared a link, 1 week, 3 days ago
FAUN.dev()

v1.35: New level of efficiency with in-place Pod restart

Kubernetes 1.35, as you may know, introducedin-place Pod restarts(alpha). It's a real reset: all containers, init and sidecars included - without killing the Pod or kicking off a reschedule. Think restart without the cloud drama. Big win for workloads with heavy inter-container dependencies or massi.. read more  

Link
@kala shared a link, 1 week, 3 days ago
FAUN.dev()

The 2026 Data Engineering Roadmap: Building Data Systems for the Agentic AI Era

Data engineering’s getting flipped.AI agentsandLLMsaren’t just tagging along anymore - they’re the main users now. That means engineers need to buildcontext-aware, machine-readable data systemsthat don’t just store info but actually make sense of it. Think:vector databases,knowledge graphs,semantic .. read more  

The 2026 Data Engineering Roadmap: Building Data Systems for the Agentic AI Era
Link
@kala shared a link, 1 week, 3 days ago
FAUN.dev()

Streamlining Security Investigations with Agents

Slack broke down how it's threading AI into its product without torching user trust.Slack AIleans hard ontenant-specific data isolationandzero data retention- no leftover crumbs from LLM interactions. Instead of piping user data through someone else’s APIs, Slack runs LLMs onits own infrawhere it ca.. read more  

Streamlining Security Investigations with Agents
Link
@kala shared a link, 1 week, 3 days ago
FAUN.dev()

2025: The year in LLMs

2025 was the year LLMs stopped just answering questions and started building things.Reasoning modelslike OpenAI’s o-series and Claude Code took over tool-driven workflows. Asynchronous coding agentsbroke out. These models didn’t just write code - they ran it, debugged it, then did it again. That loo.. read more  

2025: The year in LLMs
Rancher is a Kubernetes management platform originally created by Rancher Labs and now maintained by SUSE. It is designed to simplify the deployment, operation, and security of Kubernetes clusters at scale, whether they run on public cloud, private cloud, on-premises data centers, or at the edge.

At its core, Rancher provides a centralized control plane that allows teams to create, import, and manage multiple Kubernetes clusters from a single UI and API. It supports a wide range of Kubernetes distributions, including upstream Kubernetes, RKE / RKE2, K3s, and managed cloud services like EKS, GKE, and AKS.

Rancher focuses heavily on enterprise needs such as multi-cluster management, role-based access control (RBAC), authentication integration (LDAP, Active Directory, OIDC), policy enforcement, and cluster lifecycle management. It enables platform teams to enforce consistent configurations and security policies while allowing application teams to self-serve Kubernetes resources safely.

The platform also integrates tightly with the broader cloud-native ecosystem. Rancher provides built-in support for Helm, monitoring (Prometheus, Grafana), logging, and GitOps workflows, and works well alongside tools like Argo CD, Fleet, and Longhorn for storage.

Rancher is often used as the foundation for platform engineering initiatives, helping organizations standardize Kubernetes operations, reduce operational complexity, and safely scale containerized workloads across environments.