The Event Hubs operator can be used to provision the following resources.
-
Event Hubs - Deploys an Event Hubs instance given the Event Hubs namespace, Resource Group and Location.
-
Event Hubs namespace - Deploys an Event Hubs namespace given the resource group and location. Also has the ability to configure SKU, properties, and network rules.
-
Consumer groups - Deploys a consumer group given the event hub, Event Hubs namespace and resource group.
The Event Hubs operator deploys an event hub in the specified namespace according to the spec.
As an output of deployment, the operator stores a JSON formatted secret with the following fields. For more details on where the secrets are stored, look here.
primaryConnectionString
secondaryConnectionString
primaryKey
secondaryKey
sharedaccessKey
eventhubNamespace
eventhubName
You can follow the steps here to deploy, view and delete resources.