Azure-Samples / java-microservices-aca-lab

Spring Petclinic Microservices with AI on Azure Container Apps
https://aka.ms/aca-lab
MIT License
6 stars 22 forks source link

[Reliable] [Health Probe] Integrate aca health probe with spring-boot-actuator healh endpoint #21

Closed frankliu20 closed 1 month ago

frankliu20 commented 1 month ago

Integrate aca health probe with spring-boot-actuator healh endpoint

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Azure container apps support verities of health probes, which should be useful for customer to achive hig-availablity, e.g. zero-downtime. We need to integrate aca health probe with spring-boot-actuator healh endpoint.

Minimal steps to reproduce

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.

frankliu20 commented 1 month ago

@frankliu20 we also need aca config via azd given cli is not supported to config ACA health probes. add this once @sonwan2020's azd is ready

frankliu20 commented 1 month ago

Azd added in #27