Slide 6
Slide 6 text
Platform Engineering Meetup
プラットフォームの概要 1/2
• Webアプリケーションの実⾏基盤
– 簡単なコマンドを実⾏ or マニフェストを適⽤するだけでアプリが起動し、エ
ンドポイントが公開される
6
$ paasctl create app hello-world
--image=example-registry/sample/helloworld-go:latest
--port=8080
$ paasctl get app hello-world
NAME ENDPOINT READY REASON AGE
hello-world https://hello-world.sandbox.app.dev.yahoo.co.jp True 6m4s
$ curl https://hello-world.sandbox.app.dev.yahoo.co.jp
Hello World!
※⼀部実際のものとは異なる箇所があります