TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building Container Images Securely on Kubernetes

67 pointsby marvinpintoabout 7 years ago

3 comments

rsandersabout 7 years ago
We have a separate build cluster due to concerns about security and stability -- neither mounting the docker socket into a container nor docker-in-docker are comfortable solutions for our cluster managers. Having the ability to run container builds safely will be a huge benefit for my company.<p>We&#x27;ve looked into something like Bazel for its container builder, but that&#x27;s a significant change that has to be made in every single project, most of which have perfectly fine build systems now.<p>And with all the FaaS systems which are continually building containers to host functions, this will be a godsend.
erikbabout 7 years ago
Huge topic at the moment for many really big applications, I believe. If you work in bigger setup you can&#x27;t really avoid building new containers on the fly at some point or the whole container concept stops making sense.
ibottyabout 7 years ago
... Or build the directory tree you want manually (Shell script, Makefile, ansible, whatever) and use skopeo to push it to a registry.