|
|
|
|
|
by 20thr
462 days ago
|
|
I spend a lot of time in CI (building https://namespace.so) and I agree with most of this: - Treat pipelines as code.
- Make pipelines parts composable, as code.
- Be mindful of vendor lock-in and/or lack of portability (it is a trade-off). For on-promise: if you're already deeply invested in running your own infrastructure, that seems like a good fit. When thinking about how we build Namespace -- there are parts that are so important that we just build and run internally; and there are others where we find that the products in the market just bring a tremendous amount of value beyond self-hosting (Honeycomb is a prime example). Use the tools that work best for you. |
|