This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f99758  Add brief Kubernetes Setup section to main README.md (#3729)
5f99758 is described below

commit 5f9975854fae3f2585f9d1dd93055f33ead6a617
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Thu Jun 7 20:38:28 2018 -0400

    Add brief Kubernetes Setup section to main README.md (#3729)
---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 075a8bd..7e8269a 100644
--- a/README.md
+++ b/README.md
@@ -29,13 +29,14 @@ OpenWhisk is a cloud-first distributed event-based 
programming service. It provi
 
 * [Quick Start](#quick-start) (Docker-Compose)
 * [Native development](#native-development) (Mac and Ubuntu)
+* [Kubernetes](#kubernetes-setup)
 * [Vagrant](#vagrant-setup)
 * [Learn concepts and commands](#learn-concepts-and-commands)
 * [Issues](#issues)
 * [Slack](#slack)
 
 ### Quick Start
-The easiest way to start using OpenWhisk is to get Docker installed on on Mac, 
Windows or Linux. The [Docker website](https://docs.docker.com/install/) has 
details instructions on getting the tools installed. This does not give you a 
prodcution deployment but gives you enough of the pieces to start writing 
functions and seeing them run.
+The easiest way to start using OpenWhisk is to get Docker installed on on Mac, 
Windows or Linux. The [Docker website](https://docs.docker.com/install/) has 
details instructions on getting the tools installed. This does not give you a 
production deployment but gives you enough of the pieces to start writing 
functions and seeing them run.
 
 ```
 git clone https://github.com/apache/incubator-openwhisk-devtools.git
@@ -45,6 +46,15 @@ make quick-start
 
 For more detailed instructions or if you encounter problems see the 
[OpenWhisk-dev 
tools](https://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/README.md)
 project.
 
+### Kubernetes Setup
+
+Another path to quickly starting to use OpenWhisk is to install it on a 
Kubernetes cluster.  OpenWhisk can be installed on Minikube, on a managed 
Kubernetes cluster provisioned from a public cloud provider, or on a Kubernetes 
cluster you manage yourself. To get started,
+
+```
+git clone https://github.com/apache/incubator-openwhisk-deploy-kube.git
+```
+
+Then follow the instructions in the [OpenWhisk on Kubernetes 
README.md](https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/README.md).
 
 ### Vagrant Setup
 A [Vagrant](http://vagrantup.com) machine is also available to run OpenWhisk 
on Mac, Windows PC or GNU/Linux but isn't used by as much of the dev team so 
sometimes lags behind.

-- 
To stop receiving notification emails like this one, please contact
rab...@apache.org.

Reply via email to