Skip to content

Abbreviations and vocabulary

In this documentation, we want to take a look at the various abbreviations and terms used in the context of STACKIT Cloud Foundry. If you are unfamiliar with the meaning of a specific technical term or abbreviation within the STACKIT Cloud Foundry concept, you can find its explanation here.

App Security Group (ASG)

App AutoScaler

  • The Cloud Foundry component that allows you to define rules for automatically scaling your application instances. Learn more in the user guide for App AutoScaler.

Buildpack

  • A collection of scripts that enables Cloud Foundry to automatically containerize your source code or build artifacts. Learn more about the topic in “Containers and buildpacks”.

Binding

  • The process of automatically injecting a service’s credentials into an application’s environment variables. Learn more about binding in “Create a service instance”.

Cloud Foundry (CF)

Cloud Foundry CLI (cf-cli)

Cloud Native / Cloud Ready

Container (Image)

  • An executable instance of your application, packaged with all dependencies required to run. Learn more about containers in “Containers and buildpacks”.

Droplets

  • The result of a buildpack staging process—essentially, the container image of an application containerized with buildpacks. Learn more about droplets in “Containers and buildpacks”.

Diego (Cells)

Manifest File

  • A file in the project directory that defines the parameters for configuring the application for a push command. Learn more about manifests in “How to use manifest files”.

Organization (Org)

Push

  • The command for uploading, deploying, and distributing an application (source code, build artifact, or container image) to Cloud Foundry. Learn more about push in “Push your app to Cloud Foundry”.

Quota

Route

Service Instance

Space

Staging (to stage)

  • The process of containerizing your application’s source code or build artifact using buildpacks. Learn more about buildpacks in “Containers and buildpacks”.

Stratos

UAA (User Account and Authentication)

VCAP