ar
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.