Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ironcore-dev/metalnet
- Owner: ironcore-dev
- License: apache-2.0
- Created: 2022-07-14T14:32:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:54:26.000Z (22 days ago)
- Last Synced: 2024-10-24T00:44:09.147Z (22 days ago)
- Topics: dpdk, dpservice, kubernetes, networking
- Language: Go
- Homepage:
- Size: 10.7 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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 athttp://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.