Join us

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

Hackers Exploit Misconfigured Docker APIs to Mine Cryptocurrency via Tor Network

Wiz Researchdives headfirst into the murky depths of150,000 cloud accounts. They unearth glaring vulnerabilities, pointing fingers at major lapses in data exposure and slipshod access controls... read more  

Hackers Exploit Misconfigured Docker APIs to Mine Cryptocurrency via Tor Network
Link
@faun shared a link, 10 months, 4 weeks ago
FAUN.dev()

Streamlining application deployment on Kubernetes at RBC Capital Markets: A journey with FluxCD

RBC FinSec Incubatorlaunched with Rogers Cybersecure Catalyst to support fintech and cybersecurity startups in meeting financial sector needs... read more  

Link
@faun shared a link, 10 months, 4 weeks ago
FAUN.dev()

Containerizing AI: Hands-On Guide to Deploying ML Models With Docker and Kubernetes

Containerization bundles ML model code and dependencies for reproducibility and portability, easing scaling and isolating environments. Kubernetes automates management for seamless deployments and scalability, guaranteeing consistent performance... read more  

Link
@faun shared a link, 10 months, 4 weeks ago
FAUN.dev()

I use these niche Docker containers to boost my productivity

Tududicorrals tasks and projects with tags, colors, and inboxes inside a nimble, containerized UI.Docmostmimics Notion with privacy-first spaces, block editing, and file embeds—no cloud lock-in.Syncthingsyncs files peer-to-peer, ditching cloud dependencies while keeping data always current.Grocyorch.. read more  

Link
@faun shared a link, 10 months, 4 weeks ago
FAUN.dev()

Announcing Argo CD v3.1

Argo CD v3.1rolls out the red carpet forOCI registries. Now you can grab Kubernetes manifests just like container images. Security and portability take center stage. Meet the new Hydrator updates, which stitch dry commits to code, making traceability sleeker and UI displays sharper... read more  

Link
@faun shared a link, 10 months, 4 weeks ago
FAUN.dev()

Kubernetes configuration as code – Gitea and ArgoCD

ArgoCDbrings serious application management chops to the table. But when it meets existingHelmsetups, chaos might ensue—junk those old secrets to clear the path... read more  

Kubernetes configuration as code – Gitea and ArgoCD
Link
@faun shared a link, 10 months, 4 weeks ago
FAUN.dev()

State of App Dev: AI

64% of users find AI tools actually lighten the workload, yet 59% roll their eyes at the hype—function outshines flash.But behind the curtain, data prep still plays villain, tripping up 24% of AI builders... read more  

State of App Dev: AI
Link
@faun shared a link, 10 months, 4 weeks ago
FAUN.dev()

Enforce admission policies with artifact attestations in Kubernetes using OPA Gatekeeper

OPA Gatekeeperups the ante on Kubernetes security. How? By enforcingGitHub Artifact Attestationswith the flair of a seasoned bouncer. Non-compliant images now get the boot before they even think about deployment... read more  

Enforce admission policies with artifact attestations in Kubernetes using OPA Gatekeeper
Link
@faun shared a link, 10 months, 4 weeks ago
FAUN.dev()

How To Run Kubernetes Commands in Go: Steps and Best Practices

Gocranks upKubernetesautomation, letting you tango directly with clusters at lightning speed. Forget clumsy shell scripts. Dive into Go's slick native libraries to conjure up CLI tools and seamless automation. Meanwhile, bask in rock-solid community support and run your masterpieces on any platform... read more  

How To Run Kubernetes Commands in Go: Steps and Best Practices
Link
@faun shared a link, 10 months, 4 weeks ago
FAUN.dev()

How I Stopped Worrying About Costs and Learned to Love Kubernetes

Deploying a punyHello Worldapp on Kubernetes? Brace yourself. The meter's running even before your first visitor stumbles in—over$150/monthjust for the control plane. Solution? EnterRackspace Spot. Slash that tab by up to76%using bargain-basement servers that practically pay you at $0.001/hour, plus.. read more  

How I Stopped Worrying About Costs and Learned to Love Kubernetes
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.