-
Notifications
You must be signed in to change notification settings - Fork 21
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
write guide section on: productionising, containers and dev workflow #14
Comments
Can you elaborate? I've been using
I'm pretty sure GitHub Actions cache is working now with |
Oh, hm. I remember struggling to get it to do local caching, but not sure what the issue was. I perhaps did not give it enough time though. Remember being put off by the amount of They do also have a fat disclaimer on their readme saying "warning cargo-chef is not meant to be run locally" (EDIT: although i guess they mean outside a container, locally)
ah, that is great news! i remember battling with it for a weekend and ended up frustrated. It feels like that would be a great thing to recommend for caching since it doesn't add multiple extra |
To be clear, |
True. I guess what I mean is that: it would be ideal if you can take advantage of the I think that's probably what didn't work last I tried (caching the mounted caches). |
There are many many many different ways of packaging rust applications into docker to make a nice workflow. Many of them have tons of annoying cache-caveats (some that only work on CI, some that only work locally).
I would like to have a good guide with some pros/cons discussions on deployment choices and that optimise for a few different metrics (parenthesised):
Most of these have some annoying side effects:
Additionally it would be nice to also discuss some stuff that can (probably) be used with most of the above choices:
With this we can probably close kube-rs/kube#332
The text was updated successfully, but these errors were encountered: