問題タブ [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.
spring-boot - k8s スプリング ブート ポッドが準備状態と活性プローブに失敗する
spring-boot ポッドを構成し、liveness
およびreadiness
プローブを構成しました。ポッドを起動すると、describe
コマンドは以下の出力を表示しています。
ポッドの定義は以下のようなものです
マニフェストでliveness
andreadiness
プローブを無効にして Pod に入ると、andエンドポイントを呼び出したときに有効な応答が得られます。Kubernetes でエンドポイントを呼び出すと、ポッドが再起動して失敗するのはなぜですか? どこが間違っていますか?replica-set
exec
http://localhost:8222/actuator/health/liveness
http://localhost:8222/actuator/health/readiness
readiness
liveness
更新セクション
を削除するresource
と、ポッドは実行されますが、resource
パラメーターを追加するprobes
と失敗します。