"Interactive Tutorial - Deploying an App"의 두 판 사이의 차이

4번째 줄: 4번째 줄:


==kubectl basics==
==kubectl basics==
<source lang='console'>
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.3", GitCommit:"721bfa751924da8d1680787490c54b9179b1fed0", GitTreeState:"clean", BuildDate:"2019-02-01T20:08:12Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.3", GitCommit:"721bfa751924da8d1680787490c54b9179b1fed0", GitTreeState:"clean", BuildDate:"2019-02-01T20:00:57Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
</source>
<source lang='console'>
$ kubectl get nodes
NAME      STATUS  ROLES    AGE    VERSION
minikube  Ready    master  3m15s  v1.13.3
</source>


==Deploy our app==
==Deploy our app==

2019년 3월 27일 (수) 15:28 판

1 개요

Interactive Tutorial - Deploying an App

2 kubectl basics

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.3", GitCommit:"721bfa751924da8d1680787490c54b9179b1fed0", GitTreeState:"clean", BuildDate:"2019-02-01T20:08:12Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.3", GitCommit:"721bfa751924da8d1680787490c54b9179b1fed0", GitTreeState:"clean", BuildDate:"2019-02-01T20:00:57Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
$ kubectl get nodes
NAME       STATUS   ROLES    AGE     VERSION
minikube   Ready    master   3m15s   v1.13.3

3 Deploy our app

4 View our app

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}