NoOpsAccelerator icon indicating copy to clipboard operation
NoOpsAccelerator copied to clipboard

Possible container to ease deployments in air-gapped or edge scenarios.

Open timothymeyers opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe.

Deploying anything in Air-gapped scenarios is a challenge. Pulling in the right dependencies is a chain reaction that often slows down deployments by days if not weeks.

I want to make NoOps as easy to deploy in air-gapped clouds as possible.

Describe the solution you'd like

A possible solution that I've seen work in other projects is to create a container that pre-installs all required tools (e.g. AZ CLI) and brings in all of the NoOps code required to do deployments.

This container could be pushed to docker hub or a similar public container registry. Then it would be 'simple' to move the container between clouds (or even move it to an edge device) to deploy lzs, enclaves, or workloads.

Describe alternatives you've considered Open to other ideas.

timothymeyers avatar Aug 12 '22 15:08 timothymeyers