問題タブ [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.

0 投票する
3 に答える
108 参照

spring-boot - k8s スプリング ブート ポッドが準備状態と活性プローブに失敗する

spring-boot ポッドを構成し、livenessおよびreadinessプローブを構成しました。ポッドを起動すると、describeコマンドは以下の出力を表示しています。

ポッドの定義は以下のようなものです

マニフェストでlivenessandreadinessプローブを無効にして Pod に入ると、andエンドポイントを呼び出したときに有効な応答が得られます。Kubernetes でエンドポイントを呼び出すと、ポッドが再起動して失敗するのはなぜですか? どこが間違っていますか?replica-setexechttp://localhost:8222/actuator/health/livenesshttp://localhost:8222/actuator/health/readinessreadinessliveness

更新セクション を削除するresourceと、ポッドは実行されますが、resourceパラメーターを追加するprobesと失敗します。