Created by Trey Brown
over 7 years ago
|
||
Question | Answer |
What is a service? (Give examples) | TBD |
What is the 'Marketplace' and does it show all services | TBD |
What is the difference between a managed and user-provided service? | TBD |
How would one create a managed service? | TBD |
How would one use a managed service? | TBD |
How would one create a user-provided service? | TBD |
How would one use a user-provided service? | TBD |
What is VCAP_SERVICES and why is it important? | TBD |
How do services interact with spaces? | TBD |
How would you create a user-provided service? | cf create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL] |
How would you use a managed service? | cf bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] |
How would you create a managed service? | cf create-service SERVICE PLAN SERVICE_INSTANCE |
How do services interact with spaces? | Every application and service is scoped to a space. |
What is the difference between a managed and user-provided service? | Managed service is a service that is available in marketplace. User provided service is provisioned outside of the platform. |
What is VCAPS_SERVICES? | an environment variable containing connection details of bindable services. |
Want to create your own Flashcards for free with GoConqr? Learn more.