Hello All,
I’m exploring Pulp for my company. I have a few simple questions.
Some context:
I am not not using the ansible installer. Various reasons, but doesn’t fit out architecture. I’m “porting” the work done from the Podman example from the Kong folks to AWS ECS. In the end it will be similar to Clustering - Pulp Installer
We have a scenario where some users will access api and content from the internet, other users will access content internally. Because of compliance reasons, I need to keep internal users traffic inside our VPC.
In general, this would be straightforward because AWS ECS targets can be shared by Application Load Balancers. So, I could have two Load Balancers, one external other internal. pointing at the same set of containers. However, I believe the CONTENT_ORIGIN will be an issue. The API/Content containers will need to have different CONTENT_ORIGINS, that means running two differently configured api/content containers. Not a big deal.
Questions
- Is there any inter-dependency between components (api,content,worker) that isn’t mediated through the data layer (postgres and s3 in my case)
- Will the existence of independent API/Content containers sharing a data layer be an issue. My thought here is that something is written to the database or s3 that references that CONTENT_ORIGIN as a path or key in some way.
Please let me know if my question isn’t clear and I can clarify.
Thanks.