Cloud / Pivotal Cloud foundry (PCF) interview questions
What are Buildpacks in PCF?
Buildpacks are the scripts through which Cloud Foundry identifies the required runtime or framework for the application. Buildpacks are responsible for identifying an applications related dependencies based on user-provided artifacts. They will then ensure everything is properly downloaded and configured.
More Related questions...