fa
Feedback
کانال انجمن کلاد و دوآپس تبریز

کانال انجمن کلاد و دوآپس تبریز

رفتن به کانال در Telegram

کانال انجمن کلاد، دوآپس و مهندسی اتکاپذیری سیستم تبریز، نشر اطلاعیه رویداد ها و همایش های حوزه کلاد و دوآپس تبریز لینک گروه — https://t.me/devops_tabriz_group — admin @arsalanses

نمایش بیشتر
282
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
-430 روز
آرشیو پست ها
So here are a rough set of rules I have decided on for myself, so I hopefully don't fall into the same trap again: Stay away from immutable distros Only use deployment tools if they make things easier (Like setting up multiple machines at once) And only use them for the parts that they actually make easier. I don't need purity here. Ditch CI/CD pipelines (I want to go back to the simplicity of a shell script in a cronjob) Stuff gets installed in the easiest way possible, preferable a container on a single host with Containerfiles neatly organized in a directory, otherwise throw it into a VM Not everything needs to be fully declarative. Just doing a backup of state is fine! Purity is a sin. Accept compromise if it makes something work better for me.