Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)