Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netrisai/netris-operator
The Kubernetes Operator for Netris
https://github.com/netrisai/netris-operator
infrastructure infrastructure-as-code kubernetes kubernetes-operator netops netris networking
Last synced: 2 months ago
JSON representation
The Kubernetes Operator for Netris
- Host: GitHub
- URL: https://github.com/netrisai/netris-operator
- Owner: netrisai
- License: apache-2.0
- Created: 2020-12-11T12:41:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T01:59:17.000Z (about 1 year ago)
- Last Synced: 2024-06-19T01:59:08.508Z (8 months ago)
- Topics: infrastructure, infrastructure-as-code, kubernetes, kubernetes-operator, netops, netris, networking
- Language: Go
- Homepage:
- Size: 703 KB
- Stars: 40
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netris Operator
[![Slack](https://img.shields.io/badge/[email protected]?logo=slack)](https://www.netris.ai/slack/)
[![GitHub release](https://img.shields.io/github/v/tag/netrisai/netris-operator.svg?label=release&sort=semver)](https://github.com/netrisai/netris-operator/releases)
[![](https://github.com/netrisai/netris-operator/workflows/Create%20release/badge.svg)](https://github.com/netrisai/netris-operator/actions)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/netrisai)](https://artifacthub.io/packages/helm/netrisai/netris-operator)
[![Go Report Card](https://goreportcard.com/badge/github.com/netrisai/netris-operator)](https://goreportcard.com/report/github.com/netrisai/netris-operator)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)[Netris Operator](https://github.com/netrisai/netris-operator) is a Kubernetes Operator for managing and automating tasks related to managing Netris VPC.
[Netris](https://netris.ai) automatically operates the physical switching network in your data center, bare metal cloud, or at the edge. Netris automatically enables routing, elastic load balancer, firewall, DHCP, NAT, and other essential network services utilizing ordinary servers and SmartNICs. Netris makes your network automatic, resilient, and uncomplicated - just like the cloud but very cost-efficient.
![](diagram.png)
## Deploying the Operator
The current version of netris-operator requires Kubernetes >= 1.16.### GitOps
Kubernetes manifests are located in the `deploy/` folder. To deploy the operator manually using Kubernetes manifests or to integrate it into your GitOps flow please follow [these instructions](./deploy/).### Helm Charts
You can also use [Helm charts](./deploy/charts/netris-operator) to deploy Netris Operator.
## Documentation
Netris Operator managing resources samples are available in the `samples/` [folder](./samples/).## Compatibility with Netris-Controller
| Operator version | Controller version |
| -----------------| -------------------|
| `v0.X` | `v2.9` |
| `v1.X` | `v3.0` |
| `v2.X` | `v3.1+` |
| `v3.X` | `v4.1+` |## Features
* Managing Netris Controller via CRD
* Automatically creating `L4LB` resource for `type: load-balancer` services
* All CNIs are welcome