Skip to content

Commit

Permalink
Merge pull request #2 from toshi0607/feature/add-slides-and-ff
Browse files Browse the repository at this point in the history
add slides and ff
  • Loading branch information
toshi0607 authored Dec 13, 2019
2 parents b8d500b + e158917 commit d3d25b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

* [Knativeで作るDIY FaaS @ServerlessDays Tokyo 2019](https://tokyo.serverlessdays.io/)
* [スライド](https://speakerdeck.com/toshi0607/serverless-days-tokyo-2019-knative-workshop)
* [v1.0.0](https://github.com/toshi0607/build-your-own-platform-with-knative/tree/v1.0.0)
* [Knativeで作るDIY FaaS @ServerlessDays Fukuoka 2019](https://fukuoka.serverlessdays.io/)
* [スライド](https://speakerdeck.com/toshi0607/serverless-days-fukuoka-2019-knative-workshop)
* [v1.1.0](https://github.com/toshi0607/build-your-own-platform-with-knative/tree/v1.1.0)

## コンテンツ

Expand Down
2 changes: 2 additions & 0 deletions step1.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ $ kubectl delete -f service.yaml
* [helloworld.go](https://github.com/knative/docs/blob/master/docs/serving/samples/hello-world/helloworld-go/helloworld.go)
* Knativeを利用せずに、Kubernetesの組み込みオブジェクトでknative Serviceを構築する場合との比較
* [Migrating from Kubernetes Deployment to Knative Serving](https://medium.com/google-cloud/migrating-from-kubernetes-deployment-to-knative-serving-bdc45ef1bb9e)
* [Knative = Kubernetes Networking++の全訳](https://qiita.com/toshi0607/items/45403965beaa5bd1f8ca)
* Knativeはサーバーレスのビルディングブロックであるという文脈でで説明されることが多く、本来メリットを受けることができるはずのKubernetes上のアプリケーションやマイクロサービスの開発者、運用・管理者などに便利な機能が伝わってないという話があるようです。

## オートスケール

Expand Down
5 changes: 5 additions & 0 deletions step3.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ $ curl -H "Host: go-function.default.example.com" http://$IP_ADDRESS --data '{"N
* [cloudevents/sdk-go](https://github.com/cloudevents/sdk-go)
* [cloudevents/sdk-goを活用したサンプル実装](https://github.com/knative/eventing-contrib/blob/master/cmd/event_display/main.go)

こちらも手軽にFunctionを書けるようにするためのライブラリとして参考にしてみてください。

* [Functions Framework for Go](https://github.com/GoogleCloudPlatform/functions-framework-go)


## 参考

* [triggermesh/openfaas-runtime](https://github.com/triggermesh/openfaas-runtime)
Expand Down

0 comments on commit d3d25b8

Please sign in to comment.