Kubernetes

Kubernetes Unifi Network Proxy

When you are using an Unifi Cloudkey or Unifi Network controller outside your kubernetes clusters you maybe want to create an reverse proxy to your installation to make your Unifi Network controller public. Create an Service and Endpoint with the same name.  apiVersion: v1 kind: Endpoints metadata: name: unifi-network subsets: – addresses: – ip: 192.168.1.5 […]