Zum Inhalt springen

Abbreviations and vocabulary

Diese Seite ist noch nicht in deiner Sprache verfügbar. Englische Seite aufrufen

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.

  • 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.
  • 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.
  • The process of automatically injecting a service’s credentials into an application’s environment variables. Learn more about binding in Create a service instance.
  • An executable instance of your application, packaged with all dependencies required to run. Learn more about containers in Containers and buildpacks.
  • 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.
  • 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.
  • A virtual entity in the Cloud Foundry context that helps you map your organizational structure to your shared Cloud Foundry resources. Learn more about orgs in Organizations, spaces and user-roles.
  • 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.
  • A virtual entity in the Cloud Foundry context that helps you map your organizational structure to your Cloud Foundry resources. Learn more about spaces in Organizations, spaces and user-roles.
  • The process of containerizing your application’s source code or build artifact using buildpacks. Learn more about buildpacks in Containers and buildpacks.