I've started working on a project for a friend and am now exploring different solutions for the functionality required and so far Drupal seems like the best approach.
Our customer asked us to evaluate this scenario for them:
they would like to have a multi-site drupal installation, to be able to create new sites quickly
every web site should be, with a continuous integration/delivery approach (i.e.: pipelines) built in their own container and be deployed to a different kubernetes cluster/namespace
We have looked online and we can't find an example of the feasibility of this scenario.
I would value experienced opinions on using Open Social as the base for a new project.
A brief description of the project is; a social site, members only section - as you might expect. HOWEVER there are public information pages attached. These are public access.
As there are links between the members and the public information pages I am keen to keep both areas on the same site.
My thinking is to bring my public information pages into an Open Social environment and devide access between the two areas with Permissions?