csye7125-fall2023-group05 / k8s-operator

Custom operator to create a controller that monitors a custom resource (CronJob) that runs a health check Kafka Producer and publishes the data to the Kafka brokers.
0 stars 1 forks source link

feat: update controller logic to include custom kafka producer app #7

Closed sydrawat01 closed 12 months ago

sydrawat01 commented 12 months ago

Install the producer docker image to run the Kafka producer app which will publish the health check for the specified URL (in the configmap). The controller will automatically reconcile if there are any changes to the ConfigMap for the CR.