From c213f18bbb05dda05fcb98e099eb1008f5fc1d2c Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Thu, 17 Nov 2016 16:33:48 -0800 Subject: [PATCH] k8s benefits --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff02efee..97dd6ae0 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Fission: Serverless Functions for Kubernetes Fission is a fast serverless framework for Kubernetes with a focus on developer productivity and high performance. -Fission operates on _just code_: Docker and Kubernetes are abstracted -away under normal operation, though you can use both to extend Fission -if you want to. +Fission operates on _just the code_: Docker and Kubernetes are +abstracted away under normal operation, though you can use both to +extend Fission if you want to. Fission is extensible to any language; the core is written in Go, and language-specific parts are isolated in something called @@ -29,6 +29,10 @@ use a combination of serverless functions and more conventional microservices, and Kubernetes is a great framework to bring these together seamlessly. +Building on Kubernetes also means that anything you do for operations +on your Kubernetes cluster -- such as monitoring or log aggregation -- +also helps with ops on your Fission deployment. + Fission Concepts ----------------