(no title)
ibgeek | 1 year ago
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|1 year ago
k8s docs > concepts > workloads > controllers > Jobs: https://kubernetes.io/docs/concepts/workloads/controllers/jo...
Ingress, Deployment, StatefulSets,: https://news.ycombinator.com/item?id=37763931