Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironcore-dev/ipam
k8s operator for IPAM
https://github.com/ironcore-dev/ipam
Last synced: 4 days ago
JSON representation
k8s operator for IPAM
- Host: GitHub
- URL: https://github.com/ironcore-dev/ipam
- Owner: ironcore-dev
- License: apache-2.0
- Created: 2021-05-05T09:44:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:06:26.000Z (21 days ago)
- Last Synced: 2024-10-26T13:19:53.972Z (19 days ago)
- Language: Go
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPAM
[![REUSE status](https://api.reuse.software/badge/github.com/ironcore-dev/ipam)](https://api.reuse.software/info/github.com/ironcore-dev/ipam)
[![Go Reference](https://pkg.go.dev/badge/github.com/ironcore-dev/controller-utils.svg)](https://pkg.go.dev/github.com/ironcore-dev/controller-utils)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![GitHub License](https://img.shields.io/static/v1?label=License&message=Apache-2.0&color=blue&style=flat-square)](LICENSE)# Overview
k8s operator for IPAM.With this operator it is possible to:
- manage networks and their IDs for VXLAN, MPLS and GENEVE types;
- manage subnets and their CIDRs;
- manage IP allocations.## Installation, using and developing
To find out more, please refer to:
- [installation and deployment](/docs/installation.md)
- [usage](/docs/usage.md)
- [consuming api](docs/consuming_api.md)
- [development](/docs/development.md)
- [contribution guide](/docs/contribution.md)## Contributing
We`d love to get a feedback from you.
Please report bugs, suggestions or post question by opening a [Github issue](https://github.com/ironcore-dev/ipam/issues)## License
[Apache License 2.0](LICENSE)