mirror of
https://github.com/netbirdio/kubernetes-operator.git
synced 2026-05-22 17:11:40 -07:00
main
Bumps the gomod-e2e group with 2 updates in the /test/e2e directory: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime). Updates `k8s.io/api` from 0.36.0 to 0.36.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/25001c854943b552769cd32eacd0bef7467c0eea"><code>25001c8</code></a> Update dependencies to v0.36.1 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.36.0 to 0.36.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apimachinery/commit/7af103a2a439106791220493349f8d13bc0a1efd"><code>7af103a</code></a> Update dependencies to v0.36.1 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/cli-runtime` from 0.36.0 to 0.36.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/cli-runtime/commit/62458b59d11d63722e3c548f014db1a24f35e011"><code>62458b5</code></a> Update dependencies to v0.36.1 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/cli-runtime/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.36.0 to 0.36.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/55ef15a9fb552182b78f7b1d0d09d618632dfe7f"><code>55ef15a</code></a> Update dependencies to v0.36.1 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.36.0...v0.36.1">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> 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 |
Description
Languages
Go
97.8%
Makefile
1.2%
Go Template
0.9%
Dockerfile
0.1%