From 73745a3a9891b0d1ceec646c184b09650c626bdb Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Wed, 21 Oct 2020 10:00:43 -0700 Subject: [PATCH] Update README.md Add a statement about the developer edition and cf-for-k8s' ability to run on a laptop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfb5ca626..eb3037b75 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Cloud Foundry For Kubernetes (cf-for-k8s) blends the popular CF developer API wi Cloud Foundry is an open-source cloud platform as a service (PaaS) on which developers can build, deploy, run and scale applications. For more information on what Cloud Foundry is and how it can help developers build cloud native applications and platform operators to manage those apps at scale, please visit [cloudfoundry.org](https://cloudfoundry.org) and [docs.cloudfoundry.org](https://docs.cloudfoundry.org/) ## Getting Started -If you're new to Kubernetes, we recommend this [Getting Started Guide](docs/getting-started-tutorial.md), which walks you though deploying cf-for-k8s on your machine using a local [kind](https://kind.sigs.k8s.io/) (Kubernetes In Docker) cluster. +If you're new to Kubernetes, we recommend this [Getting Started Guide](docs/getting-started-tutorial.md), which walks you though deploying cf-for-k8s on your machine using a local [kind](https://kind.sigs.k8s.io/) (Kubernetes In Docker) cluster. The guide configures your cf-for-k8s deployment as a developer-edition that runs on your laptop and can handle approximately 10 small applications. For more generic and flexible instructions, see [Deploying CF for K8s](docs/deploy.md).