Join us

ContentUpdates and recent posts about Rancher..
Story
@laura_garcia shared a post, 2 weeks, 4 days ago
Software Developer, RELIANOID

🔐🌱 Cybersecurity and industrial sustainability: a moment to reflect as the year comes to an end

We shared this article a few months ago, but year-end is the perfect time to revisit it and reflect on where the industry is heading in the year ahead. Cybersecurity and sustainability can no longer be treated as separate disciplines. They share a common goal: ensuring ethical, resilient, and respon..

Story FAUN.dev() Team
@eon01 shared a post, 3 weeks ago
Founder, FAUN.dev

Enshittification is not a bug

Docker Helm Kubernetes

Bitnami charts are still high quality, but their public image distribution is going away. Instead of rewriting everything, many teams can keep the charts and switch the underlying images (for example, to Docker Hardened Images) to minimize disruption and maintain security.

Bitnami vs Docker Hardened Images
Story
@laura_garcia shared a post, 3 weeks, 3 days ago
Software Developer, RELIANOID

🚀 Deploy RELIANOID CE v7 on AWS with Terraform

Quickly deploy RELIANOID Community Edition v7 on AWS using the official Terraform module. ✔️ VPC, Subnet & Security Group ✔️ EC2 with RELIANOID AMI ✔️ SSH & Web GUI ready ✔️ Easy cleanup with terraform destroy ⚠️ AMI is region-specific (default: us-east-1) 🔐 Always secure your SSH private key #Terra..

Story
@viktoriiagolovtseva shared a post, 3 weeks, 3 days ago

How To Create a Jira Test Case Template To Boost Efficiency

Many agile teams prefer Jira for managing test cases. Even though it’s not a dedicated tool, it provides a straightforward way to organize the testing process, track progress, and share results with stakeholders. Additionally, it enhances collaboration between QA and development teams.

Using test case templates in Jira allows you to manage this process even more efficiently. These templates save time, promote standardization, and provide a structured foundation for test execution. In this short tutorial, I will show you how to create a Jira test case template and use it with automation to simplify your testing process.

Zrzut ekranu 2025-12-23 155342
 Activity
@derynleigh started using tool Snyk , 3 weeks, 3 days ago.
 Activity
@derynleigh started using tool OWASP Dependency-Check , 3 weeks, 3 days ago.
 Activity
@derynleigh started using tool Amazon S3 , 3 weeks, 3 days ago.
 Activity
@derynleigh started using tool Amazon ELB , 3 weeks, 3 days ago.
 Activity
@derynleigh started using tool Amazon EC2 , 3 weeks, 3 days ago.
 Activity
@derynleigh started using tool Amazon Cloudfront , 3 weeks, 3 days ago.
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.