7 ms·
We do this right now in a totally disconnected env. We have process in place to get images and manifests into our env. All containers have to go through scannin
by spectre013 5y ago
We do this right now in a totally disconnected env. We have process in place to get images and manifests into our env. All containers have to go through scanning pipelines and have to be approved through a process.
We also for any container that makes requests that does not have the mechanisms for adding certificates we have to rebuild the containers in the disconnected env to insert certificates to allow communication.
Makes daily life really interesting
- moochmooch 5y agoDo you use a proprietary tool to filter containers lacking the certificate mechanisms or is this handled as part of the manifests?
- spectre013 5y agoIt's all handled as part of the manifests as well as we can have our clusters pulled if we are caught using non approved containers and they are all scanned when they are brought into the disconnected environment.