8 ms·
Thanks! I’ll take a look at quadlet. I find that I tend to package one-off tasks as containers as well. For example, create database tables and users. Compo
by ibgeek 2y ago
Thanks! I’ll take a look at quadlet.
I find that I tend to package one-off tasks as containers as well. For example, create database tables and users. Compose supports these sort of things. Ansible actually makes it easy to use and block on container tasks that you don’t detach.
I’m not interested in running kubernetes, even locally.
- westurner 2y agoPodman kube has support for k8s Jobs now: https://github.com/containers/podman/pull/23722 https://github.com/containers/podman/pull/23722 k8s docs > concepts > workloads > controllers > Jobs: https://kubernetes.io/docs/concepts/workloads/controllers/job/ https://kubernetes.io/docs/concepts/workloads/controllers/jo... Ingress, Deployment, StatefulSets,: https://news.ycombinator.com/item?id=37763931 https://news.ycombinator.com/item?id=37763931