我们最近在 Kubernetes 上部署了 Apache Ranger 2.0.0 版。我们想为在 pod 中运行的 Apache Ranger 服务配置就绪和活跃度探针。
我们可以使用 Apache Ranger 的任何健康端点吗?
我们最近在 Kubernetes 上部署了 Apache Ranger 2.0.0 版。我们想为在 pod 中运行的 Apache Ranger 服务配置就绪和活跃度探针。
我们可以使用 Apache Ranger 的任何健康端点吗?
截至目前,在 api 端点上可以检查服务状态,但是,您可以使用任何 api 来检查它是否正在连接,例如下面的内容:-
curl -s -o /dev/null -w "%{http_code}" -u admin:admin -H "Content-Type: application/json" -X GET http://`hostname -f`:6080/service/tags/tags
如果上述调用返回以下值,则表示 Ranger 处于活动状态并正在提供交通服务
200
如果它返回以下,则意味着游侠已关闭
000