Cloud / Pivotal Cloud foundry (PCF) interview questions
What is Cloud Foundry BuildPack?
PCF Buildpacks provide framework and runtime support for applications. Buildpacks analyze the apps to decide which modules/dependencies to install and how to configure the apps to communicate with bound services. Cloud Foundry automatically detects an appropriate buildpack when you push an app. It Compiles and prepares the app for release using this build pack.
More Related questions...