The NetBird Kubernetes Operator automates the provisioning of NetBird network access for services running in your cluster.
A NetworkRouter registers a NetBird router peer for a given DNS zone in your cluster.
apiVersion: netbird.io/v1alpha1
kind: NetworkRouter
metadata:
name: prod
namespace: netbird
spec:
dnsZoneRef:
name: prod.company.internalA NetworkResource then exposes a Kubernetes service through that router to one or more NetBird groups.
apiVersion: netbird.io/v1alpha1
kind: NetworkResource
metadata:
name: nginx
namespace: default
spec:
networkRouterRef:
name: prod
namespace: netbird
serviceRef:
name: nginx
groups:
- name: All