sixhours-team / memcached-spring-boot

Library that provides support for auto-configuration of Memcached cache in a Spring Boot application.
Apache License 2.0
71 stars 33 forks source link

[Question] Example with plain Kubernetes service #166

Closed tomasAlabes closed 1 year ago

tomasAlabes commented 1 year ago

Hi, I see that there's an example for AWS and Google cloud. Do you have an example for connecting to a Kubernetes service that maps to Memcached pods? (microservice --> memcached_service --> Memcached) I'm doing that integration, but it doesn't seem to work. The idea is the same, using a headless service to resolve the IPs and re-resolve them on some interval. I wouldn't mind adding a PR with the example if I have it working. Thanks!