mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
45f1ae68d9cc0b689bcd9e46fa760775f409199b
45f1ae68d9
Bump github.com/fluxcd/pkg/runtime from 0.106.0 to 0.107.0 (#280)
Bumps [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) from 0.106.0 to 0.107.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/2b9f4c54119931dd929e1f47b88ef8ae118fa6c0"><code>2b9f4c5</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1216">#1216</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/715a46d4385689f839ac75f3ac0edd4abb15ae24"><code>715a46d</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/482ea7963b34fd41e4244d9c05384a57f56928b7"><code>482ea79</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1129">#1129</a> from Iam-Karan-Suresh/refactor/extract-dependencyref...</li> <li><a href="https://github.com/fluxcd/pkg/commit/428177482a3500b1d53d4659c1bce00e61f75d4c"><code>4281774</code></a> refactor: move DependencyReference to apis/meta</li> <li><a href="https://github.com/fluxcd/pkg/commit/fa1303628d234029c725006177c10b1ba61ee1eb"><code>fa13036</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1215">#1215</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/e944ed2add26498eb300c1f1f5ced1f072ba8659"><code>e944ed2</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/dce25dd04cd2fb6ff37084094317b2f343638cd1"><code>dce25dd</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1214">#1214</a> from fluxcd/ci-jwt</li> <li><a href="https://github.com/fluxcd/pkg/commit/55b3741c9938b13fb033046b8c5b921914b485f4"><code>55b3741</code></a> auth: introduce JWT signing with JWK for CI systems</li> <li><a href="https://github.com/fluxcd/pkg/commit/f50d6110eaf9d087122148fa8d95d1f509d53634"><code>f50d611</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1213">#1213</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/39163c0d55f3bcd5ea94a850782a0eb6fb9f064a"><code>39163c0</code></a> Prepare for release</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.106.0...runtime/v0.107.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/go-openapi/testify/v2 from 2.5.0 to 2.5.1 in /test/e2e in the gomod-e2e group across 1 directory (#273)
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 |
Languages
Go
97.8%
Makefile
1.2%
Go Template
0.9%
Dockerfile
0.1%