問題タブ [google-cloud-vpn]
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 - Google Kubernetes エンジンと VPN
Google Kubernetes Engine を使用して、オンプレミスの DB に接続する必要があるいくつかのアプリケーションをデプロイしています。そのために、VPN トンネルを構成し、VPC を作成しました。
次に、その VPC を使用している GKE クラスター (1 ノード) を作成し、ノードに接続して DB サーバーに ping を実行すると、DB にアクセスできることを確認できます。
ただし、Pod から同じことをしようとすると、接続できません。
私は何が欠けていますか?