2024-01-10 21:11:13 -05:00
|
|
|
# Dependency-Track operator
|
|
|
|
|
|
|
|
This sample demonstrates how to create a simple operator using the Java Operator Framework. In our case, the operator will facilitate
|
|
|
|
the deployment of a Dependency-Track instance on a cluster.
|
2024-01-17 21:30:54 -05:00
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Create Kubernetes Operators with the Java Operator SDK](https://www.baeldung.com/java-kubernetes-operator-sdk)
|