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

🚢 Configure api and controller logic for k8s reconcilliation #8

Closed sydrawat01 closed 11 months ago

sydrawat01 commented 12 months ago
sydrawat01 commented 11 months ago

Configure reconciler to monitor ConfigMap for the following values:

NAME=
URL=
IS_PAUSED=
NUM_RETRIES=
UPTIME_SLA=
RESPONSE_TIME_SLA=
USE_SSL=
RESPONSE_STATUS_CODE=
CHECK_INTERVAL_IN_SECONDS=
sydrawat01 commented 11 months ago

Three cron.Spec values are doubtful if required in the custom controller logic and ConfigMap: