diff --git a/README.md b/README.md index e517e99b..9e2cba1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # netbox-operator +NetBox Operator extends the Kubernetes API by allowing users to manage NetBox resources – such as IP addresses and prefixes – directly through Kubernetes. This integration brings Kubernetes-native features like reconciliation, ensuring that network configurations are maintained automatically, thereby improving both efficiency and reliability. + +
+ Diagram: NetBox Operator High-Level Architecture +

Figure 1: NetBox Operator High-Level Architecture

+
+ # Getting Started ## Prerequisites @@ -124,7 +131,7 @@ kubectl apply -f https://raw.githubusercontent.com//netbox-operator/ **NOTE**: Run `make help` for more information on all potential `make` targets diff --git a/docs/NetBox Operator High-Level Architecture.png b/docs/NetBox Operator High-Level Architecture.png new file mode 100644 index 00000000..d2cbda04 Binary files /dev/null and b/docs/NetBox Operator High-Level Architecture.png differ