Send feedback
Kf quickstart
Stay organized with collections
Save and categorize content based on your preferences.
In this quickstart, you will deploy a sample Cloud Foundry app on an existing Kf cluster.
Before you begin
Complete the Install Kf guide.
Push an application
Prerequisites
The following are required to complete this section:
The kf
CLI installed and in your path. See Install Kf CLI for instructions.
You have connected to the Kf cluster:
gcloud container clusters get-credentials CLUSTER_NAME \
--project=CLUSTER_PROJECT_ID \
--zone=CLUSTER_LOCATION
The git
CLI installed and in your path.
Prepare space
Create new space:
kf create-space test-space
Target the space:
kf target -s test-space
Push the Cloud Foundry test app
Clone the test-app repo .
git clone https://github.com/cloudfoundry-samples/test-app go-test-app
cd go-test-app
Push the app.
Note: It will take a few minutes for the build to complete.
kf push test-app
Get the application's URL.
kf apps
Note: The app has set the random-route property.
Open the URL in your browser where you should see the app running.
Clean up
These steps should return the cluster to the starting state.
Delete the application.
kf delete test-app
Delete the Space.
kf delete-space test-space
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]