Hey everyone, I hope you're doing well. I'm buil...
# general
a
Hey everyone, I hope you're doing well. I'm building a simple platform (as a product/project) where developers can create container images by directly passing there GitHub url , connecting there container registry , adding some other configs and the tool will automatically create a container image out of it and push it to there container registry. This is the first MVP I'm working on and need some guidance on development and deploying this whole project!
r
that sounds very cool @Adarsh!
there are a few open source projects that can help you build containers in Kubernetes. kaniko and ko are two that come to mind.
cloud buildpacks is also interesting , since it allows you to build containers even without a dockerfile!