# rancher

Published articles for rancher.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Running MongoDB in Docker - A Complete Guide with Examples

DevFeed: [Running MongoDB in Docker - A Complete Guide with Examples](<https://devfeed.tech/articles/running-mongodb-in-docker-a-complete-guide-with-examples-21846.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2026/05/running-mongodb-in-docker-a-complete-guide-with-examples/>)

Author: Nic Raboy

Published: 2026-05-29T12:00:00Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [Docker Container](<https://devfeed.tech/topics/docker-container.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Docker Image](<https://devfeed.tech/topics/docker-image.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-container](<https://devfeed.tech/tags/docker-container.md>), [docker-image](<https://devfeed.tech/tags/docker-image.md>), [examples](<https://devfeed.tech/tags/examples.md>), [guide](<https://devfeed.tech/tags/guide.md>), [linux](<https://devfeed.tech/tags/linux.md>), [macos](<https://devfeed.tech/tags/macos.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

A practical tutorial on deploying MongoDB with Docker for local or self-hosted use. It covers prerequisites, downloading official MongoDB Community Edition images, running MongoDB in an isolated container, port mapping, authentication configuration, and safer handling of sensitive information.

### Source excerpt

So you're looking to self-host MongoDB or start dabbling with it in a local setting? There are a few options to get started if you don't want to jump directly into MongoDB Atlas, one of those options ... The post Running MongoDB in Docker - A Complete Guide with Examples appeared first on DataCamp.

## My Private Mini Kubernetes Cluster - Secured by Tailscale

DevFeed: [My Private Mini Kubernetes Cluster - Secured by Tailscale](<https://devfeed.tech/articles/my-private-mini-kubernetes-cluster-secured-by-tailscale-10670.md>)

Original publisher: [Read original article](<https://technotim.com/posts/tailscale-kubernetes-operator/>)

Author: Techno Tim

Published: 2025-11-07T13:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Virtual Private Network](<https://devfeed.tech/topics/vpn.md>), [5G](<https://devfeed.tech/topics/5g.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [5g](<https://devfeed.tech/tags/5g.md>), [dark-mode](<https://devfeed.tech/tags/dark-mode.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [gitops](<https://devfeed.tech/tags/gitops.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [intel](<https://devfeed.tech/tags/intel.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [ssd](<https://devfeed.tech/tags/ssd.md>), [tailscale](<https://devfeed.tech/tags/tailscale.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [unifi-cloud-gateway](<https://devfeed.tech/tags/unifi-cloud-gateway.md>), [vpn](<https://devfeed.tech/tags/vpn.md>)

### AI overview

A tutorial documenting a private, three-node RKE2 Kubernetes cluster built on Beelink Mini PCs and connected securely through Tailscale over a 5G WAN. It covers UniFi networking, Ubuntu installation, PiKVM access, cluster bootstrapping, and Flux-based GitOps management.

### Source excerpt

A compact Kubernetes cluster, completely private and connected over 5G - powered by Tailscale. 📺 Watch the video Why Build a Private Kubernetes Cluster? I wanted a way to run a full Kubernetes cluster that I could access securely from anywhere - no open ports, no complicated VPN setup, no public exposure. Tailscale made that possible by creating a secure network for exposing and connect...

## Cluster Autoscaler on Rancher RKE2

DevFeed: [Cluster Autoscaler on Rancher RKE2](<https://devfeed.tech/articles/cluster-autoscaler-on-rancher-rke2-7.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/cluster-autoscaler-on-rancher-rke2>)

Author: Abhimanyu Saharan

Published: 2025-09-06T00:00:00Z

Content type: tutorial

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [rancher](<https://devfeed.tech/topics/rancher.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [deployment](<https://devfeed.tech/tags/deployment.md>), [guide](<https://devfeed.tech/tags/guide.md>), [helm](<https://devfeed.tech/tags/helm.md>), [learn](<https://devfeed.tech/tags/learn.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [zero-to-hero-rancher](<https://devfeed.tech/tags/zero-to-hero-rancher.md>)

### AI overview

A step-by-step guide to setting up a cluster autoscaler on Rancher RKE2, including Helm deployment, scaling benefits, limitations, and troubleshooting.

### Source excerpt

Step-by-step guide to RKE2 autoscaler setup with Rancher. Learn cluster autoscaler Helm deployment, scaling benefits, limits & troubleshooting.

## Running Serverless Wasm Functions on the Edge with k3s and SpinKube

DevFeed: [Running Serverless Wasm Functions on the Edge with k3s and SpinKube](<https://devfeed.tech/articles/running-serverless-wasm-functions-on-the-edge-with-k3s-and-spinkube-15381.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/spinkube-k3s>)

Author: Matt Butcher

Published: 2025-07-22T12:00:00Z

Content type: article

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [k3s](<https://devfeed.tech/topics/k3s.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [wasm](<https://devfeed.tech/topics/wasm.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [Edge](<https://devfeed.tech/topics/edge.md>)

Tags: [edge](<https://devfeed.tech/tags/edge.md>), [high-performance](<https://devfeed.tech/tags/high-performance.md>), [k3s](<https://devfeed.tech/tags/k3s.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [wasm](<https://devfeed.tech/tags/wasm.md>)

### AI overview

The article examines running SpinKube with Rancher k3s, a lightweight Kubernetes distribution, to run high-performance serverless WebAssembly functions at the edge.

### Source excerpt

We look at running SpinKube with SUSE's lightweight Kubernetes distribution Rancher k3s - to run high performance serverless even the edge.

## Effortlessly Set Up Longhorn on Kubernetes Using Rancher: No CLI Needed

DevFeed: [Effortlessly Set Up Longhorn on Kubernetes Using Rancher: No CLI Needed](<https://devfeed.tech/articles/effortlessly-set-up-longhorn-on-kubernetes-using-rancher-no-cli-needed-19.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/effortlessly-set-up-longhorn-on-kubernetes-using-rancher-no-cli-needed>)

Author: Abhimanyu Saharan

Published: 2025-03-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [rancher](<https://devfeed.tech/topics/rancher.md>)

Tags: [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [learn](<https://devfeed.tech/tags/learn.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [zero-to-hero-rancher](<https://devfeed.tech/tags/zero-to-hero-rancher.md>)

### AI overview

A tutorial explaining how to install Longhorn on Kubernetes through Rancher without using the command line, providing persistent storage setup.

### Source excerpt

Learn how to install Longhorn on Kubernetes with Rancher effortlessly, without CLI. Enjoy persistent storage with ease.

## Streamline Your Kubernetes Management with Rancher UI

DevFeed: [Streamline Your Kubernetes Management with Rancher UI](<https://devfeed.tech/articles/streamline-your-kubernetes-management-with-rancher-ui-66.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/streamline-your-kubernetes-management-with-rancher-ui>)

Author: Abhimanyu Saharan

Published: 2025-03-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [rancher](<https://devfeed.tech/topics/rancher.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [management](<https://devfeed.tech/tags/management.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [ui](<https://devfeed.tech/tags/ui.md>), [zero-to-hero-rancher](<https://devfeed.tech/tags/zero-to-hero-rancher.md>)

### AI overview

Episode 5 of "Zero to Hero: Rancher" explains how Rancher UI can simplify Kubernetes workload management, including scaling and troubleshooting.

### Source excerpt

Episode 5 of 'Zero to Hero: Rancher' shows how to manage Kubernetes workloads easily with Rancher UI. Simple scaling & troubleshooting tools await!

## Effortlessly Import Your Kubernetes Cluster into Rancher

DevFeed: [Effortlessly Import Your Kubernetes Cluster into Rancher](<https://devfeed.tech/articles/effortlessly-import-your-kubernetes-cluster-into-rancher-18.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/effortlessly-import-your-kubernetes-cluster-into-rancher-a-step-by-step-guide>)

Author: Abhimanyu Saharan

Published: 2025-03-04T00:00:00Z

Content type: tutorial

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [rancher](<https://devfeed.tech/topics/rancher.md>)

Tags: [guide](<https://devfeed.tech/tags/guide.md>), [import](<https://devfeed.tech/tags/import.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [management](<https://devfeed.tech/tags/management.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [zero-to-hero-rancher](<https://devfeed.tech/tags/zero-to-hero-rancher.md>)

### AI overview

A step-by-step guide to importing a Kubernetes cluster into Rancher for management.

### Source excerpt

Learn to import your Kubernetes cluster into Rancher for seamless management with this detailed, step-by-step guide.

## Simplifying Kubernetes: An Introduction to Rancher

DevFeed: [Simplifying Kubernetes: An Introduction to Rancher](<https://devfeed.tech/articles/simplifying-kubernetes-an-introduction-to-rancher-64.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/simplifying-kubernetes-an-introduction-to-rancher>)

Author: Abhimanyu Saharan

Published: 2025-03-01T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [rancher](<https://devfeed.tech/topics/rancher.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [devops](<https://devfeed.tech/tags/devops.md>), [integration](<https://devfeed.tech/tags/integration.md>), [introduction](<https://devfeed.tech/tags/introduction.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [management](<https://devfeed.tech/tags/management.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [security](<https://devfeed.tech/tags/security.md>), [zero-to-hero-rancher](<https://devfeed.tech/tags/zero-to-hero-rancher.md>)

### AI overview

An introduction to Rancher and how it simplifies Kubernetes management across environments, with an emphasis on security and integration for DevOps teams.

### Source excerpt

Discover how Rancher makes Kubernetes management easy with enhanced security and seamless integration across environments. Perfect for DevOps teams!

## Optimizing Databases on Kubernetes Ep.4: Kubernetes Storage: Benchmarking ZFS, Cloud Disks, and Local Paths

DevFeed: [Optimizing Databases on Kubernetes Ep.4: Kubernetes Storage: Benchmarking ZFS, Cloud Disks, and Local Paths](<https://devfeed.tech/articles/optimizing-databases-on-kubernetes-ep-4-kubernetes-storage-benchmarking-zfs-cloud-disks-and-local-paths-22276.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2024/12/optimizing-databases-on-kubernetes-ep4-kubernetes-storage-benchmarking-zfs-cloud-disks-and-local-paths.html>)

Published: 2024-12-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Compression](<https://devfeed.tech/topics/compression.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>)

Tags: [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [cloud-block-storage-benchmarking](<https://devfeed.tech/tags/cloud-block-storage-benchmarking.md>), [comparisons](<https://devfeed.tech/tags/comparisons.md>), [compression](<https://devfeed.tech/tags/compression.md>), [databases](<https://devfeed.tech/tags/databases.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-database-performance](<https://devfeed.tech/tags/kubernetes-database-performance.md>), [kubernetes-database-throughput](<https://devfeed.tech/tags/kubernetes-database-throughput.md>), [kubernetes-local-storage-pros-and-cons](<https://devfeed.tech/tags/kubernetes-local-storage-pros-and-cons.md>), [kubernetes-production-grade-storage](<https://devfeed.tech/tags/kubernetes-production-grade-storage.md>), [kubernetes-storage-benchmarking](<https://devfeed.tech/tags/kubernetes-storage-benchmarking.md>), [kubernetes-storage-efficiency](<https://devfeed.tech/tags/kubernetes-storage-efficiency.md>), [kubernetes-storage-trade-offs](<https://devfeed.tech/tags/kubernetes-storage-trade-offs.md>), [kubernetes-zfs-advantages](<https://devfeed.tech/tags/kubernetes-zfs-advantages.md>), [optimizing-postgresql-on-kubernetes](<https://devfeed.tech/tags/optimizing-postgresql-on-kubernetes.md>), [performance](<https://devfeed.tech/tags/performance.md>), [pgbench-kubernetes-testing](<https://devfeed.tech/tags/pgbench-kubernetes-testing.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [rancher-local-path-performance](<https://devfeed.tech/tags/rancher-local-path-performance.md>), [zfs-compression-benefits](<https://devfeed.tech/tags/zfs-compression-benefits.md>), [zfs-lz4-compression](<https://devfeed.tech/tags/zfs-lz4-compression.md>), [zfs-vs-cloud-storage](<https://devfeed.tech/tags/zfs-vs-cloud-storage.md>)

### AI overview

Episode 4 of the Optimizing Databases on Kubernetes series benchmarks cloud block storage, ZFS, and Rancher's Local Path provisioner for database workloads. It compares transaction rates, storage efficiency, durability, and scalability, reporting higher throughput and lower disk usage with ZFS compression in the described tests.

### Source excerpt

Introduction: In Episode 4 of the Optimizing Databases on Kubernetes series, Jérôme Petazzoni benchmarks the performance of various Kubernetes storage classes, including cloud block storage, ZFS, and Rancher's Local Path provisioner. This episode dives into the practical aspects of measuring transactions per second, storage efficiency, and durability, offering insights into selecting the right storage solution for database workloads. Through detailed performance comparisons, Jérôme highlights how features like ZFS compression can optimize resource usage and boost database throughput.

## Optimizing Databases on Kubernetes Ep.1: Provisioning a Cluster and Configuring PostgreSQL on Kubernetes

DevFeed: [Optimizing Databases on Kubernetes Ep.1: Provisioning a Cluster and Configuring PostgreSQL on Kubernetes](<https://devfeed.tech/articles/optimizing-databases-on-kubernetes-ep-1-provisioning-a-cluster-and-configuring-postgresql-on-kubernetes-22273.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2024/12/optimizing-databases-on-kubernetes-ep1-provisioning-a-cluster-and-configuring-postgresql-on-kubernetes.html>)

Published: 2024-12-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [CloudNativePG](<https://devfeed.tech/topics/cloudnativepg.md>), [postgresql clusters](<https://devfeed.tech/topics/postgresql-clusters.md>), [Linode](<https://devfeed.tech/topics/linode.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [hosting](<https://devfeed.tech/topics/hosting.md>)

Tags: [backups](<https://devfeed.tech/tags/backups.md>), [build-vs-buy-database-solutions](<https://devfeed.tech/tags/build-vs-buy-database-solutions.md>), [cloudnativepg](<https://devfeed.tech/tags/cloudnativepg.md>), [cloudnativepg-setup](<https://devfeed.tech/tags/cloudnativepg-setup.md>), [clusters](<https://devfeed.tech/tags/clusters.md>), [cnpg-postgresql-operator](<https://devfeed.tech/tags/cnpg-postgresql-operator.md>), [cost-efficient-kubernetes-clusters](<https://devfeed.tech/tags/cost-efficient-kubernetes-clusters.md>), [cost-optimization](<https://devfeed.tech/tags/cost-optimization.md>), [database-infrastructure-on-linode](<https://devfeed.tech/tags/database-infrastructure-on-linode.md>), [database-optimization-on-kubernetes](<https://devfeed.tech/tags/database-optimization-on-kubernetes.md>), [efficient-storage-with-zfspv](<https://devfeed.tech/tags/efficient-storage-with-zfspv.md>), [high-availability-postgresql-kubernetes](<https://devfeed.tech/tags/high-availability-postgresql-kubernetes.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-for-databases](<https://devfeed.tech/tags/kubernetes-for-databases.md>), [kubernetes-for-startups](<https://devfeed.tech/tags/kubernetes-for-startups.md>), [linode](<https://devfeed.tech/tags/linode.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [postgresql-clusters](<https://devfeed.tech/tags/postgresql-clusters.md>), [postgresql-clusters-on-kubernetes](<https://devfeed.tech/tags/postgresql-clusters-on-kubernetes.md>), [postgresql-replication-on-k8s](<https://devfeed.tech/tags/postgresql-replication-on-k8s.md>), [production](<https://devfeed.tech/tags/production.md>), [production-ready-postgresql-on-k8s](<https://devfeed.tech/tags/production-ready-postgresql-on-k8s.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [provisioning-kubernetes-clusters](<https://devfeed.tech/tags/provisioning-kubernetes-clusters.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [rancher-local-path-persistent-volumes](<https://devfeed.tech/tags/rancher-local-path-persistent-volumes.md>), [reducing-hosting-costs-with-kubernetes](<https://devfeed.tech/tags/reducing-hosting-costs-with-kubernetes.md>), [replication](<https://devfeed.tech/tags/replication.md>), [scalable-databases-on-kubernetes](<https://devfeed.tech/tags/scalable-databases-on-kubernetes.md>), [scalable-postgresql-deployments](<https://devfeed.tech/tags/scalable-postgresql-deployments.md>), [self-hosted-databases-vs-managed-services](<https://devfeed.tech/tags/self-hosted-databases-vs-managed-services.md>), [setting-up-postgresql-on-kubernetes](<https://devfeed.tech/tags/setting-up-postgresql-on-kubernetes.md>)

### AI overview

This introductory video demonstrates how to provision a Kubernetes cluster on Linode and configure production-ready PostgreSQL clusters on Kubernetes using CloudNativePG, including replication and backups. It also discusses storage, cost control, and build-versus-buy trade-offs.

### Source excerpt

Introduction: In this introductory episode, Jérôme Petazzoni walks through the critical steps of provisioning a Kubernetes cluster tailored for running databases like PostgreSQL. Leveraging his extensive experience, Jérôme demonstrates practical tools and techniques to establish a scalable, cost-efficient database infrastructure while laying the groundwork for future optimizations covered in this series. Provisioning Kubernetes Clusters: A step-by-step guide to creating a reliable cluster using Linode. Setting Up PostgreSQL with CNPG: Deploying production-ready PostgreSQL clusters with built-in replication and backups.

## Run SpinKube on Rancher Desktop

DevFeed: [Run SpinKube on Rancher Desktop](<https://devfeed.tech/articles/run-spinkube-on-rancher-desktop-15383.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/spinkube-rancher>)

Author: Matt Butcher

Published: 2024-03-19T12:00:00Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [rancher](<https://devfeed.tech/topics/rancher.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [build](<https://devfeed.tech/tags/build.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [desktop](<https://devfeed.tech/tags/desktop.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [run](<https://devfeed.tech/tags/run.md>), [simple](<https://devfeed.tech/tags/simple.md>)

### AI overview

A tutorial that builds a simple JavaScript app and deploys it into a Rancher Desktop cluster using SpinKube.

### Source excerpt

Let's build a simple JavaScript app and deploy it into our Rancher Desktop cluster via SpinKube.

## Change configuration of Docker daemon in Rancher Desktop

DevFeed: [Change configuration of Docker daemon in Rancher Desktop](<https://devfeed.tech/articles/change-configuration-of-docker-daemon-in-rancher-desktop-27680.md>)

Original publisher: [Read original article](<https://gagor.pro/2023/03/change-configuration-of-docker-daemon-in-rancher-desktop/>)

Author: Tom

Published: 2023-03-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [rancher](<https://devfeed.tech/topics/rancher.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [macOS](<https://devfeed.tech/topics/macos.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [configuration](<https://devfeed.tech/tags/configuration.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-daemon-settings](<https://devfeed.tech/tags/docker-daemon-settings.md>), [docker-experimental-features](<https://devfeed.tech/tags/docker-experimental-features.md>), [enable-buildkit-rancher-desktop](<https://devfeed.tech/tags/enable-buildkit-rancher-desktop.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [features](<https://devfeed.tech/tags/features.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [macos](<https://devfeed.tech/tags/macos.md>), [macos-docker-setup](<https://devfeed.tech/tags/macos-docker-setup.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [rancher-desktop-docker-configuration](<https://devfeed.tech/tags/rancher-desktop-docker-configuration.md>), [rancher-desktop-tips](<https://devfeed.tech/tags/rancher-desktop-tips.md>)

### AI overview

A tutorial explains how to modify the Docker daemon configuration inside the virtual machine used by Rancher Desktop on macOS. It focuses on enabling experimental features and BuildKit, and notes that the configuration may be lost when the machine is reset or upgraded.

### Source excerpt

Learn how to change the configuration of the Docker daemon in Rancher Desktop on MacOS, enabling experimental features and BuildKit for enhanced functionality.

## A Hypervisor Built on Kubernetes - Cloud Native HCI with Harvester

DevFeed: [A Hypervisor Built on Kubernetes - Cloud Native HCI with Harvester](<https://devfeed.tech/articles/a-hypervisor-built-on-kubernetes-cloud-native-hci-with-harvester-10600.md>)

Original publisher: [Read original article](<https://technotim.com/posts/meet-harvester/>)

Author: Techno Tim

Published: 2022-03-12T13:00:00Z

Content type: article

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [virtual machines](<https://devfeed.tech/topics/virtual-machines.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [k3s](<https://devfeed.tech/topics/k3s.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Windows](<https://devfeed.tech/topics/windows.md>)

Tags: [high-availability](<https://devfeed.tech/tags/high-availability.md>), [k3s](<https://devfeed.tech/tags/k3s.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [virtual-machines](<https://devfeed.tech/tags/virtual-machines.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

The article introduces Harvester, an open-source hypervisor from Rancher built on Kubernetes. It describes running and scaling Linux and Windows virtual machines, providing high availability, and creating RKE1, RKE2, and K3S Kubernetes clusters alongside those virtual machines.

### Source excerpt

Rancher released a next generation open source HCI software hypervisor built on Kubernetes that helps you run virtual machines.With Harvester you can create Linux, Windows, or any virtual machine that can be easily scaled and cluster giving your high availability virtual machines with a few clicks.It also gives you a platform to automatically create HA RKE1, RKE2, and K3S Kubernetes clusters wi...

## Self-Hosted, DIY, Open Source Alternative to Linktree

DevFeed: [Self-Hosted, DIY, Open Source Alternative to Linktree](<https://devfeed.tech/articles/self-hosted-diy-open-source-alternative-to-linktree-10619.md>)

Original publisher: [Read original article](<https://technotim.com/posts/open-source-linktree-alt/>)

Author: Techno Tim

Published: 2021-08-14T16:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Open Source](<https://devfeed.tech/topics/open-source.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>), [Docker Container](<https://devfeed.tech/topics/docker-container.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [container](<https://devfeed.tech/tags/container.md>), [diy](<https://devfeed.tech/tags/diy.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-container](<https://devfeed.tech/tags/docker-container.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [github](<https://devfeed.tech/tags/github.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [portainer](<https://devfeed.tech/tags/portainer.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This video introduces LittleLink and LittleLink-Server, a DIY, self-hosted, open-source alternative to Linktree. It explains how to create and host a personal links website in a container using Docker and environment variables.

### Source excerpt

Meet LittleLink & LittleLink-Server - a DIY, self hosted, and open source alternative to the popular service Linktree.This web site inside of a container allows you to create and host your own web site with all of your social information and links, giving your followers multiple ways to connect with you! In this video we talk about what LittleLink-Server is, what it does, and how to creat...

## Monitoring Your Kubernetes Cluster with Grafana, Prometheus, and Alertmanager

DevFeed: [Monitoring Your Kubernetes Cluster with Grafana, Prometheus, and Alertmanager](<https://devfeed.tech/articles/monitoring-your-kubernetes-cluster-with-grafana-prometheus-and-alertmanager-10653.md>)

Original publisher: [Read original article](<https://technotim.com/posts/rancher-monitoring/>)

Author: Techno Tim

Published: 2021-04-10T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Grafana](<https://devfeed.tech/topics/grafana.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [dashboards](<https://devfeed.tech/tags/dashboards.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [helm](<https://devfeed.tech/tags/helm.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [slack](<https://devfeed.tech/tags/slack.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A step-by-step tutorial for configuring Grafana, Prometheus, and Alertmanager to monitor a Kubernetes cluster. It covers installation through Helm or the Rancher UI, dashboard setup, and Slack alerts.

### Source excerpt

Today in this step by step guide, we'll set up Grafana, Prometheus, and Alertmanager to monitor your Kubernetes cluster.This can be set up really quickly using helm or the Rancher UI.We'll install and configure, set up some dashboards, and even set up some alerts using Slack.All this and more in this simple to follow, easy tutorial.Setting up Grafana and Prometheus has never been so easy. 📺 ...

## Configuring Traefik 2 Ingress for Kubernetes

DevFeed: [Configuring Traefik 2 Ingress for Kubernetes](<https://devfeed.tech/articles/configuring-traefik-2-ingress-for-kubernetes-10584.md>)

Original publisher: [Read original article](<https://technotim.com/posts/k3s-traefik-rancher/>)

Author: Techno Tim

Published: 2021-04-08T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [traefik](<https://devfeed.tech/topics/traefik.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [k3s](<https://devfeed.tech/topics/k3s.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>)

Tags: [certificates](<https://devfeed.tech/tags/certificates.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [helm](<https://devfeed.tech/tags/helm.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [ingress](<https://devfeed.tech/tags/ingress.md>), [k3s](<https://devfeed.tech/tags/k3s.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [self-hosting](<https://devfeed.tech/tags/self-hosting.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [traefik](<https://devfeed.tech/tags/traefik.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A tutorial for configuring Traefik 2 as the ingress controller on a highly available k3s Kubernetes cluster, including Rancher compatibility, external load balancing, and wildcard certificates stored on persistent storage.

### Source excerpt

This guide is for installing traefik 2 on k3s.If you're not using rancher, that's fine, just skip to Reconfiguring k3s Note: There is an updated tutorial on installing traefik + cert-manager on Kubernetes here. However, if you want to store your certificates on disk, this tutorial here is perfectly fine. It assumes you have followed: Fully Automated K3S etcd High Availability Install ...

## Rancher Cluster Explorer: Overview of the New User Interface

DevFeed: [Rancher Cluster Explorer: Overview of the New User Interface](<https://devfeed.tech/articles/everything-you-need-to-know-about-the-new-rancher-ui-10654.md>)

Original publisher: [Read original article](<https://technotim.com/posts/rancher-new-ui/>)

Author: Techno Tim

Published: 2021-04-03T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [rancher](<https://devfeed.tech/topics/rancher.md>), [ui](<https://devfeed.tech/topics/ui.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [dashboards](<https://devfeed.tech/tags/dashboards.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [discovery](<https://devfeed.tech/tags/discovery.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [storage](<https://devfeed.tech/tags/storage.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

This article introduces Rancher's Cluster Explorer, a new user interface intended to replace the old Cluster Manager. It highlights dashboards, workload and deployment views, service discovery, storage, and RBAC areas.

### Source excerpt

Today we're going to talk about the new Cluster Explorer in Rancher.The Cluster Explorer is the new fancy user interface that will replace the old Cluster Manager.The new UI contains lots of new areas to explore, from new dashboards to new workload and deployment views, to service discovery, to storage to RBAC, and more.If you've been hesitant to use the new UI, no need to worry, we all have.Bu...

## Rancher vs. Portainer - Which one should I choose?

DevFeed: [Rancher vs. Portainer - Which one should I choose?](<https://devfeed.tech/articles/rancher-vs-portainer-which-one-should-i-choose-10655.md>)

Original publisher: [Read original article](<https://technotim.com/posts/rancher-vs-portainer/>)

Author: Techno Tim

Published: 2021-03-08T14:00:00Z

Content type: comparison

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Portainer](<https://devfeed.tech/topics/portainer.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [homelab](<https://devfeed.tech/tags/homelab.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [portainer](<https://devfeed.tech/tags/portainer.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

A comparison video examines Rancher and Portainer, including whether each platform can manage Kubernetes and which one viewers should choose.

### Source excerpt

Rancher vs. Portainer, which one is better" Which one should I choose? Can Portainer manager Kubernetes? Can Rancher manage Kubernetes? We answer all these questions and more in this quick, no fluff video. Side note, this is one of the most asked questions in my live streams. Please share this with anyone who asks what a Home Lab is. 📺 Watch Video Links 🛍 Check out the new Merch Shop ...

## Cloud Native Distributed Storage in Kubernetes with Longhorn

DevFeed: [Cloud Native Distributed Storage in Kubernetes with Longhorn](<https://devfeed.tech/articles/cloud-native-distributed-storage-in-kubernetes-with-longhorn-10594.md>)

Original publisher: [Read original article](<https://technotim.com/posts/longhorn-install/>)

Author: Techno Tim

Published: 2021-01-02T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [rancher](<https://devfeed.tech/topics/rancher.md>)

Tags: [backups](<https://devfeed.tech/tags/backups.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [disaster-recovery](<https://devfeed.tech/tags/disaster-recovery.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [install](<https://devfeed.tech/tags/install.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [quick-start](<https://devfeed.tech/tags/quick-start.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [snapshots](<https://devfeed.tech/tags/snapshots.md>), [storage](<https://devfeed.tech/tags/storage.md>), [ui](<https://devfeed.tech/tags/ui.md>), [volumes](<https://devfeed.tech/tags/volumes.md>)

### AI overview

A tutorial about using Longhorn, an open-source distributed block storage system for Kubernetes. It covers storage management on Kubernetes clusters, including volumes, backups, snapshots, and disaster recovery, with or without Rancher.

### Source excerpt

Storage in Kubernetes is hard, complicated, and messy.Configuring volumes, mounts, and persistent volumes claims and getting it right can be a challenge.It's also challenging to manage that storage and replicate it across all your Kubernetes clusters.It's also been very challenging to do this on bare metal, outside of a cloud provider.That's where Longhorn comes.Longhorn is an open source, a CN...

## High Availability Rancher on Kubernetes

DevFeed: [High Availability Rancher on Kubernetes](<https://devfeed.tech/articles/high-availability-rancher-on-kubernetes-10652.md>)

Original publisher: [Read original article](<https://technotim.com/posts/rancher-ha-install/>)

Author: Techno Tim

Published: 2020-12-19T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [rancher](<https://devfeed.tech/topics/rancher.md>), [k3s](<https://devfeed.tech/topics/k3s.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>)

Tags: [clusters](<https://devfeed.tech/tags/clusters.md>), [gui](<https://devfeed.tech/tags/gui.md>), [health-check](<https://devfeed.tech/tags/health-check.md>), [helm](<https://devfeed.tech/tags/helm.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [load-balancer](<https://devfeed.tech/tags/load-balancer.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A step-by-step tutorial for installing Rancher on an existing high-availability k3s Kubernetes cluster. It covers load balancing, Helm, cert-manager, Rancher configuration, the GUI, cluster scaling, and health and liveness checks.

### Source excerpt

Are you running Kubernetes in your homelab or in the enterprise? Do you want an easy way to manage and create Kubernetes clusters? Join me as we walk through installing Rancher on an existing high availability k3s cluster in this step-by-step tutorial. We install Rancher, configure a load balancer, install and configure helm, install cert-manager, configure Rancher, walk through the GUI, scale...

## Tutorial: Installing Rancher on a High-Availability k3s Cluster

DevFeed: [Tutorial: Installing Rancher on a High-Availability k3s Cluster](<https://devfeed.tech/articles/high-availability-k3s-kubernetes-in-minutes-10583.md>)

Original publisher: [Read original article](<https://technotim.com/posts/k3s-ha-install/>)

Author: Techno Tim

Published: 2020-12-19T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [k3s](<https://devfeed.tech/topics/k3s.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [clusters](<https://devfeed.tech/tags/clusters.md>), [health](<https://devfeed.tech/tags/health.md>), [helm](<https://devfeed.tech/tags/helm.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [install](<https://devfeed.tech/tags/install.md>), [k3s](<https://devfeed.tech/tags/k3s.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [load-balancer](<https://devfeed.tech/tags/load-balancer.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

A step-by-step tutorial for installing Rancher on an existing high-availability k3s cluster. It covers configuring a load balancer, installing Helm and cert-manager, configuring Rancher, using the GUI, scaling the cluster, and setting up health and liveness checks.

### Source excerpt

Are you running Kubernetes in your homelab or in the enterprise? Do you want an easy way to manage and create Kubernetes clusters? Do you want high availability Rancher? Join me as we walk through stalling Rancher on an existing high availability k3s cluster in this step-by-step tutorial.We install Rancher, configure a load balancer, install and configure helm, install cert-manager, configure ...

## GPU Passthrough on Linux and Docker for an Ubuntu Server

DevFeed: [GPU Passthrough on Linux and Docker for an Ubuntu Server](<https://devfeed.tech/articles/i-heard-you-like-gpus-in-servers-gpu-passthrough-on-linux-and-docker-10540.md>)

Original publisher: [Read original article](<https://technotim.com/posts/gpu-passthrough-linux/>)

Author: Techno Tim

Published: 2020-10-10T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Deep learning](<https://devfeed.tech/topics/deep-learning.md>), [Transcodings](<https://devfeed.tech/topics/transcodings.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [docker](<https://devfeed.tech/tags/docker.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [plex](<https://devfeed.tech/tags/plex.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

A guide to passing through a GPU to a virtualized Ubuntu headless server, then using it for AI and deep learning workloads and Plex transcoding. The article also references Docker and Kubernetes or Rancher hosts.

### Source excerpt

We've already figured out how to pass through a GPU to Windows machine but why let Windows have all the fun? Today, we do it on an Ubuntu headless server that's virtualized, run some AI and Deep Learning workloads, then turn up the transcoding on Plex to 11. 📺 Watch Video 88 88 88 "" 88 ...

## Build a Self-Hosted Broadlink Wi-Fi Smart Home Hub with Docker

DevFeed: [Build a Self-Hosted Broadlink Wi-Fi Smart Home Hub with Docker](<https://devfeed.tech/articles/i-built-something-for-your-homelab-10514.md>)

Original publisher: [Read original article](<https://technotim.com/posts/broadlink-control/>)

Author: Techno Tim

Published: 2020-10-03T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [API](<https://devfeed.tech/topics/api.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [backend](<https://devfeed.tech/tags/backend.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-container](<https://devfeed.tech/tags/docker-container.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [portainer](<https://devfeed.tech/tags/portainer.md>), [python](<https://devfeed.tech/tags/python.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [server](<https://devfeed.tech/tags/server.md>)

### AI overview

A video tutorial presents a self-hosted, local-only Broadlink Wi-Fi smart home hub for automating infrared remote controls. It also introduces a Docker container with a Python backend and API and a ReactJS web interface for discovering and sending commands.

### Source excerpt

I am betting you have at least 3 infrared remote controls in your house.I am also willing to be you would love to automate some of these from time to time.Well don't worry I have the solution for you! In this video we walk through setting up a self-hosted /local only Broadlink Wifi Smart Home Hub that you can use within your own home without connecting to the cloud.Added bonus, I built a Dock...

## Tutorial: Self-hosted CI/CD deployment in a homelab with GitLab CI, Docker, and Kubernetes

DevFeed: [Tutorial: Self-hosted CI/CD deployment in a homelab with GitLab CI, Docker, and Kubernetes](<https://devfeed.tech/articles/build-deploy-your-own-code-in-your-homelab-10662.md>)

Original publisher: [Read original article](<https://technotim.com/posts/self-hosted-devops-stack/>)

Author: Techno Tim

Published: 2020-09-12T14:00:00Z

Content type: tutorial

Language: en

Sources: [Techno Tim](<https://devfeed.tech/sources/techno-tim.md>)

Topics: [CI/CD](<https://devfeed.tech/topics/cicd.md>), [GitLab](<https://devfeed.tech/topics/gitlab.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Docker Image](<https://devfeed.tech/topics/docker-image.md>), [kubectl](<https://devfeed.tech/topics/kubectl.md>), [rancher](<https://devfeed.tech/topics/rancher.md>), [Dockerfile](<https://devfeed.tech/topics/dockerfile.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [React](<https://devfeed.tech/topics/react.md>), [Windows](<https://devfeed.tech/topics/windows.md>)

Tags: [continuous-delivery](<https://devfeed.tech/tags/continuous-delivery.md>), [continuous-integration](<https://devfeed.tech/tags/continuous-integration.md>), [developer](<https://devfeed.tech/tags/developer.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-container](<https://devfeed.tech/tags/docker-container.md>), [docker-image](<https://devfeed.tech/tags/docker-image.md>), [gitlab-ci](<https://devfeed.tech/tags/gitlab-ci.md>), [guide](<https://devfeed.tech/tags/guide.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [kubectl](<https://devfeed.tech/tags/kubectl.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [rancher](<https://devfeed.tech/tags/rancher.md>), [react](<https://devfeed.tech/tags/react.md>), [registry](<https://devfeed.tech/tags/registry.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [testing](<https://devfeed.tech/tags/testing.md>), [unit-tests](<https://devfeed.tech/tags/unit-tests.md>), [windows](<https://devfeed.tech/tags/windows.md>), [wsl](<https://devfeed.tech/tags/wsl.md>)

### AI overview

This tutorial explains how to set up a self-hosted development pipeline in a homelab. It covers repository setup, unit testing with a GitLab CI runner, building and publishing a Docker image to a container registry, and deploying the container to a self-hosted Kubernetes cluster with kubectl.

### Source excerpt

So you're a software engineer or a developer who wants to self-host your own code in your own homelab? Well this is the tutorial for you! In this step-by-step guide we'll walk through setting up a repo, building and testing our own code (with unit tests) in a self-hosted Gitlab CI runner in our CI pipeline, then we'll build a Docker image and push it up to a container registry, then we'll use...

[Next page](<https://devfeed.tech/tags/rancher.md?cursor=WyIyMDIwLTA5LTEyVDE0OjAwOjAwKzAwOjAwIiwgIjgxYjFlOTY0LTI5ZjAtNGVkZC05MDZkLTZhNmY1YzkzNmRhMyJd>)