| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
662 バイト追加 、 2020年11月20日 (金) 14:08
===Service===
*[https://kubernetes.io/ja/docs/tutorials/stateless-application/expose-external-ip-address/クラスター内のアプリケーションにアクセスするために外部IPアドレスを公開]
*5つのPodで起動しているアプリケーションへのServiceの作成
<pre>
$ kubectl apply -f https://k8s.io/examples/service/load-balancer-example.yaml
deployment.apps/hello-world created
</pre>
 
<pre>
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
hello-world-6df5659cb7-6flwb 0/1 ContainerCreating 0 45s
hello-world-6df5659cb7-lzmnx 0/1 ContainerCreating 0 45s
hello-world-6df5659cb7-ghbfs 0/1 ContainerCreating 0 45s
hello-world-6df5659cb7-jbz9t 0/1 ContainerCreating 0 45s
hello-world-6df5659cb7-fqv2z 0/1 ContainerCreating 0 45s
</pre>

案内メニュー