Operators have 3 kinds : go, ansible, helm. ## Init an Ansible project operator-sdk init --plugins=ansible --domain example.org --owner "Your name" ## Command above will create a structure like: netbox-operator ├── Dockerfile ├── Makefile ├── PROJECT ├── config │ ├── crd │ ├── default │ ├── manager │ ├── manifests │...