fa
Feedback
UA DevOps

UA DevOps

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

Канал з новинами у DevOps світі. Актуальні статті та цікаві рішення. Наш чат: @ua_devops_community реклама: @yuliy_ceaser

نمایش بیشتر
730
مشترکین
-124 ساعت
+57 روز
+1130 روز
آرشیو پست ها
🤖 Surgical Automation: Mastering Ansible Tags for Multi-Tier Deployments ​Today, I implemented Ansible Tags to solve this. ​
🤖 Surgical Automation: Mastering Ansible Tags for Multi-Tier Deployments ​Today, I implemented Ansible Tags to solve this. ​By tagging my tasks ( tags: apache, tags: db), I... 🔗 Read more: https://dev.to/oofemi/surgical-automation-mastering-ansible-tags-for-multi-tier-deployments-2bkc 📰 Source: Dev.to 📅 2026-04-14 15:57 UTC #DevOps #Tech #Automation #CloudNative

🏗️ Tool-Chain Automation: Using Ansible to Deploy Terraform and Web Content Automation doesn't stop at OS updates. Today, I
🏗️ Tool-Chain Automation: Using Ansible to Deploy Terraform and Web Content Automation doesn't stop at OS updates. Today, I expanded my Ansible master playbook to handle two... 🔗 Read more: https://dev.to/oofemi/tool-chain-automation-using-ansible-to-deploy-terraform-and-web-content-1579 📰 Source: Dev.to 📅 2026-04-14 20:45 UTC #DevOps #Tech #Automation #CloudNative

☸️ They Said Kubernetes Isn't Coming to Coolify. I'm Going to Find Out If That's True. After 22 months and a $250 bounty, Coo
☸️ They Said Kubernetes Isn't Coming to Coolify. I'm Going to Find Out If That's True. After 22 months and a $250 bounty, Coolify maintainers said no to Kubernetes support. But they never said it was impossible. I'm investigating if the community's most-requested feature can actually be built. 🔗 Read more: https://dev.to/drtobbyas/they-said-kubernetes-isnt-coming-to-coolify-im-going-to-find-out-if-thats-true-4eee 📰 Source: Dev.to 📅 2026-04-14 13:08 UTC #DevOps #Tech #Automation #CloudNative

🏗️ Working with Terraform: Where LLMs actually help Two Terraform workflows where LLMs genuinely reduce the work: importing
🏗️ Working with Terraform: Where LLMs actually help Two Terraform workflows where LLMs genuinely reduce the work: importing existing infrastructure and scaffolding new modules from your own documentation. Neither replaces judgment. Both save real time. 🔗 Read more: https://dev.to/polarsquad/working-with-terraform-where-llms-actually-help-2a4p 📰 Source: Dev.to 📅 2026-04-15 04:16 UTC #DevOps #Tech #Automation #CloudNative

🏗️ Managing MySQL Users and Roles as Code: Selecting the Right Terraform Provider Introduction In the relentless march towar
🏗️ Managing MySQL Users and Roles as Code: Selecting the Right Terraform Provider Introduction In the relentless march toward infrastructure as code (IaC), organizations... 🔗 Read more: https://dev.to/maricode/managing-mysql-users-and-roles-as-code-selecting-the-right-terraform-provider-515f 📰 Source: Dev.to 📅 2026-04-15 12:12 UTC #DevOps #Tech #Automation #CloudNative

🐳 Docker on EC2 with Terraform Why this project I was preparing a workshop and needed to expose a url with a specific... 🔗
🐳 Docker on EC2 with Terraform Why this project I was preparing a workshop and needed to expose a url with a specific... 🔗 Read more: https://dev.to/bilardi/docker-on-ec2-with-terraform-41lp 📰 Source: Dev.to 📅 2026-04-10 22:25 UTC #DevOps #Tech #Automation #CloudNative

🐳 I Shrunk My Docker Image From 1.58GB to 186MB. Then I Had to Explain What I Actually Broke. Most Docker tutorials end at t
🐳 I Shrunk My Docker Image From 1.58GB to 186MB. Then I Had to Explain What I Actually Broke. Most Docker tutorials end at the win. "Look, smaller image! Ship it!" And then you're left alone at... 🔗 Read more: https://dev.to/arbythecoder/i-shrunk-my-docker-image-from-158gb-to-186mb-then-i-had-to-explain-what-i-actually-broke-34be 📰 Source: Dev.to 📅 2026-04-14 19:38 UTC #DevOps #Tech #Automation #CloudNative

🐳 docker40 - name: "DEBUG: Dump all Ansible variables" ansible.builtin.debug: msg: "{{... 🔗 Read more: https://dev.to/query
🐳 docker40 - name: "DEBUG: Dump all Ansible variables" ansible.builtin.debug: msg: "{{... 🔗 Read more: https://dev.to/queryfilter591122b53770/docker40-3953 📰 Source: Dev.to 📅 2026-04-14 17:20 UTC #DevOps #Tech #Automation #CloudNative

🔒 MCP Security in Action: Decision-Lineage Observability Traditional observability tells you what broke. Agentic observabili
🔒 MCP Security in Action: Decision-Lineage Observability Traditional observability tells you what broke. Agentic observability must tell you why the agent... 🔗 Read more: https://dev.to/ajaydevineni/mcp-security-in-action-decision-lineage-observability-1k6c 📰 Source: Dev.to 📅 2026-04-13 19:37 UTC #DevOps #Tech #Automation #CloudNative

