Knative Hello World - PHP

Jmnote (토론 | 기여)님의 2020년 11월 27일 (금) 01:17 판 (새 문서: ==개요== ;Knative Hello World - PHP <syntaxhighlight lang='console'> testuser@localhost$ git clone https://github.com/knative/docs knative-docs Cloning into 'knative-docs'... remot...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Knative Hello World - PHP
testuser@localhost$ git clone https://github.com/knative/docs knative-docs
Cloning into 'knative-docs'...
remote: Enumerating objects: 39, done.
remote: Counting objects: 100% (39/39), done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 23300 (delta 19), reused 2 (delta 0), pack-reused 23261
Receiving objects: 100% (23300/23300), 34.92 MiB | 11.27 MiB/s, done.
Resolving deltas: 100% (14758/14758), done.
testuser@localhost:~$ cd knative-docs/docs/serving/samples/hello-world/helloworld-php
testuser@localhost:~/knative-docs/docs/serving/samples/hello-world/helloworld-php$ sed 's/{username}/jmnote/' service.yaml | kubectl apply -f -
service.serving.knative.dev/helloworld-php created
testuser@localhost:~$ kubectl get ksvc helloworld-php  --output=custom-columns=NAME:.metadata.name,URL:.status.url
NAME             URL
helloworld-php   http://helloworld-php.default.example.com

2 같이 보기

3 참고

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