Join us

ContentUpdates and recent posts about Rancher..
Link
@faun shared a link, 11 months ago
FAUN.dev()

NSEnter and Kubernetes

nsenteris your backstage pass to aKubernetesnode. It plays with Linux namespaces, crashing through isolation walls for a direct look inside. Summon it withPID1 and proper permissions, and you're deep in the node's core. No middleman required... read more  

NSEnter and Kubernetes
Link
@faun shared a link, 11 months ago
FAUN.dev()

Changes to Kubernetes Slack

The Kubernetes gang will cling to their premium Slack status a while longer. But come 2025, free Slack will beckon. Discord’s got its eye on the scene too, whispering sweet promises of GitHub sync and other shiny toys... read more  

Link
@faun shared a link, 11 months ago
FAUN.dev()

Interesting Kubernetes application demos

Kubeappsis your backstage pass to deploying and controllingK8sapps with style. Dive into a treasure chest ofHelmcharts ready to roll. For those looking to jazz up a demo, unleashKubedoomorKubevaders. Obliteratepodsfor stress-testing, or just because you can. Craving some retro-futuristic fun? Check .. read more  

Link
@faun shared a link, 11 months ago
FAUN.dev()

F5 Unleashes Innovation with Powerful New AI Capabilities on BIG-IP Next for Kubernetes on NVIDIA BlueField-3 DPUs

TheModel Context Protocol (MCP)just crashed the party, turning heads and flipping tables with its focus on tailor-made AI setups. EnterAI factoriesandNeoclouds—souped-up cloud havens crafted to power-hungry AI demands. Handle with care, because these bad boys redefine what's possible... read more  

F5 Unleashes Innovation with Powerful New AI Capabilities on BIG-IP Next for Kubernetes on NVIDIA BlueField-3 DPUs
Link
@faun shared a link, 11 months ago
FAUN.dev()

GKE Data Cache, now GA, accelerates stateful apps

GKE Data Cachesupercharges PostgreSQL on GKE. Imagine squeezing out480% more transactions per secondand slashing latency by80%. It's like a balancing disk on steroids—Qdrant search gets a10xboost, even without cramming everything into memory. Impressive, right?.. read more  

GKE Data Cache, now GA, accelerates stateful apps
Link
@anjali shared a link, 11 months ago
Customer Marketing Manager, Last9

11 Best Log Monitoring Tools for Developers in 2025

A technical comparison of 11 log monitoring tools developers use in 2025—features, trade-offs, pricing, and platform compatibility

Microservices logging
Story
@laura_garcia shared a post, 11 months ago
Software Developer, RELIANOID

🚨 Industrial Cybersecurity: Are You Ready?

📘 We’ve published a Technical Guide to ISA/IEC 62443 Standards – your 5-minute roadmap to securing Industrial Automation and Control Systems (IACS). 🔐 ISA/IEC 62443 is the gold standard for industrial cybersecurity. From zones and conduits to secure development lifecycles, it addresses the full spec..

Knowledge base ISAIEC-62443 Industrial Cybersecurity Standards RELIANOID
Story
@laura_garcia shared a post, 11 months ago
Software Developer, RELIANOID

💸 The Cost of Cyber Insecurity

The average data breach in 2024 costs $4.45M — over $10M in finance and healthcare. Cyber incidents = market value loss, sales drop, and reputation damage. But there’s good news: 💡 Invest $500K in security → avoid $2M in losses = 300% ROI 🧠 Microsegmentation users saw 152% ROI, saved $2.9M, cut staf..

Blog Cybersecurity ROI RELIANOID
Link
@anjali shared a link, 11 months, 1 week ago
Customer Marketing Manager, Last9

Prometheus Logging Explained for Developers

Understand how Prometheus logging captures structured metrics, improves query performance, and scales observability in production systems.

Prometheus_logging
Link
@anjali shared a link, 11 months, 1 week ago
Customer Marketing Manager, Last9

Docker Stop vs Kill: When to Use Each Command

docker stop gives containers time to shut down cleanly. docker kill doesn't—use it only when you need an immediate shutdown.

docker
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.