feat: Add UniFi OS Server #32
Labels
No labels
gitops-rework
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
znibb/kobbo-homelab#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Deploy UniFi OS Server — Ubiquiti's modern self-hosted platform for managing UniFi network devices (APs, switches, routers). It replaces the legacy UniFi Network Controller and bundles the Network app, Identity Hub, and Site Magic SD-WAN in one unified platform.
Running it in the cluster eliminates the need for a dedicated Cloud Key and keeps all homelab services in one place.
How it works in Kubernetes
Two options exist:
Option A — UniFi OS Server (modern, recommended)
Option B — Legacy UniFi Network Application + MongoDB
Critical networking requirement
UniFi devices must be able to reach the controller on port 8080 (TCP, HTTP) for the inform/adoption URL. This is the most common failure point in containerized deployments.
http://<metallb-ip>:8080/inform.Files to create
Ports needed
Considerations
References