# Proxmox

Published articles for Proxmox.

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

## TrueNAS Releases a Native Proxmox VE Plugin for Managing VM Storage

DevFeed: [TrueNAS Releases a Native Proxmox VE Plugin for Managing VM Storage](<https://devfeed.tech/articles/truenas-just-fixed-one-of-proxmox-s-biggest-storage-headaches-31456.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/truenas-just-fixed-one-of-proxmoxs-biggest-storage-headaches/>)

Author: Brandon Lee

Published: 2026-09-16T13:40:55Z

Content type: article

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [truenas](<https://devfeed.tech/topics/truenas.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [NVMe](<https://devfeed.tech/topics/nvme.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [nvme](<https://devfeed.tech/tags/nvme.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [release](<https://devfeed.tech/tags/release.md>), [testing](<https://devfeed.tech/tags/testing.md>), [truenas](<https://devfeed.tech/tags/truenas.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>), [zfs](<https://devfeed.tech/tags/zfs.md>)

### AI overview

TrueNAS released an official Proxmox VE storage plugin that lets administrators provision and manage TrueNAS-backed VM disks through Proxmox workflows. The plugin supports iSCSI, NVMe over TCP, and OpenZFS snapshots, but the article describes it as an early-adopter release that is not yet recommended for production workloads.

### Source excerpt

It really feels like Proxmox is on fire lately with announcements and momentum behind the solution. We just came off the heels of Proxmox announcing they were bringing on 24x7... The post TrueNAS Just Fixed One of Proxmox's Biggest Storage Headaches appeared first on Virtualization Howto.

## How to Run Codex in an Ubuntu Virtual Machine on Proxmox

DevFeed: [How to Run Codex in an Ubuntu Virtual Machine on Proxmox](<https://devfeed.tech/articles/your-coding-agent-should-be-in-jail-here-s-why-and-how-32185.md>)

Original publisher: [Read original article](<https://spin.atomicobject.com/coding-agent-in-jail/>)

Author: Travis Henderson

Published: 2026-09-15T12:00:11Z

Content type: tutorial

Language: en

Sources: [Atomic Object](<https://devfeed.tech/sources/atomic-object.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [codex](<https://devfeed.tech/topics/codex.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [OpenSSH](<https://devfeed.tech/topics/openssh.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-for-developers](<https://devfeed.tech/tags/ai-for-developers.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [development](<https://devfeed.tech/tags/development.md>), [linux](<https://devfeed.tech/tags/linux.md>), [openssh](<https://devfeed.tech/tags/openssh.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

### AI overview

This guide explains how to isolate Codex in a headless Ubuntu virtual machine running on Proxmox, using a separate Linux account and OpenSSH. The setup limits the files, dependencies, and network access available to the agent while keeping administrator tasks separate, but it does not eliminate risks from credentials, network access, or mistakes pushed to GitHub.

### Source excerpt

The more useful coding agents become, the more access they tend to need. Installing dependencies, running commands, changing files, and generally more autonomy are part of the appeal. They're also the point where I start thinking about what else the coding agent can reach, especially while these tools are changing so quickly. My answer is [...] The post Your Coding Agent Should be in Jail. Here's Why and How. appeared first on Atomic Spin.

## Seven Reliability Tests for Home Lab Services

DevFeed: [Seven Reliability Tests for Home Lab Services](<https://devfeed.tech/articles/i-don-t-trust-a-home-lab-service-until-it-passes-these-7-tests-10489.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-dont-trust-a-home-lab-service-until-it-passes-these-7-tests/>)

Author: Brandon Lee

Published: 2026-09-13T12:34:15Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Network](<https://devfeed.tech/topics/network.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>)

Tags: [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [network](<https://devfeed.tech/tags/network.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [server](<https://devfeed.tech/tags/server.md>)

### AI overview

The article presents seven reliability tests for home lab services, including disconnecting Internet access and stopping one container in a redundant setup. It explains how these tests can reveal dependencies on external resources and weaknesses in DNS and service design.

### Source excerpt

When it comes to putting a new service into the home lab that is something I will feel like I can rely on and trust, it has to be able... The post I Don't Trust a Home Lab Service Until It Passes These 7 Tests appeared first on Virtualization Howto.

## If I Had 2 Hours for My Home Lab This Weekend, I'd Do These 7 Things

DevFeed: [If I Had 2 Hours for My Home Lab This Weekend, I'd Do These 7 Things](<https://devfeed.tech/articles/if-i-had-2-hours-for-my-home-lab-this-weekend-i-d-do-these-7-things-10494.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/if-i-had-2-hours-for-my-home-lab-this-weekend-id-do-these-7-things/>)

Author: Brandon Lee

Published: 2026-09-11T12:53:06Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [backups](<https://devfeed.tech/topics/backups.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Docker Compose](<https://devfeed.tech/topics/docker-compose.md>)

Tags: [backups](<https://devfeed.tech/tags/backups.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-compose](<https://devfeed.tech/tags/docker-compose.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

A practical two-hour home lab maintenance plan covering selective updates, backup verification, storage health, reboot checks, and focused remediation. It discusses Proxmox hosts, Docker images, Docker Compose stacks, and optional automatic updates.

### Source excerpt

Let's face it, our time in the home lab among other things we have going on in our lives and families may be hard to come by and there are... The post If I Had 2 Hours for My Home Lab This Weekend, I'd Do These 7 Things appeared first on Virtualization Howto.

## I Turned My Proxmox Server Into a NAS Without Installing TrueNAS

DevFeed: [I Turned My Proxmox Server Into a NAS Without Installing TrueNAS](<https://devfeed.tech/articles/i-turned-my-proxmox-server-into-a-nas-without-installing-truenas-10492.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-turned-my-proxmox-server-into-a-nas-without-installing-truenas/>)

Author: Brandon Lee

Published: 2026-09-10T12:46:18Z

Content type: article

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Debian](<https://devfeed.tech/topics/debian.md>)

Tags: [ceph](<https://devfeed.tech/tags/ceph.md>), [debian](<https://devfeed.tech/tags/debian.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [linux](<https://devfeed.tech/tags/linux.md>), [nas](<https://devfeed.tech/tags/nas.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [self-hosting](<https://devfeed.tech/tags/self-hosting.md>), [server](<https://devfeed.tech/tags/server.md>), [storage](<https://devfeed.tech/tags/storage.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

The article presents ANAS, a project that adds native storage-management panels to the existing Proxmox VE web interface. It aims to let Proxmox manage storage using the underlying Debian/Linux capabilities without installing TrueNAS or introducing a separate management interface.

### Source excerpt

Proxmox is really good with all types of storage and I have used it as a dedicated NAS appliance many times. I have used dedicated NAS devices. I have also... The post I Turned My Proxmox Server Into a NAS Without Installing TrueNAS appeared first on Virtualization Howto.

## Using Proxmox Resource Mappings for GPU Passthrough Across Cluster Nodes

DevFeed: [Using Proxmox Resource Mappings for GPU Passthrough Across Cluster Nodes](<https://devfeed.tech/articles/i-changed-how-i-do-gpu-passthrough-in-proxmox-after-finding-this-feature-10488.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-changed-how-i-do-gpu-passthrough-in-proxmox-after-finding-this-feature/>)

Author: Brandon Lee

Published: 2026-09-09T12:43:14Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [configuration](<https://devfeed.tech/tags/configuration.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

This tutorial explains how Proxmox Resource Mappings can represent passthrough hardware as logical resources across cluster nodes. It contrasts this approach with assigning a VM a fixed PCI address, which may fail when the VM moves to a node where the device has a different address.

### Source excerpt

Many home labbers are starting to experiment with AI in the home lab and are using things like GPU passthrough on their Proxmox hosts. But passthrough is not just something... The post I Changed How I Do GPU Passthrough in Proxmox After Finding This Feature appeared first on Virtualization Howto.

## I Was Running Redundant VMs on the Same Proxmox Host Without Realizing It

DevFeed: [I Was Running Redundant VMs on the Same Proxmox Host Without Realizing It](<https://devfeed.tech/articles/i-was-running-redundant-vms-on-the-same-proxmox-host-without-realizing-it-10493.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-was-running-redundant-vms-on-the-same-proxmox-host-without-realizing-it/>)

Author: Brandon Lee

Published: 2026-09-08T12:19:53Z

Content type: opinion

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [systems](<https://devfeed.tech/tags/systems.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

The article describes discovering that two supposedly redundant VMs were running on the same Proxmox host. It explains how shared failure domains can make apparently resilient home-lab architectures fail together and recommends auditing workload placement across hosts and dependencies.

### Source excerpt

If you have spent a lot of time over the years building redundancy into your home lab, you probably have looked at many of the same layers that I have.... The post I Was Running Redundant VMs on the Same Proxmox Host Without Realizing It appeared first on Virtualization Howto.

## Leaving VMware Just Got Harder After Broadcom Pulled VDDK Downloads

DevFeed: [Leaving VMware Just Got Harder After Broadcom Pulled VDDK Downloads](<https://devfeed.tech/articles/leaving-vmware-just-got-harder-after-broadcom-pulled-vddk-downloads-10495.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/leaving-vmware-just-got-harder-after-broadcom-pulled-vddk-downloads/>)

Author: Brandon Lee

Published: 2026-09-07T12:07:37Z

Content type: news

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [virtualization](<https://devfeed.tech/topics/virtualization.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Azure](<https://devfeed.tech/topics/azure.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>)

Tags: [azure](<https://devfeed.tech/tags/azure.md>), [developer](<https://devfeed.tech/tags/developer.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [migration](<https://devfeed.tech/tags/migration.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [tool](<https://devfeed.tech/tags/tool.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>), [vmware](<https://devfeed.tech/tags/vmware.md>)

### AI overview

Broadcom has removed public download access to VMware's Virtual Disk Development Kit (VDDK), creating a potential obstacle for customers migrating away from VMware. The library is used by migration tools including Microsoft Azure Migrate, Red Hat's Migration Toolkit, Nutanix Move, VMware-to-KVM products, virt-v2v, and nbdkit. The article notes that affected links return errors and that no formal transition notice, deprecation announcement, or replacement has been identified.

### Source excerpt

Just when we thought that Broadcom wouldn't be able to slow down customers moving off of vSphere to another platform. They may just now have done something that will have... The post Leaving VMware Just Got Harder After Broadcom Pulled VDDK Downloads appeared first on Virtualization Howto.

## I Thought Keepalived Only Protected My Home Lab Servers. Then I Found Track Scripts

DevFeed: [I Thought Keepalived Only Protected My Home Lab Servers. Then I Found Track Scripts](<https://devfeed.tech/articles/i-thought-keepalived-only-protected-my-home-lab-servers-then-i-found-track-scripts-10491.md>)

Original publisher: [Read original article](<https://www.virtualizationhowto.com/2026/09/i-thought-keepalived-only-protected-my-home-lab-servers-then-i-found-track-scripts/>)

Author: Brandon Lee

Published: 2026-09-04T12:32:34Z

Content type: tutorial

Language: en

Sources: [Virtualization Howto](<https://devfeed.tech/sources/virtualization-howto.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Network](<https://devfeed.tech/topics/network.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Server](<https://devfeed.tech/topics/server.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [dns](<https://devfeed.tech/tags/dns.md>), [docker](<https://devfeed.tech/tags/docker.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [home-server](<https://devfeed.tech/tags/home-server.md>), [linux](<https://devfeed.tech/tags/linux.md>), [network](<https://devfeed.tech/tags/network.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [servers](<https://devfeed.tech/tags/servers.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

The article explains how Keepalived provides high availability for home lab servers by moving a virtual IP address between Proxmox hosts using VRRP. It focuses on track scripts, which allow failover decisions based on application-level checks rather than only complete server failure, with Docker-based DNS services as an example.

### Source excerpt

I have used Keepalived in my home lab for quite some time and most of the time, I have thought of it in a very simple way as to what... The post I Thought Keepalived Only Protected My Home Lab Servers. Then I Found Track Scripts appeared first on Virtualization Howto.

## Proxmox Enterprise Support Goes 24/7 on October 19; North American Subsidiary Opens in Kingston

DevFeed: [Proxmox Enterprise Support Goes 24/7 on October 19; North American Subsidiary Opens in Kingston](<https://devfeed.tech/articles/proxmox-enterprise-support-goes-24-7-on-october-19-north-american-subsidiary-opens-in-kingston-12373.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/proxmox-enterprise-support-goes-24-7-on-october-19-north-american-subsidiary-opens-in-kingston>)

Author: Lyle Smith

Published: 2026-09-03T14:57:12Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [customers](<https://devfeed.tech/tags/customers.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [outages](<https://devfeed.tech/tags/outages.md>), [production](<https://devfeed.tech/tags/production.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [software](<https://devfeed.tech/tags/software.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

Proxmox will begin offering 24/7 global enterprise support on October 19, 2026, covering Proxmox Virtual Environment, Proxmox Backup Server, and Proxmox Datacenter Manager. It is also establishing Proxmox North America Inc. in Kingston, Ontario, to support customers and partners in the United States and Canada. Premium subscribers will receive around-the-clock coverage, while Standard subscribers are scheduled for a later Q4 2026 onboarding window.

### Source excerpt

Proxmox is making a major expansion to its enterprise operations, moving to 24/7 global support beginning October 19, 2026, while establishing a new North American subsidiary in Kingston, Ontario. The new support covers Proxmox Virtual Environment, Proxmox Backup Server, and Proxmox Datacenter Manager, giving enterprise customers direct access to Proxmox engineers at any time of The post Proxmox Enterprise Support Goes 24/7 on October 19; North American Subsidiary Opens in Kingston appeared first on StorageReview.com.

## The post-VMware playbook: what to move first, what to leave for last

DevFeed: [The post-VMware playbook: what to move first, what to leave for last](<https://devfeed.tech/articles/the-post-vmware-playbook-what-to-move-first-what-to-leave-for-last-17498.md>)

Original publisher: [Read original article](<https://www.giantswarm.io/blog/post-vmware-migration-playbook>)

Author: manuel@giantswarm.io (Manuel Gawert)

Published: 2026-08-18T09:25:47Z

Content type: tutorial

Language: en

Sources: [Giant Swarm Blog](<https://devfeed.tech/sources/giant-swarm-blog.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Azure](<https://devfeed.tech/topics/azure.md>)

Tags: [cost](<https://devfeed.tech/tags/cost.md>), [cost-optimization-in-kubernetes](<https://devfeed.tech/tags/cost-optimization-in-kubernetes.md>), [migration](<https://devfeed.tech/tags/migration.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [time](<https://devfeed.tech/tags/time.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

This article presents a migration playbook for teams evaluating a move away from VMware. It focuses on sequencing workloads, deciding among Proxmox, Azure, and AWS, and accounting for workload fit, risk, time, and cost. It emphasizes making the infrastructure decision before moving workloads because migrations can stall when that decision is unresolved.

### Source excerpt

The post-VMware playbook: what to move first, what to leave for last, and what each option costs in risk, time, and money. (Giant Swarm)

## My Home Lab, V2

DevFeed: [My Home Lab, V2](<https://devfeed.tech/articles/my-home-lab-v2-10752.md>)

Original publisher: [Read original article](<https://eduuh.com/blog/my-home-lab-v2>)

Author: EduuhMuraya

Published: 2026-08-17T00:00:00Z

Content type: article

Language: en

Sources: [EduuhMuraya](<https://devfeed.tech/sources/eduuhmuraya.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [Network](<https://devfeed.tech/topics/network.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [Server](<https://devfeed.tech/topics/server.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [firewall](<https://devfeed.tech/tags/firewall.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [smart-home](<https://devfeed.tech/tags/smart-home.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

An updated home lab replaces a multi-node Kubernetes setup with one mini PC running Proxmox. The article covers segmented networks enforced by OPNsense, firewall testing from within each segment, and a solar-power system integrated with Home Assistant through USB and MQTT. It also describes load-shedding and shutdown safeguards during battery depletion.

### Source excerpt

The Kubernetes cluster is gone. One mini PC runs the whole house now: four network segments, a solar inverter Home Assistant can act on, and a guard that shuts the servers down before the battery does.

## The Checks That Lied

DevFeed: [The Checks That Lied](<https://devfeed.tech/articles/the-checks-that-lied-10744.md>)

Original publisher: [Read original article](<https://eduuh.com/blog/checks-that-lied>)

Author: EduuhMuraya

Published: 2026-08-14T00:00:00Z

Content type: article

Language: en

Sources: [EduuhMuraya](<https://devfeed.tech/sources/eduuhmuraya.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [Pi-hole](<https://devfeed.tech/topics/pihole.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [dns](<https://devfeed.tech/tags/dns.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [network](<https://devfeed.tech/tags/network.md>), [opnsense](<https://devfeed.tech/tags/opnsense.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [routing](<https://devfeed.tech/tags/routing.md>), [security](<https://devfeed.tech/tags/security.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>)

### AI overview

A home-network segmentation test produced misleading green results because the checks did not reliably measure the firewall or connectivity. The article describes routing around the firewall through a dual-homed Proxmox host and a DNS check that treated resolver failures as successful output.

### Source excerpt

I segmented my network, wrote tests to prove it, and watched the tests pass while measuring nothing at all. Then the same disease turned up in my home automation, and left a freezer switched off for thirteen hours in a house full of green ticks.

## Wiring Home Assistant Into My Solar Inverter

DevFeed: [Wiring Home Assistant Into My Solar Inverter](<https://devfeed.tech/articles/wiring-home-assistant-into-my-solar-inverter-10747.md>)

Original publisher: [Read original article](<https://eduuh.com/blog/home-assistant-solar-inverter>)

Author: EduuhMuraya

Published: 2026-08-14T00:00:00Z

Content type: article

Language: en

Sources: [EduuhMuraya](<https://devfeed.tech/sources/eduuhmuraya.md>)

Topics: [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [MQTT](<https://devfeed.tech/topics/mqtt.md>), [data](<https://devfeed.tech/topics/data.md>), [Document Object Model (DOM)](<https://devfeed.tech/topics/dom.md>), [phoenix](<https://devfeed.tech/topics/phoenix.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [smart-home](<https://devfeed.tech/tags/smart-home.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

This article explains how to connect a Growatt solar inverter to Home Assistant through Solar Assistant and MQTT. It covers running Home Assistant as a Proxmox VM, troubleshooting Phoenix LiveView form state and an inactive MQTT publisher, and keeping the integration read-only.

### Source excerpt

A Growatt inverter, a Raspberry Pi running Solar Assistant, and Home Assistant on Proxmox. Bridging them took an MQTT broker, a form that silently discarded everything I typed, and a decision to keep the link read-only. Then it stopped watching the house and started switching it off.

## Proxmox officially supports Arm, with some caveats

DevFeed: [Proxmox officially supports Arm, with some caveats](<https://devfeed.tech/articles/proxmox-officially-supports-arm-with-some-caveats-10479.md>)

Original publisher: [Read original article](<https://www.jeffgeerling.com/blog/2026/proxmox-ve-arm-official/>)

Author: jeff@jeffgeerling.com (Jeff Geerling)

Published: 2026-08-05T16:50:00Z

Content type: article

Language: en

Sources: [Jeff Geerling](<https://devfeed.tech/sources/jeff-geerling.md>)

Topics: [Hardware](<https://devfeed.tech/topics/hardware.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [ampere](<https://devfeed.tech/tags/ampere.md>), [arm](<https://devfeed.tech/tags/arm.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [linux](<https://devfeed.tech/tags/linux.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [platform](<https://devfeed.tech/tags/platform.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [raspberry-pi-5](<https://devfeed.tech/tags/raspberry-pi-5.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

Proxmox Virtual Environment is now officially available for 64-bit ARM, with installation tested on an Ampere Altra platform. Official support is limited to NVIDIA Grace Hopper and Vera systems, while other UEFI- and ACPI-based ARM hardware receives best-effort support. Device-tree-only single-board computers are not officially supported, though community UEFI projects have enabled installations on Raspberry Pi systems.

### Source excerpt

Proxmox today announced their Proxmox Virtual Environment is now available for 64-bit ARM. I tested it on my Ampere Altra Dev Platform--the same machine on which I've booted Windows on Arm the first time, messed with multiple GPUs, and most recently tested Houdini's native arm64 support. Install was easy, as the Ampere Altra uses UEFI / ACPI for its hardware, meaning Proxmox didn't have to tailor its ISO to specific platforms, like you have to do with Raspberry Pis and most SBCs using a Device Tree setup.

## Proxmox VE Helper-Scripts: guía y buenas prácticas

DevFeed: [Proxmox VE Helper-Scripts: guía y buenas prácticas](<https://devfeed.tech/articles/proxmox-ve-helper-scripts-guia-y-buenas-practicas-34076.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/proxmox-ve-helper-scripts-guia-buenas-practicas/>)

Author: Antonio Pérez

Published: 2026-08-04T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Bash](<https://devfeed.tech/topics/bash.md>), [Script](<https://devfeed.tech/topics/script.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [qemu](<https://devfeed.tech/topics/qemu.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [community](<https://devfeed.tech/tags/community.md>), [github](<https://devfeed.tech/tags/github.md>), [http](<https://devfeed.tech/tags/http.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [qemu](<https://devfeed.tech/tags/qemu.md>), [root](<https://devfeed.tech/tags/root.md>), [script](<https://devfeed.tech/tags/script.md>), [scripts](<https://devfeed.tech/tags/scripts.md>), [shell](<https://devfeed.tech/tags/shell.md>)

### AI overview

This guide explains what Proxmox VE Helper-Scripts are, how community-scripts.org uses Bash scripts to deploy applications in LXC containers or QEMU virtual machines, and how the main script downloads and runs the required components. It also highlights the security risk of executing third-party code as root on a Proxmox hypervisor.

### Source excerpt

Qué son los Proxmox VE Helper-Scripts de community-scripts.org, cómo despliegan LXC y VMs con un solo comando y qué riesgos de seguridad debes valorar.

## Incus/LXC: contenedores de sistema en Linux

DevFeed: [Incus/LXC: contenedores de sistema en Linux](<https://devfeed.tech/articles/incus-lxc-contenedores-de-sistema-en-linux-34065.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/incus-lxc-contenedores-sistema-linux/>)

Author: Antonio Pérez

Published: 2026-08-03T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Containers](<https://devfeed.tech/topics/containers.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [API](<https://devfeed.tech/topics/api.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [qemu](<https://devfeed.tech/topics/qemu.md>), [podman](<https://devfeed.tech/topics/podman.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cli](<https://devfeed.tech/tags/cli.md>), [containers](<https://devfeed.tech/tags/containers.md>), [docker](<https://devfeed.tech/tags/docker.md>), [linux](<https://devfeed.tech/tags/linux.md>), [lxc](<https://devfeed.tech/tags/lxc.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [qemu](<https://devfeed.tech/tags/qemu.md>), [rest](<https://devfeed.tech/tags/rest.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

This Spanish-language tutorial explains Incus as a Linux Containers system-container and lightweight hypervisor manager built on LXC. It describes its origins as a community fork of LXD, compares system containers with application containers and virtual machines, and outlines how Incus differs from Proxmox, Docker, and Podman.

### Source excerpt

Incus gestiona contenedores de sistema con LXC: instalación, incus launch, storage pools y redes, y cuándo elegirlo frente a Docker o una VM.

## Home Assistant: domótica autoalojada

DevFeed: [Home Assistant: domótica autoalojada](<https://devfeed.tech/articles/home-assistant-domotica-autoalojada-34062.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/home-assistant-domotica-autoalojada/>)

Author: Antonio Pérez

Published: 2026-08-03T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Home Assistant](<https://devfeed.tech/topics/home-assistant.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [USB](<https://devfeed.tech/topics/usb.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>)

Tags: [home-assistant](<https://devfeed.tech/tags/home-assistant.md>), [hub](<https://devfeed.tech/tags/hub.md>), [kvm](<https://devfeed.tech/tags/kvm.md>), [lxc](<https://devfeed.tech/tags/lxc.md>), [os](<https://devfeed.tech/tags/os.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [usb](<https://devfeed.tech/tags/usb.md>), [vlan](<https://devfeed.tech/tags/vlan.md>)

### AI overview

A Spanish tutorial explains how to self-host Home Assistant OS as a virtual machine on Proxmox. It recommends a full VM rather than LXC, discusses the Supervisor and add-ons, warns users to inspect community scripts, and covers updates, USB passthrough, dashboard access, and network isolation.

### Source excerpt

Instala Home Assistant OS como VM en Proxmox, por qué conviene evitar el LXC, primeros pasos con el dashboard y cómo aislar tu domótica en su propia VLAN.

## KVM y libvirt: virtualización nativa en Linux

DevFeed: [KVM y libvirt: virtualización nativa en Linux](<https://devfeed.tech/articles/kvm-y-libvirt-virtualizacion-nativa-en-linux-34068.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/kvm-libvirt-virtualizacion-nativa-linux/>)

Author: Antonio Pérez

Published: 2026-08-01T09:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [qemu](<https://devfeed.tech/topics/qemu.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>)

Tags: [bios](<https://devfeed.tech/tags/bios.md>), [kvm](<https://devfeed.tech/tags/kvm.md>), [linux](<https://devfeed.tech/tags/linux.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [qemu](<https://devfeed.tech/tags/qemu.md>), [uefi](<https://devfeed.tech/tags/uefi.md>)

### AI overview

A Spanish tutorial on setting up KVM, QEMU, and libvirt for native Linux virtualization without Proxmox. It explains the roles of the components, hardware-virtualization requirements, distribution-specific package differences, and non-root VM management.

### Source excerpt

Instala KVM y libvirt en Linux sin Proxmox: crea máquinas virtuales con virt-install, gestiónalas con virsh y configura la red por defecto.

## Proxmox VE: monta tu propio hipervisor casero

DevFeed: [Proxmox VE: monta tu propio hipervisor casero](<https://devfeed.tech/articles/proxmox-ve-monta-tu-propio-hipervisor-casero-34077.md>)

Original publisher: [Read original article](<https://tengoping.com/blog/proxmox-ve-hipervisor-casero/>)

Author: Antonio Pérez

Published: 2026-07-25T00:00:00Z

Content type: tutorial

Language: es

Sources: [tengoping.com](<https://devfeed.tech/sources/tengoping-com.md>)

Topics: [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Debian](<https://devfeed.tech/topics/debian.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Linux](<https://devfeed.tech/topics/linux.md>)

Tags: [bios](<https://devfeed.tech/tags/bios.md>), [debian](<https://devfeed.tech/tags/debian.md>), [ext4](<https://devfeed.tech/tags/ext4.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [linux](<https://devfeed.tech/tags/linux.md>), [net-10](<https://devfeed.tech/tags/net-10.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [uefi](<https://devfeed.tech/tags/uefi.md>), [xfs](<https://devfeed.tech/tags/xfs.md>), [zfs](<https://devfeed.tech/tags/zfs.md>)

### AI overview

A Spanish tutorial explains how to install and configure Proxmox VE as a type 1 hypervisor for a homelab. It covers hardware requirements, installation media, filesystem choices, networking, and initial access to the web interface.

### Source excerpt

Instala y configura Proxmox VE como hipervisor tipo 1 para tu homelab: creación de VMs, snapshots, backups y primeros pasos con la red.

## How Claude Helped Build a Proxmox Environment (and What I Learned Along the Way)

DevFeed: [How Claude Helped Build a Proxmox Environment (and What I Learned Along the Way)](<https://devfeed.tech/articles/how-claude-helped-build-a-proxmox-environment-and-what-i-learned-along-the-way-29793.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/proxmox-homelab/>)

Author: info@goteleport.com (Steven Oakley)

Published: 2026-04-24T00:00:00Z

Content type: article

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [Homelab](<https://devfeed.tech/topics/homelab.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Ansible](<https://devfeed.tech/topics/ansible.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>), [rhel 10](<https://devfeed.tech/topics/rhel-10.md>), [Zero Trust](<https://devfeed.tech/topics/zero-trust.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [ssh](<https://devfeed.tech/topics/ssh.md>)

Tags: [ansible](<https://devfeed.tech/tags/ansible.md>), [claude](<https://devfeed.tech/tags/claude.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [rhel-10](<https://devfeed.tech/tags/rhel-10.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [windows](<https://devfeed.tech/tags/windows.md>), [zero-trust](<https://devfeed.tech/tags/zero-trust.md>)

### AI overview

Steven Oakley describes using Claude with Terraform and Ansible to build and migrate a Proxmox homelab. The project includes RHEL 10 and Windows infrastructure, automated domain deployment, and Teleport agent connections to self-hosted and cloud environments.

### Source excerpt

Enterprise Solutions Engineer Steven Oakley walks through building a Proxmox homelab using Claude as an engineering assistant and the lessons learned along the way.

## Xen at FOSDEM: Real-World Conversations About Xen and KVM

DevFeed: [Xen at FOSDEM: Real-World Conversations About Xen and KVM](<https://devfeed.tech/articles/xen-at-fosdem-real-world-conversations-about-xen-and-kvm-12837.md>)

Original publisher: [Read original article](<https://xenproject.org/blog/xen-at-fosdem-real-world-conversations-about-xen-and-kvm/>)

Author: Cody Zuschlag

Published: 2026-02-04T14:00:57Z

Content type: article

Language: en

Sources: [Blog - Xen Project](<https://devfeed.tech/sources/blog-xen-project.md>)

Topics: [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Proxmox](<https://devfeed.tech/topics/proxmox.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [fosdem](<https://devfeed.tech/tags/fosdem.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [kvm](<https://devfeed.tech/tags/kvm.md>), [linux](<https://devfeed.tech/tags/linux.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

A report from FOSDEM 2026 explains the practical and architectural differences between Xen and KVM, including how Proxmox relates to KVM and why XCP-ng is a fairer comparison for Xen. It contrasts Type 1 and Type 2 hypervisors and describes Xen's direct hardware boot, small hypervisor layer, isolation, performance predictability, and reduced attack surface.

### Source excerpt

We just wrapped up a weekend at FOSDEM 2026 where Xen and XCP-ng both had dedicated booths. This was my first time at FOSDEM and the legend lived up to the hype. It was an insightful weekend full of interesting folks who were genuinely interested in the Xen Project. Everything

## Homelab Hardware

DevFeed: [Homelab Hardware](<https://devfeed.tech/articles/homelab-hardware-10748.md>)

Original publisher: [Read original article](<https://eduuh.com/blog/homelab-hardware>)

Author: EduuhMuraya

Published: 2026-01-14T00:00:00Z

Content type: article

Language: en

Sources: [EduuhMuraya](<https://devfeed.tech/sources/eduuhmuraya.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Network design](<https://devfeed.tech/topics/network-design.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [amd](<https://devfeed.tech/tags/amd.md>), [cost](<https://devfeed.tech/tags/cost.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [devices](<https://devfeed.tech/tags/devices.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [homelab](<https://devfeed.tech/tags/homelab.md>), [intel](<https://devfeed.tech/tags/intel.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [network](<https://devfeed.tech/tags/network.md>), [opnsense](<https://devfeed.tech/tags/opnsense.md>), [pc](<https://devfeed.tech/tags/pc.md>), [performance](<https://devfeed.tech/tags/performance.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

An account of the mini PCs used in a homelab, covering their specifications, costs, roles, power efficiency, physical footprint, and the network changes made after part of the Kubernetes cluster was removed.

### Source excerpt

The three mini PCs I bought for a Kubernetes homelab, what they cost, and what is left of them eighteen months later.

## My Home Lab

DevFeed: [My Home Lab](<https://devfeed.tech/articles/my-home-lab-10751.md>)

Original publisher: [Read original article](<https://eduuh.com/blog/my-home-lab>)

Author: EduuhMuraya

Published: 2026-01-13T00:00:00Z

Content type: article

Language: en

Sources: [EduuhMuraya](<https://devfeed.tech/sources/eduuhmuraya.md>)

Topics: [Homelab](<https://devfeed.tech/topics/homelab.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [GitOps](<https://devfeed.tech/topics/gitops.md>), [flux](<https://devfeed.tech/topics/flux.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [networking](<https://devfeed.tech/topics/networking.md>), [YAML](<https://devfeed.tech/topics/yaml.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [Pi-hole](<https://devfeed.tech/topics/pihole.md>)

Tags: [dns](<https://devfeed.tech/tags/dns.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [flux](<https://devfeed.tech/tags/flux.md>), [home-lab](<https://devfeed.tech/tags/home-lab.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opnsense](<https://devfeed.tech/tags/opnsense.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [os](<https://devfeed.tech/tags/os.md>), [proxmox](<https://devfeed.tech/tags/proxmox.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [servers](<https://devfeed.tech/tags/servers.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

A tour of a Kubernetes homelab built on Talos Linux and managed with Flux GitOps. It covers compact mini-PC hardware, Proxmox, OPNsense, Pi-hole, flat networking, resource usage, YAML-based configuration, automated upgrades, and encrypted secrets. The author explains that the original cluster was later torn down and replaced with a smaller Proxmox-based setup.

### Source excerpt

A tour of my Kubernetes homelab on Talos Linux with GitOps and full observability, and why I tore the whole thing down in August 2026.

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