Join us

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

Deep dive into cluster networking for Amazon EKS Hybrid Nodes

EKS Hybrid Nodes corrals on-prem and edge servers as remote Kubernetes nodes over Direct Connect or VPN. It rides onCiliumorCalico, with BGP or static routes. For local load balancing, it spins upMetalLBat Layer 2/3. For NLB/ALB sync, it taps theAWS Load Balancer Controller. Workflows stay unified... read more  

Deep dive into cluster networking for Amazon EKS Hybrid Nodes
Link
@faun shared a link, 10 months, 3 weeks ago
FAUN.dev()

Closing the gap: How KubeVirt, Kubernetes, and open ecosystems are reshaping virtualisation

KubeVirt spins up VMs inside Kubernetes clusters. It hooks intoPortworxfor stateful volumes. It tapsOpenShiftorRancherto match VMware’s arsenal. Declarative YAML meetsGitOpspipelines, unified schedulers and RBAC. Teams juggle VMs and containers on one toolchain. License bills shrink. Infra shift:Le.. read more  

Closing the gap: How KubeVirt, Kubernetes, and open ecosystems are reshaping virtualisation
Story
@idjuric660 shared a post, 10 months, 3 weeks ago
Technical Content Writer, Mailtrap

Choosing the Best SMTP Providers – Top 5 SMTP Providers Compliance Comparison

Amazon SES Mailgun Sendgrid Mailtrap.io

When you manage millions of transactional emails or orchestrate extensive marketing campaigns, the nuances of data protection, privacy, and regulatory adherence can make or break your operations. This is precisely why you need to hawk over compliance, and set a goal to find a provider that: - Safegu..

1-green_background-1040x540
Story
@laura_garcia shared a post, 10 months, 4 weeks ago
Software Developer, RELIANOID

Enjoy your weekend and take it easy!

https://www.relianoid.com/about-us/contact-us/ #Relianoid#WeAreRelianoid#247Support#ExtremeSupport#AlwaysHereForYou#TechSupportExperts#DedicatedSupport#MissionCriticalCare#TakeItEasy#HappyFriday#FridaysDoneRight#RelaxWeGotThis#ITSupportTeam#BehindTheScenesHeroes#ReliableByNature..

Reminder_friday_weekend_relianoid
Link
@anjali shared a link, 10 months, 4 weeks ago
Customer Marketing Manager, Last9

How sum_over_time Works in Prometheus

Understand how sum_over_time() aggregates metrics in Prometheus, handles gaps, and why step size and staleness can affect accuracy.

Kibana logs
Story
@idjuric660 shared a post, 10 months, 4 weeks ago
Technical Content Writer, Mailtrap

I Compared 5 Best SMTP Providers for FinTech Companies: Which One Should You Use

Amazon SES Mailgun Sendgrid Mailtrap.io

Reliably sending critical and time-sensitive emails while staying compliant with international data regulation laws is key for any FinTech company out there. In this article, I’ll provide you with 5 SMTP providers for FinTech that will allow you to achieve all of the above, and more. To get you star..

blue_background-960x498
Story
@idjuric660 shared a post, 10 months, 4 weeks ago
Technical Content Writer, Mailtrap

Which Email API Offers The Most Flexibility: In-Depth Comparison of Best Providers

Mailgun Sendgrid Mailtrap.io

Let’s face it: there is no email API that fits the needs of every team out there. However, a solid API will give you control of your sending process and allow you to fine-tune it according to your team’s requirements. In other words, an email API needs to be flexible. So, I’ll break down the email A..

for_green_and_blue_background-960x498
Story FAUN.dev() Team
@eon01 shared a post, 10 months, 4 weeks ago
Founder, FAUN.dev

Most Kubernetes Autoscaling Setups Are Silently Broken: 10 Gotchas to Watch Out For

Docker Kubernetes Keda

Kubernetes autoscaling is a powerful tool, but many setups fail silently due to misleading metrics, poor configurations, and other details. Here are 10 common pitfalls that can break your autoscaling—and how to avoid them.

kubernetes Autoscaling
Link
@anjali shared a link, 10 months, 4 weeks ago
Customer Marketing Manager, Last9

Use Telegraf Without the Prometheus Complexity

Collect metrics with Telegraf without running Prometheus. No scraping, no TSDB tuning, just clean, push-based telemetry to your backend.

telegraf
Story
@laura_garcia shared a post, 10 months, 4 weeks ago
Software Developer, RELIANOID

🌐 DNS for Load Balancing

Looking for a simple, scalable way to distribute traffic across multiple servers? In our latest post, we explore howDNS-based load balancingworks, including: 📌 Techniques like Round Robin, Weighted, and Dynamic DNS 📌 Using DNS for failover and backup configurations 📌 Key benefits: performance, high ..

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.