2021年7月20日火曜日

namespace間の通信(検証)


以下のnamespace間の通信を行ってみる。








■namespace: monitoring

pod: nginx1(10.1.0.100)








■namespace: default

pod: nginx2(10.1.0.98)

疎通確認してみる。

nginx1 -> nginx2


疎通できていることを確認








0 件のコメント:

コメントを投稿

.htaccessメモ

 RewriteEngine On RewriteRule ^benefit/(\d{6}[^/]*)/simulation/index$ /benefit/$1/simulation/index.html [R=302,L] # ファイルが存在しない場合、またはディレクトリであ...