From f5f83d7c059b54695def761e5f6639f0088b719e Mon Sep 17 00:00:00 2001
From: Ken Fukuyama <kenfdev@gmail.com>
Date: Mon, 11 Dec 2017 22:27:30 +0900
Subject: [PATCH] * Added blog post to community * Added blog post related to
 CI/CD to the guides

Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
---
 community.md    | 2 ++
 guide/README.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/community.md b/community.md
index 2843cc65..2bcbbc25 100644
--- a/community.md
+++ b/community.md
@@ -57,6 +57,8 @@ There are three main Github repos
 
 | Blog/repo name and description                                          | Author       | Site     | Date        |
 |---------------------------------------------------------------------|--------------|----------|-------------|
+| [Deploying Kubernetes On-Premise with RKE and deploying OpenFaaS on it — Part 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 it — Part 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
 | [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
diff --git a/guide/README.md b/guide/README.md
index cca9f050..862afdcb 100644
--- a/guide/README.md
+++ b/guide/README.md
@@ -37,6 +37,8 @@ These instructions are for a development environment. If you plan to expose Open
 
 * [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)
 
 ## Blog posts and tutorials
-- 
GitLab