Cloud / Pivotal Cloud foundry (PCF) interview questions
What are droplets in PCF?
Droplet is the Cloud Foundry unit of execution. Once an application is pushed to Cloud Foundry and deployed using a buildpack, the result is a droplet. A droplet is an abstraction on top of the application that contains information like metadata. Those droplets are stored in blob storage for further deployment processes.
More Related questions...