测试配置为群集、部署为Docker Swarm服务的Keycloak的运行状况的最佳方法是什么?
我尝试了以下运行状况检查,以测试Keycloak服务描述符中的可用性:
healthcheck:
test: ["CMD-SHELL", "curl http://localhost:8080/auth/realms/[realm_name]"]
interval: 30s
timeout: 10s
retries: 10
start_period: 1m
是否还有其他要检查的内容?找不到有关此内容的文档。
1条答案
按热度按时间h9vpoimq1#
我更喜欢直接监听“master”领域。此外,最新的Keycloak版本使用了不同的路径(省略了“auth'):