Ask HN: What you use for automating chores (DevOps)
- Move tenant to different region - Provision SAML for a tenant - Cleanup data for an expired trial customer - Et cetera
Ideally, there's some user interface that can be used throughout the company to make such requests, something that schedules the tasks, and executes them (e.g. as Docker containers in Kubernetes). We are now contemplating building the management and scheduling of these tasks ourselves. While the tasks themselves will be scripts specific/custom to our setup, it seems there must be existing products out there that do the management and scheduling well; I'd love to hear what y'all are using!
[+] [-] subway|8 years ago|reply
[+] [-] kusmi|8 years ago|reply
[+] [-] imauld|8 years ago|reply
Kubernetes supports this natively with the `Job` and `CronJob` API objects. Putting a web frontend in front of the k8s API shouldn't be too hard provided you have a frontend engineer available. If you already have a cluster available that is.
https://kubernetes.io/docs/concepts/workloads/controllers/jo...
https://kubernetes.io/docs/concepts/workloads/controllers/cr...
[+] [-] mattbillenstein|8 years ago|reply
[+] [-] sverhagen|8 years ago|reply
[+] [-] dmannorreys|8 years ago|reply
[+] [-] assafmo|8 years ago|reply
[+] [-] Samon|8 years ago|reply
[+] [-] unknown|8 years ago|reply
[deleted]