mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
e5904ef4bca9783a5dffba50f94d7cd58e3c53e1
e5904ef4bc
Bump github.com/fluxcd/pkg/runtime from 0.110.0 to 0.111.0 (#356)
Bumps [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) from 0.110.0 to 0.111.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/b98e2b0975e0863f32790229ce7c9f097ed67706"><code>b98e2b0</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1251">#1251</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/2dfcb7c4d6666de18b6920c26f09f730c45385d1"><code>2dfcb7c</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/dd6b016abf8774f20ad05aa1d8a4b5809e55e29e"><code>dd6b016</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1253">#1253</a> from fluxcd/upgrade-k8s-36.2</li> <li><a href="https://github.com/fluxcd/pkg/commit/2d00796135b1ed1ffddc5750cc08c34cc10216f7"><code>2d00796</code></a> Upgrade kubernetes to 1.36.2</li> <li><a href="https://github.com/fluxcd/pkg/commit/827f6c319fb09577b6243e95b6c07dffe53bb6f3"><code>827f6c3</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1249">#1249</a> from fluxcd/upgrade-go-git-providers</li> <li><a href="https://github.com/fluxcd/pkg/commit/be6d462520d834835f5a073124cf9bd84aa43251"><code>be6d462</code></a> Upgrade go-git-providers and go-github</li> <li><a href="https://github.com/fluxcd/pkg/commit/023a357581968474ea2990233af779feac27a02a"><code>023a357</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1248">#1248</a> from fluxcd/label-2.9</li> <li><a href="https://github.com/fluxcd/pkg/commit/7e8856d9967ef8230ff11142576ad7577db38f59"><code>7e8856d</code></a> Add backport label for Flux 2.9</li> <li><a href="https://github.com/fluxcd/pkg/commit/ae1046960bf700baebc328562a7be8ccee8c7078"><code>ae10469</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1246">#1246</a> from fluxcd/ks-always-subst</li> <li><a href="https://github.com/fluxcd/pkg/commit/2cd36cba113a8f5a569eea7285c1e3f3c9458e23"><code>2cd36cb</code></a> kustomize: add tests for empty vars with strict sub and omitted without</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.110.0...runtime/v0.111.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
NetBird Kubernetes Operator
The NetBird Kubernetes Operator automates the provisioning of NetBird network access for services running in your cluster. It extends the Kubernetes API with CRDs, letting you manage NetBird peers, routes, and groups declaratively, the same way you manage the rest of your infrastructure.
Features
- Declarative peer management - define NetBird peers as Kubernetes resources and let the operator handle provisioning and lifecycle
- Automatic secret management - setup keys and credentials are stored and rotated as Kubernetes secrets
- Namespace-scoped or cluster-wide - deploy per-namespace for multi-tenant clusters or cluster-wide for full coverage
- Works with any NetBird deployment - compatible with NetBird Cloud and self-hosted instances
Getting Started
For full setup instructions, see the Getting Started documentation.
Once your secret is configured, install the operator with Helm.
helm upgrade --install --create-namespace -n netbird netbird-operator oci://ghcr.io/netbirdio/helm-charts/netbird-operator
API
| Kind | API Version |
|---|---|
| Group | netbird.io/v1alpha1 |
| NetworkResource | netbird.io/v1alpha1 |
| NetworkRouter | netbird.io/v1alpha1 |
| SetupKey | netbird.io/v1alpha1 |
| SidecarProfile | netbird.io/v1alpha1 |
| ClusterProxy | netbird.io/v1alpha1 |
Languages
Go
97.8%
Makefile
1.2%
Go Template
0.9%
Dockerfile
0.1%