Infrastructure Drift: Detecting and Preventing It
Your Terraform says the firewall rule is A. The cloud console says it's B. Someone changed it manually and didn't tell anyone. This is infrastructur…
Tech news from the best sources
Your Terraform says the firewall rule is A. The cloud console says it's B. Someone changed it manually and didn't tell anyone. This is infrastructur…
Однажды, морозным ноябрьским утром 2024 года, я, как новоиспечённый тимлид не такой уж и маленькой команды, поверил в себя и в то, что спустя полгод…
Началось всё не с идеи «напишу‑ка я библиотеку», а с гораздо более скучной задачи — разобраться в BIND9. Причём разобр…
Перенести инфраструктуру в код — отличная идея, пока предварительный расчёт изменений и их применение не начинают занимать неприлично много времени.…
Why clicking in consoles stops working Your first cloud resources come from clicking. You open the AWS console, click through a wizard, create a ser…
The Problem with Click-Ops Dashboards Your team has 200 dashboards. You don't know who owns them. Half are broken. The rest show yesterday's reality…
When Terraform Gets Slow Our Terraform state file grew to 500+ resources. Plans took 8 minutes. Applies timed out. State locking conflicts were dail…
I have watched a CloudFormation deploy fail at minute nine because I misspelled a property, and I have quietly made peace with the fact that this is…
Привет, Хабр! Это первая статья из цикла материалов о построении инженерной платформы в гетерогенной среде. Мы будем разбирать инструменты, антипатт…
The origin story explained why Dinghy renders TSX to Terraform. This post is the how , at two levels. First we create an EC2 instance by hand from t…
Overview Terraform and Pulumi are the two leading infrastructure as code tools. Terraform uses HCL (HashiCorp Configuration Language) while Pulumi l…
The transition to Infrastructure as Code revolutionized how engineering teams deploy and manage cloud resources. Instead of relying on error-prone m…
In today's rapidly evolving IT landscape, infrastructure management is becoming increasingly complex. To navigate this complexity and automate proce…
Terraform defines desired state. Kubernetes reconciles workload state. Cloud consoles expose state. None of those systems decides whether infrastruc…
Некоторое время назад мы столкнулись с типовой проблемой очередей при исполнении пайплайнов. Задачи упирались друг в друга, мешая выполнять операции…