Register and manage your Kubernetes Services to a Service Registry.
The CN-WAN Operator is part of the Cloud Native SD-WAN (CN-WAN) project. Please check the CN-WAN documentation for the general project overview and architecture. You can contact the CN-WAN team at [email protected].
CN-WAN Operator is a Kubernetes operator created with Kubebuilder that watches for changes in services deployed in your cluster and registers them to a service registry so that clients can later discover all registered services and know how to connect to them properly.
The service registry is populated with only the allowed resources and properties, as specified from a configuration file.
Currently, the CN-WAN Operator can use the popular key-value storage etcd as a service registry or use other commercial solutions like Google Cloud's Service Directory.
We have a document about this topic so that you can learn more about it and we recommend you to read: Service registry.
If you're undecided or don't know which one to use or just want to try the project, you can try with etcd.
If you want to quickly see how CN-WAN Operator works, you can follow this simple step by step quickstart with etcd guide.
- Quickstart with etcd
- Concepts
- Cluster setup
- Example interactions with etcd
- Configure CN-Operator with etcd
Thank you for interest in contributing to this project. Before starting, please make sure you know and agree to our Code of conduct.
- Fork it
- Download your fork
git clone https://github.com/your_username/cnwan-operator && cd cnwan-operator
- Create your feature branch
git checkout -b my-new-feature
- Make changes and add them
git add .
- Commit your changes
git commit -m 'Add some feature'
- Push to the branch
git push origin my-new-feature
- Create new pull request to this repository
CN-WAN Operator is released under the Apache 2.0 license. See LICENSE