Join us

ContentUpdates and recent posts about Rancher..
Story FAUN.dev() Team
@eon01 shared a post, 1 month 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, 1 month, 1 week 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, 1 month, 1 week 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 , 1 month, 1 week ago.
 Activity
@derynleigh started using tool OWASP Dependency-Check , 1 month, 1 week ago.
 Activity
@derynleigh started using tool Amazon S3 , 1 month, 1 week ago.
 Activity
@derynleigh started using tool Amazon ELB , 1 month, 1 week ago.
 Activity
@derynleigh started using tool Amazon EC2 , 1 month, 1 week ago.
 Activity
@derynleigh started using tool Amazon Cloudfront , 1 month, 1 week ago.
Story
@laura_garcia shared a post, 1 month, 1 week ago
Software Developer, RELIANOID

🔐 RELIANOID & NIST Cybersecurity Framework Alignment

At RELIANOID, security is built into both our Load Balancer and our internal operations. We align our product and organizational practices with the NIST Cybersecurity Framework (CSF) across its five core functions: Identify, Protect, Detect, Respond, and Recover. ✔️ Consistent security controls acro..

NIST Cybersecurity Framework RELIANOID compliance
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.