問題タブ [kubernetes-networking]

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 投票する
1 に答える
2450 参照

kubernetes - Kubernetes ローカル クラスタ Pod hostPort - アプリケーションにアクセスできない

ラップトップで実行されているローカル Kubernetes クラスターにデプロイされた Web API にアクセスしようとしています (Docker -> Settings -> Enable Kubernetes)。以下は私の Pod Spec YAML です。

kubectl get podstest-api の実行を示します。ただし、ラップトップからhttp://localhost:55555/testapi/indexを使用して接続しようとすると、応答がありません。ただし、URL を使用して、クラスター内の別のポッド内のコンテナーからアプリケーションにアクセスできます (別のコンテナーに対して kubectl exec -it を実行しました)。

http:// test-api ポッド クラスター IP /testapi/index

. localhost:hostport URL を使用してアプリケーションにアクセスできないのはなぜですか?