I reads some docs on cloud foundry and I didnt find the term tenants , my question is if Org is a tenants in cloud foundry term? if not what is the equivalent?
相关问题
- What are the advantages ManageIQ has over OpenStac
- How can my C# program behave differently depending
- Flask app cannot open server to Google Cloud Compu
- Connecting CAD model (Solidworks, AutoCAD or CATIA
- What is the purpose of Google Cloud Messaging
相关文章
- Developing a Multitenant SaaS
- Rails/Capistrano tool to deploy static assets to R
- Android google cloud messaging sample not working
- Are mongodb backups made automatically?
- Best practice for Deployment of Web site into a cl
- How to create an Amazon EC2 AMI from an instance?
- invalid image name in cloud build when using domai
- SecurityManager for a cloud service “sandbox”
It could be done that way. You could setup your CF install such that one Org is one tenant. Orgs are scoped such that resources in the org are isolated and not visible unless you're a part of that org.
It's not strictly required to have one org to one tenant. Orgs & spaces are just ways to group and limit access to applications and services on CF. You can use them in a number of different ways. For example, you could have development & production orgs for the same tenant.
In my experience, it's more common to see each tenant (company, organization in company, billing unit, etc..) as the org and then spaces used to subdivide the org though. For example, dev & prod spaces.
When contemplating your choices here, I would suggest that you look at the breakdown of org & space roles. If you understand what roles are present and how those can be used to control access, then you'll be able to make the best decisions about how to use orgs & spaces in your environment.
https://docs.cloudfoundry.org/concepts/roles.html#roles