Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ironcore-dev/metalnet

Kubernetes controller managing dpservice networking resources
https://github.com/ironcore-dev/metalnet

dpdk dpservice kubernetes networking

Last synced: 4 days ago
JSON representation

Kubernetes controller managing dpservice networking resources

Awesome Lists containing this project

README

        

IronCore Logo

# metalnet

[![REUSE status](https://api.reuse.software/badge/github.com/ironcore-dev/metalnet)](https://api.reuse.software/info/github.com/ironcore-dev/metalnet)
[![Go Report Card](https://goreportcard.com/badge/github.com/ironcore-dev/metalnet)](https://goreportcard.com/report/github.com/ironcore-dev/metalnet)
[![GitHub License](https://img.shields.io/static/v1?label=License&message=Apache-2.0&color=blue)](LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)

Metalnet is a stack of kubernetes controller applications to fulfill the requirements on creating functional virtual network elements, by interacting with our other software components such as [metalbond](https://github.com/ironcore-dev/metalbond) and [dp-service](https://github.com/ironcore-dev/dpservice). It manages the lifecycles of virtual network related kubernetes objects, to ensure successful communication for virtual machines.

## Use and develop metalnet
Please see the documentation in the [`/docs`](./docs) folder for more details.

## License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.