saurabh-saraswat opened a new issue, #298: URL: https://github.com/apache/trafficserver-ingress-controller/issues/298
We can have CRD for Caching functionality of ATS. It can be like .. Informers watch the ATSCaching CRD for create, update, and delete events and notify the controller. The controller then triggers the respective Add, Update, or Delete handler functions. For Add and Update events, the url_regex and ttl values are fetched from the CRD and updates are done cache.config file. For Delete events, handler removes the corresponding entries from the cache.config. This mechanism ensures that the cache configuration always stays in sync with the ATSCaching CRD. When an update is done in cache.config file there is also traffic_ctl config reload command executed (similar to updates for Config) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
