Skip to content

Commit 55f1b0a

Browse files
authored
Merge pull request #28255 from t-inu/fix-emphasis-1
[ja] Fix emphasis tags in ja/docs/concepts/services-networking/service.md
2 parents 2ca47a8 + 0893e5b commit 55f1b0a

File tree

1 file changed

+2
-2
lines changed
  • content/ja/docs/concepts/services-networking

1 file changed

+2
-2
lines changed

content/ja/docs/concepts/services-networking/service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Serviceは多くの場合、KubernetesのPodに対するアクセスを抽象化
9595
* Serviceを、異なる{{< glossary_tooltip term_id="namespace" >}}のServiceや他のクラスターのServiceに向ける場合
9696
* ワークロードをKubernetesに移行するとき、アプリケーションに対する処理をしながら、バックエンドの一部をKubernetesで実行する場合
9797

98-
このような場合において、ユーザーはPodセレクター_なしで_ Serviceを定義できます。
98+
このような場合において、ユーザーはPodセレクター*なしで*Serviceを定義できます。
9999

100100
```yaml
101101
apiVersion: v1
@@ -882,7 +882,7 @@ Kubernetesは各Serviceに、それ自身のIPアドレスを割り当てるこ
882882
### ServiceのIPアドレス {#ips-and-vips}
883883

884884
実際に固定された向き先であるPodのIPアドレスとは異なり、ServiceのIPは実際には単一のホストによって応答されません。
885-
その代わり、kube-proxyは必要な時に透過的にリダイレクトされる_仮想_ IPアドレスを定義するため、iptables(Linuxのパケット処理ロジック)を使用します。
885+
その代わり、kube-proxyは必要な時に透過的にリダイレクトされる*仮想*IPアドレスを定義するため、iptables(Linuxのパケット処理ロジック)を使用します。
886886
クライアントがVIPに接続する時、そのトラフィックは自動的に適切なEndpointsに転送されます。
887887
Service用の環境変数とDNSは、Serviceの仮想IPアドレス(とポート)の面において、自動的に生成されます。
888888

0 commit comments

Comments
 (0)