Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Kubernetes mode deployment #6

Open
rhuss opened this issue Jul 1, 2020 · 0 comments
Open

Simplify Kubernetes mode deployment #6

rhuss opened this issue Jul 1, 2020 · 0 comments

Comments

@rhuss
Copy link
Collaborator

rhuss commented Jul 1, 2020

The deployment for the Kubernetes mode is quite involved with a lot of moving parts (upload pods, persistent volumes, ..).

This can be drastically simplified with a technique described in https://github.com/rhuss/buildah-poc which uses an init-container for receiving the source code. This PoC uses buildah but could equally use Kaniko as well. The benefit of this approach are less things that can go wrong and that need to be cleaned up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant