Skip to content

Deploying Cloud Foundry on a local kind cluster

License

Notifications You must be signed in to change notification settings

cloudfoundry/kind-deployment

Repository files navigation

kind-deployment

This repository provides a simple and fast way to run Cloud Foundry locally. It enables developers to rapidly prototype, develop, and test new ideas in an inexpensive setup.

Prerequisites

You need to install following tools:

Run the Installation

make up

Access and Bootstrap CloudFoundry

# Login via CF CLI and create a test space
make login

# Upload Java, Node, Go, and Binary buildpacks
# 'make bootstrap-complete' would upload all buildpacks
make bootstrap

Deploy a Sample Application

cf push -f examples/hello-js/manifest.yaml

Delete the Installation

make down

Configuration

You can configure the installation by setting following environment variables:

environment variable default component(s) to be installed
ENABLE_LOGGREGATOR true Loggregator
ENABLE_POLICY_SUPPORT true policy-serverver, policy-agent, bosh-dns, service-discovery-controller
ENABLE_NFS_VOLUME false nfsbroker

Read More Documentation

About

Deploying Cloud Foundry on a local kind cluster

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5