Skip to content

Commit

Permalink
add articles
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0607 committed Dec 8, 2019
1 parent 229ceaf commit e158917
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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 e158917

Please sign in to comment.