File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77* [ Knativeで作るDIY FaaS @ServerlessDays Tokyo 2019] ( https://tokyo.serverlessdays.io/ )
88 * [ スライド] ( https://speakerdeck.com/toshi0607/serverless-days-tokyo-2019-knative-workshop )
9+ * [ v1.0.0] ( https://github.com/toshi0607/build-your-own-platform-with-knative/tree/v1.0.0 )
10+ * [ Knativeで作るDIY FaaS @ServerlessDays Fukuoka 2019] ( https://fukuoka.serverlessdays.io/ )
11+ * [ スライド] ( https://speakerdeck.com/toshi0607/serverless-days-fukuoka-2019-knative-workshop )
12+ * [ v1.1.0] ( https://github.com/toshi0607/build-your-own-platform-with-knative/tree/v1.1.0 )
913
1014## コンテンツ
1115
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ $ kubectl delete -f service.yaml
9494 * [ helloworld.go] ( https://github.com/knative/docs/blob/master/docs/serving/samples/hello-world/helloworld-go/helloworld.go )
9595* Knativeを利用せずに、Kubernetesの組み込みオブジェクトでknative Serviceを構築する場合との比較
9696 * [ Migrating from Kubernetes Deployment to Knative Serving] ( https://medium.com/google-cloud/migrating-from-kubernetes-deployment-to-knative-serving-bdc45ef1bb9e )
97+ * [ Knative = Kubernetes Networking++の全訳] ( https://qiita.com/toshi0607/items/45403965beaa5bd1f8ca )
98+ * Knativeはサーバーレスのビルディングブロックであるという文脈でで説明されることが多く、本来メリットを受けることができるはずのKubernetes上のアプリケーションやマイクロサービスの開発者、運用・管理者などに便利な機能が伝わってないという話があるようです。
9799
98100## オートスケール
99101
Original file line number Diff line number Diff line change @@ -174,6 +174,11 @@ $ curl -H "Host: go-function.default.example.com" http://$IP_ADDRESS --data '{"N
174174* [cloudevents/sdk-go](https://github.com/cloudevents/sdk-go)
175175* [cloudevents/sdk-goを活用したサンプル実装](https://github.com/knative/eventing-contrib/blob/master/cmd/event_display/main.go)
176176
177+ こちらも手軽にFunctionを書けるようにするためのライブラリとして参考にしてみてください。
178+
179+ * [Functions Framework for Go](https://github.com/GoogleCloudPlatform/functions-framework-go)
180+
181+
177182# # 参考
178183
179184* [triggermesh/openfaas-runtime](https://github.com/triggermesh/openfaas-runtime)
You can’t perform that action at this time.
0 commit comments