在keycloak docker swarm服务中添加运行状况检查

时间:2018-11-14 13:24:52

标签: docker docker-swarm keycloak

测试作为部署为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

还有更多要检查的东西吗? 找不到此文档。

0 个答案:

没有答案