Update content/ja/docs/setup/learning-environment/minikube.md
Co-authored-by: Naoki Oketani <okepy.naoki@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ MinikubeのサポートするKubernetesの機能:
|
|||||||
単純なHTTPサーバーである`echoserver`という既存のイメージを使用して、Kubernetes Deploymentオブジェクトを作りましょう。そして`--port`を使用して8080番ポートで公開しましょう。
|
単純なHTTPサーバーである`echoserver`という既存のイメージを使用して、Kubernetes Deploymentオブジェクトを作りましょう。そして`--port`を使用して8080番ポートで公開しましょう。
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl create deployment hello-minikube --image=k8s.gcr.io/ echoserver:1.10
|
kubectl create deployment hello-minikube --image=k8s.gcr.io/echoserver:1.10
|
||||||
```
|
```
|
||||||
|
|
||||||
出力はこのようになります:
|
出力はこのようになります:
|
||||||
|
|||||||
Reference in New Issue
Block a user