File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/ja/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Serviceは多くの場合、KubernetesのPodに対するアクセスを抽象化
95
95
* Serviceを、異なる{{< glossary_tooltip term_id="namespace" >}}のServiceや他のクラスターのServiceに向ける場合
96
96
* ワークロードをKubernetesに移行するとき、アプリケーションに対する処理をしながら、バックエンドの一部をKubernetesで実行する場合
97
97
98
- このような場合において、ユーザーはPodセレクター_なしで_ Serviceを定義できます。
98
+ このような場合において、ユーザーはPodセレクター*なしで* Serviceを定義できます。
99
99
100
100
` ` ` yaml
101
101
apiVersion: v1
@@ -882,7 +882,7 @@ Kubernetesは各Serviceに、それ自身のIPアドレスを割り当てるこ
882
882
# ## ServiceのIPアドレス {#ips-and-vips}
883
883
884
884
実際に固定された向き先であるPodのIPアドレスとは異なり、ServiceのIPは実際には単一のホストによって応答されません。
885
- その代わり、kube-proxyは必要な時に透過的にリダイレクトされる_仮想_ IPアドレスを定義するため、iptables(Linuxのパケット処理ロジック)を使用します。
885
+ その代わり、kube-proxyは必要な時に透過的にリダイレクトされる*仮想* IPアドレスを定義するため、iptables(Linuxのパケット処理ロジック)を使用します。
886
886
クライアントがVIPに接続する時、そのトラフィックは自動的に適切なEndpointsに転送されます。
887
887
Service用の環境変数とDNSは、Serviceの仮想IPアドレス(とポート)の面において、自動的に生成されます。
888
888
You can’t perform that action at this time.
0 commit comments