What are services in Cloud Foundry?
Answers
Answered by
0
Answer:
Cloud Foundry offers a marketplace of services, from which users can provision reserved resources on-demand. Examples of resources services provide include databases on a shared or dedicated server, or accounts on a SaaS app. Think of a service as a factory that delivers service instances.
Answered by
0
Services in cloud foundry are as follows:
Services and Service In-s-t-a-n-c-es are two types of services:
- Operators can leverage Cloud Foundry's marketplace of services to provision reserved resources on demand.
Terminology and Architecture:
- The Service Broker API, which is documented and for which the Cloud Controller is the client, is used to integrate services with Cloud Foundry.
Credentials for a Service I-n-s-t-a-n-c-e:
- Cloud Foundry allows users to create credentials that are required to interact with a service in-s-t-a-n-c-e.
Deployment and implementation:
- The service provider or developer decides how a service is implemented.
- Only the Service Broker API must be implemented by the service provider, according to Cloud Foundry.
Similar questions