#joke
#joke

📋 From Scripts to Infrastructure-as-Code: Building a Multi-Tier Ansible Playbook There is a moment in every DevOps journey w
📋 From Scripts to Infrastructure-as-Code: Building a Multi-Tier Ansible Playbook There is a moment in every DevOps journey where it just 'clicks.' For me, it was today. I’ve spent... 🔗 Read more: https://dev.to/oofemi/from-scripts-to-infrastructure-as-code-building-a-multi-tier-ansible-playbook-9l2 📰 Source: Dev.to 📅 2026-04-12 17:35 UTC #DevOps #Tech #Automation #CloudNative

🐳 Angular 21 + Spring Boot 3.4 in Docker: the plumbing nobody shows you Every time I spin up a new Angular + Spring Boot + S
🐳 Angular 21 + Spring Boot 3.4 in Docker: the plumbing nobody shows you Every time I spin up a new Angular + Spring Boot + SQL Server stack in Docker I hit the same two... 🔗 Read more: https://dev.to/zukovlabs/angular-21-spring-boot-34-in-docker-the-plumbing-nobody-shows-you-5a7l 📰 Source: Dev.to 📅 2026-04-12 21:16 UTC #DevOps #Tech #Automation #CloudNative

🐳 I scanned my own Docker images. Here's what I found — and how I built the scanner. I scanned my own Docker images today. I
🐳 I scanned my own Docker images. Here's what I found — and how I built the scanner. I scanned my own Docker images today. I wasn't expecting much. These are images I built myself,... 🔗 Read more: https://dev.to/alvarito1983/i-scanned-my-own-docker-images-heres-what-i-found-and-how-i-built-the-scanner-58cd 📰 Source: Dev.to 📅 2026-04-11 09:25 UTC #DevOps #Tech #Automation #CloudNative

🐳 Running Docker MCP Gateway on Linux (Without Docker Desktop) Docker's MCP Toolkit is a great way to expose Model Context P
🐳 Running Docker MCP Gateway on Linux (Without Docker Desktop) Docker's MCP Toolkit is a great way to expose Model Context Protocol servers to AI clients like... 🔗 Read more: https://dev.to/udondan/running-docker-mcp-gateway-on-linux-without-docker-desktop-4da2 📰 Source: Dev.to 📅 2026-04-09 18:46 UTC #DevOps #Tech #Automation #CloudNative

#sesurity #joke
#sesurity #joke

🏗️ Automating Terraform Testing: From Unit Tests to End-to-End Validation How to Stop Wondering If Your Infrastructure Works
🏗️ Automating Terraform Testing: From Unit Tests to End-to-End Validation How to Stop Wondering If Your Infrastructure Works and Start Knowing It Does Day 18 of... 🔗 Read more: https://dev.to/tink-origami/automating-terraform-testing-from-unit-tests-to-end-to-end-validation-3o24 📰 Source: Dev.to 📅 2026-04-10 06:53 UTC #DevOps #Tech #Automation #CloudNative

🚀 I stopped trying to learn every DevOps tool. So I built my own. I've been a Systems Administrator for 15 years. In that ti
🚀 I stopped trying to learn every DevOps tool. So I built my own. I've been a Systems Administrator for 15 years. In that time I've learned more tools than I can... 🔗 Read more: https://dev.to/alvarito1983/i-stopped-trying-to-learn-every-devops-tool-so-i-built-my-own-30cp 📰 Source: Dev.to 📅 2026-04-12 12:49 UTC #DevOps #Tech #Automation #CloudNative

🔒 GitOps vs GitHub Actions: Security-First in Production A security-focused comparison of GitOps and GitHub Actions for Kube
🔒 GitOps vs GitHub Actions: Security-First in Production A security-focused comparison of GitOps and GitHub Actions for Kubernetes deployments, with practical examples of the hybrid approach. 🔗 Read more: https://dev.to/orthogonalinfo/gitops-vs-github-actions-security-first-in-production-18in 📰 Source: Dev.to 📅 2026-04-11 18:17 UTC #DevOps #Tech #Automation #CloudNative

🏗️ AWS Lambda Deployment with Terraform Step by Step Complete Example A comprehensive guide to deploying AWS Lambda function
🏗️ AWS Lambda Deployment with Terraform Step by Step Complete Example A comprehensive guide to deploying AWS Lambda functions using Terraform, covering prerequisites, concepts, and best practices 🔗 Read more: https://dev.to/rajesh1761/aws-lambda-deployment-with-terraform-step-by-step-complete-example-24di 📰 Source: Dev.to 📅 2026-04-12 00:48 UTC #DevOps #Tech #Automation #CloudNative

🚀 Sentinel Diary #2: the day the dashboard lied (and other honest bugs) Series: vibe coding with Claude Code + Kubernetes To
🚀 Sentinel Diary #2: the day the dashboard lied (and other honest bugs) Series: vibe coding with Claude Code + Kubernetes Today was one of those days where you sit down... 🔗 Read more: https://dev.to/boccato85/diario-sentinel-o-dia-que-o-dashboard-mentiu-e-outros-bugs-honestos-38n8 📰 Source: Dev.to 📅 2026-04-12 03:07 UTC #DevOps #Tech #Automation #CloudNative