如何查看 Apache Ranger 的 status/health?

How to check status/health of Apache Ranger?

我们最近在 Kubernetes 上部署了 Apache Ranger 2.0.0 版。 我们想为 pods.

内的 运行 的 Apache Ranger 服务配置 Readiness 和 Liveness 探测器

我们可以使用 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

如果上面调用 returns 下面的值意味着 ranger 是实时的并且服务于流量

200

如果 returns 之后这意味着护林员倒下了

000