* Added blog post to community

* Added blog post related to CI/CD to the guides

Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
This commit is contained in:
Ken Fukuyama
2017-12-11 22:27:30 +09:00
committed by Alex Ellis
parent be2373ab81
commit f5f83d7c05
2 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,8 @@ There are three main Github repos
| Blog/repo name and description | Author | Site | Date | | Blog/repo name and description | Author | Site | Date |
|---------------------------------------------------------------------|--------------|----------|-------------| |---------------------------------------------------------------------|--------------|----------|-------------|
| [Deploying Kubernetes On-Premise with RKE and deploying OpenFaaS on itPart 1](https://medium.com/@kenfdev/deploying-kubernetes-on-premise-with-rke-and-deploying-openfaas-on-it-part-1-69a35ddfa507) | Ken Fukuyama | medium.com/@kenfdev | 10-Dec-2017
| [Deploying Kubernetes On-Premise with RKE and deploying OpenFaaS on itPart 2](https://medium.com/@kenfdev/deploying-kubernetes-on-premise-with-rke-and-deploying-openfaas-on-it-part-2-cc14004e7007) | Ken Fukuyama | medium.com/@kenfdev | 10-Dec-2017
| [Overview of Functions as a Service with OpenFaas](https://mfarache.github.io/mfarache/Functions-As-A-Service-OpenFaas/) | Mauricio Farache | github.io | 06-Dec-2017 | [Overview of Functions as a Service with OpenFaas](https://mfarache.github.io/mfarache/Functions-As-A-Service-OpenFaas/) | Mauricio Farache | github.io | 06-Dec-2017
| [Deploying OpenFaaS on Kubernetes-AWS](https://medium.com/@ericstoekl/deploying-openfaas-on-kubernetes-aws-259ec9515e3c) | Eric Stoekl | medium.com/ | 03-Dec-2017 | [Deploying OpenFaaS on Kubernetes-AWS](https://medium.com/@ericstoekl/deploying-openfaas-on-kubernetes-aws-259ec9515e3c) | Eric Stoekl | medium.com/ | 03-Dec-2017
| [Unleash the Artist within you with Docker, Tensorflow and OpenFaaS](http://jmkhael.io/unleash-the-artist-within-tensorflow-and-openfaas/) | Johnny Mkhael | jmkhael.io | 22-Nov-2017 | [Unleash the Artist within you with Docker, Tensorflow and OpenFaaS](http://jmkhael.io/unleash-the-artist-within-tensorflow-and-openfaas/) | Johnny Mkhael | jmkhael.io | 22-Nov-2017

View File

@ -37,6 +37,8 @@ These instructions are for a development environment. If you plan to expose Open
* [Reference documentation for Function Watchdog](../watchdog/) * [Reference documentation for Function Watchdog](../watchdog/)
* [An Introduction to Serverless DevOps with OpenFaaS](https://hackernoon.com/an-introduction-to-serverless-devops-with-openfaas-b978ab0eb2b)
* WIP [Debugging Functions](https://github.com/openfaas/faas/issues/223) * WIP [Debugging Functions](https://github.com/openfaas/faas/issues/223)
## Blog posts and tutorials ## Blog posts and tutorials