Join us

ContentUpdates and recent posts about Rancher..
Discovery IconThat's all about @Rancher — explore more posts below...
 Activity
@nagarjun-avala started using tool Kubernetes , 5 hours, 52 minutes ago.
 Activity
@nagarjun-avala started using tool GitHub Actions , 5 hours, 52 minutes ago.
 Activity
@nagarjun-avala started using tool Docker , 5 hours, 52 minutes ago.
Story
@laura_garcia shared a post, 18 hours ago
Software Developer, RELIANOID

🚀 If you’re building AI systems, reliability is no longer optional

Many teams are rushing to adopt AI, but few are asking the most critical question: 👉 What happens when AI fails? Back in December, we published an article that remains more relevant than ever: AI is redefining Site Reliability Engineering (SRE). Why? Because AI inference workloads introduce new reli..

 Activity
@aleonrangel gave 🐾 to Difference between Agile and Scrum , 1 day, 10 hours ago.
 Activity
@aleonrangel gave 🐾 to Difference between Agile and Scrum , 1 day, 10 hours ago.
Story
@laura_garcia shared a post, 1 day, 20 hours ago
Software Developer, RELIANOID

🔐 Reminder: Azure MFA Enforcement Is Now in Place

Some time ago, Microsoft announced and enforced mandatory multifactor authentication (MFA) for all Azure tenants performing resource management actions. 👉 This marked a clear turning point: MFA is no longer optional — it’s a requirement. At RELIANOID, we shared how this change reinforces the need to..

Link
@varbear shared a link, 1 day, 20 hours ago
FAUN.dev()

Don't fall into the anti-AI hype

The writer recently left their job to explore AI and programming through various projects, including creating a YouTube channel focused on these topics. They discuss how AI is changing the landscape of programming, allowing for faster, more efficient coding methods. Despite concerns about job displa.. read more  

Link
@varbear shared a link, 1 day, 22 hours ago
FAUN.dev()

How to build internal developer tools with a small team

A fresh way to think about internal dev tooling: three axes,width(new features),depth(polish and stability), andpreparation(future-ready architecture). Instead of treating tradeoffs as binary, the model maps them as vectors in a shared space. Less tug-of-war. More informed roadmap moves... read more  

How to build internal developer tools with a small team
Link
@varbear shared a link, 1 day, 22 hours ago
FAUN.dev()

How Browsers Work

An interactive open-source guide breaks down browser internals with slick, step-through models coveringDNS resolution,TCP handshakes, andHTML parsing. It walks through the browser'ssequential pipeline- from URL to DOM - blending protocol deep-dives with hands-on visuals you can poke at... read more  

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.