问题标签 [livenessprobe]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
kubernetes - bitnami/zookeeper 和 bitnami/kafka 图像的 Liveness/Readiness 探测失败
我正在尝试使用 bitnami/zookeeper 图像为 zookeeper 添加 liveness 和 readinessprobe,但是 pod 创建失败,请让我知道需要在 liveness 和 readiness 探针中添加哪些值。
以下是我尝试过的值。
我收到以下错误。
[spec.containers[0].livenessProbe:必填值:必须指定处理程序类型,spec.containers[0].readinessProbe:必填值:必须指定处理程序类型]
spring-boot - k8s spring boot pod 准备就绪和活跃度探测失败
我已经配置了一个 spring-boot pod 并配置了liveness
和readiness
探针。当我启动 pod 时,describe
命令显示以下输出。
pod定义如下
如果我在清单中禁用liveness
andreadiness
探测并进入 pod,我会在调用和端点时得到有效响应。使用 Kubernetes调用和端点时,为什么我的 pod 会重新启动并失败。我哪里错了?replica-set
exec
http://localhost:8222/actuator/health/liveness
http://localhost:8222/actuator/health/readiness
readiness
liveness
更新
如果我删除该resource
部分,则 pod 正在运行,但添加resource
参数时,probes
它们将失败。
angular - 如何为 Angular 应用程序设计就绪和活跃度探针
我有一个 Angular 应用程序,它部署在 Kubernetes 上运行的 apache 容器上。我想为 pod 设置活跃度和就绪性探测,但我没有想法。任何帮助将不胜感激。