We are actully looking forward to isolate ephemeral bundle import during image build phase and instead able to have deployment post build phase (post gateway startup).
So Can you assist us on, is there a hotdeployment capability available in ephemeral gateway? or how could this isloation be achieved ?
11.1
Connecting the gateway directly to a S3 bucket to pull the bundles would have a couple of significant drawbacks:
We would advise you use an init container, who could (potentially) connect to S3 to get the needed bundles. Thus, it would be the init container that is loaded with all the plumbing required to connect to S3.
The CI/CD pipeline would include the steps to connect to S3 and load the bundles. Thereafter, it would (if successful), restart the running gateway. The benefits of this approach do mirror the drawbacks outlined above for a direct S3 connection: