🐳 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
- 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
🐳 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
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
🐳 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
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
🏗️ 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
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
🏗️ 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
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
1
☸️ 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
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
🏗️ 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
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
🤖 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
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
🐳 Stop Using .env Files for Docker Secrets — Try This Instead
Managing secrets in Docker usually starts simple—a .env file here, a hardcoded variable there. But...
🔗 Read more: https://dev.to/md_umair_88fd7c1b0fa06f96/stop-using-env-files-for-docker-secrets-try-this-instead-2de1
📰 Source: Dev.to
📅 2026-04-16 16:49 UTC
#DevOps #Tech #Automation #CloudNative
Managing secrets in Docker usually starts simple—a .env file here, a hardcoded variable there. But...
🔗 Read more: https://dev.to/md_umair_88fd7c1b0fa06f96/stop-using-env-files-for-docker-secrets-try-this-instead-2de1
📰 Source: Dev.to
📅 2026-04-16 16:49 UTC
#DevOps #Tech #Automation #CloudNative
🐳 Docker pull falla en España por Cloudflare y un partido de fútbol — nadie habla del patrón real
Un partido de fútbol bloqueó Cloudflare en España y rompió Docker Hub para miles de devs. Tengo un cliente en Madrid con quien deployamos cada dos semanas. Esto no es un post sobre Cloudflare siendo malo — es sobre el supuesto de que la infraestructu...
🔗 Read more: https://dev.to/jtorchia/docker-pull-falla-en-espana-por-cloudflare-y-un-partido-de-futbol-nadie-habla-del-patron-real-1j74
📰 Source: Dev.to
📅 2026-04-13 12:32 UTC
#DevOps #Tech #Automation #CloudNative
Un partido de fútbol bloqueó Cloudflare en España y rompió Docker Hub para miles de devs. Tengo un cliente en Madrid con quien deployamos cada dos semanas. Esto no es un post sobre Cloudflare siendo malo — es sobre el supuesto de que la infraestructu...
🔗 Read more: https://dev.to/jtorchia/docker-pull-falla-en-espana-por-cloudflare-y-un-partido-de-futbol-nadie-habla-del-patron-real-1j74
📰 Source: Dev.to
📅 2026-04-13 12:32 UTC
#DevOps #Tech #Automation #CloudNative
🏗️ Automating Terraform Testing: From Unit Tests to End-to-End Validation
Day 18 of my Terraform journey was one of the most exciting so far because it brought everything...
🔗 Read more: https://dev.to/stephanie_makori_845bb2c0/automating-terraform-testing-from-unit-tests-to-end-to-end-validation-51mk
📰 Source: Dev.to
📅 2026-04-09 19:17 UTC
#DevOps #Tech #Automation #CloudNative
Day 18 of my Terraform journey was one of the most exciting so far because it brought everything...
🔗 Read more: https://dev.to/stephanie_makori_845bb2c0/automating-terraform-testing-from-unit-tests-to-end-to-end-validation-51mk
📰 Source: Dev.to
📅 2026-04-09 19:17 UTC
#DevOps #Tech #Automation #CloudNative
🏗️ Terraform vs OpenTofu (2026): Should You Switch After the BSL Change?
The question isn't "Terraform vs OpenTofu." The real question is whether your infrastructure control...
🔗 Read more: https://dev.to/ntctech/terraform-vs-opentofu-2026-should-you-switch-after-the-bsl-change-3lo3
📰 Source: Dev.to
📅 2026-04-09 13:00 UTC
#DevOps #Tech #Automation #CloudNative
The question isn't "Terraform vs OpenTofu." The real question is whether your infrastructure control...
🔗 Read more: https://dev.to/ntctech/terraform-vs-opentofu-2026-should-you-switch-after-the-bsl-change-3lo3
📰 Source: Dev.to
📅 2026-04-09 13:00 UTC
#DevOps #Tech #Automation #CloudNative
🚀 GKE's Noisy Neighbor Problem Can Be Invisible in Metrics Explorer
Google Cloud's Metrics Explorer has plenty of metrics, and for most monitoring needs, it's more than...
🔗 Read more: https://dev.to/katz/gkes-noisy-neighbor-problem-can-be-invisible-in-metrics-explorer-1bf4
📰 Source: Dev.to
📅 2026-04-12 06:53 UTC
#DevOps #Tech #Automation #CloudNative
Google Cloud's Metrics Explorer has plenty of metrics, and for most monitoring needs, it's more than...
🔗 Read more: https://dev.to/katz/gkes-noisy-neighbor-problem-can-be-invisible-in-metrics-explorer-1bf4
📰 Source: Dev.to
📅 2026-04-12 06:53 UTC
#DevOps #Tech #Automation #CloudNative
🏗️ Migrating a Terraform Module to Ephemeral Resources Without Breaking Existing Users
Solution for migrating your Terraform modules to benefit from ephemeral resources - without breaking existing user deployments!
🔗 Read more: https://dev.to/drewmullen/migrating-a-terraform-module-to-ephemeral-resources-without-breaking-existing-users-g2o
📰 Source: Dev.to
📅 2026-04-17 13:49 UTC
#DevOps #Tech #Automation #CloudNative
Solution for migrating your Terraform modules to benefit from ephemeral resources - without breaking existing user deployments!
🔗 Read more: https://dev.to/drewmullen/migrating-a-terraform-module-to-ephemeral-resources-without-breaking-existing-users-g2o
📰 Source: Dev.to
📅 2026-04-17 13:49 UTC
#DevOps #Tech #Automation #CloudNative
☸️ LLM-D Launches: Kubernetes-Native Distributed Inference
It's Tuesday afternoon. An SRE at a mid-sized fintech is staring at a P90 latency dashboard that...
🔗 Read more: https://dev.to/practiceoverflow/llm-d-launches-kubernetes-native-distributed-inference-3j0f
📰 Source: Dev.to
📅 2026-04-19 08:25 UTC
#DevOps #Tech #Automation #CloudNative
It's Tuesday afternoon. An SRE at a mid-sized fintech is staring at a P90 latency dashboard that...
🔗 Read more: https://dev.to/practiceoverflow/llm-d-launches-kubernetes-native-distributed-inference-3j0f
📰 Source: Dev.to
📅 2026-04-19 08:25 UTC
#DevOps #Tech #Automation #CloudNative
☸️ How I Troubleshoot Kubernetes in Production
Kubernetes failures are rarely random. Most incidents repeat a small set of patterns - image pull...
🔗 Read more: https://dev.to/shaikahmadnawaz/how-i-troubleshoot-kubernetes-in-production-16co
📰 Source: Dev.to
📅 2026-04-19 06:30 UTC
#DevOps #Tech #Automation #CloudNative
Kubernetes failures are rarely random. Most incidents repeat a small set of patterns - image pull...
🔗 Read more: https://dev.to/shaikahmadnawaz/how-i-troubleshoot-kubernetes-in-production-16co
📰 Source: Dev.to
📅 2026-04-19 06:30 UTC
#DevOps #Tech #Automation #CloudNative
🚀 I Built a Fully Serverless Task Manager on AWS — Here's What the Docs Don't Tell You
DynamoDB single-table design, Cognito RBAC, event-driven SES notifications, and 6 gotchas I hit building this on AWS Lambda + Terraform.
🔗 Read more: https://dev.to/prince_ayiku_166/i-built-a-fully-serverless-task-manager-on-aws-heres-what-the-docs-dont-tell-you-37c8
📰 Source: Dev.to
📅 2026-04-20 08:54 UTC
#DevOps #Tech #Automation #CloudNative
DynamoDB single-table design, Cognito RBAC, event-driven SES notifications, and 6 gotchas I hit building this on AWS Lambda + Terraform.
🔗 Read more: https://dev.to/prince_ayiku_166/i-built-a-fully-serverless-task-manager-on-aws-heres-what-the-docs-dont-tell-you-37c8
📰 Source: Dev.to
📅 2026-04-20 08:54 UTC
#DevOps #Tech #Automation #CloudNative
🐳 I built a tool to visualize and control Docker + K8s across all your VMs from a browser – would love feedback from people who actually do this daily
I manage a few VMs with a mix of Docker containers and Kubernetes, and I kept running into the same...
🔗 Read more: https://dev.to/rishinamansingh/i-built-a-tool-to-visualize-and-control-docker-k8s-across-all-your-vms-from-a-browser-would-4g0i
📰 Source: Dev.to
📅 2026-04-19 19:09 UTC
#DevOps #Tech #Automation #CloudNative
I manage a few VMs with a mix of Docker containers and Kubernetes, and I kept running into the same...
🔗 Read more: https://dev.to/rishinamansingh/i-built-a-tool-to-visualize-and-control-docker-k8s-across-all-your-vms-from-a-browser-would-4g0i
📰 Source: Dev.to
📅 2026-04-19 19:09 UTC
#DevOps #Tech #Automation #CloudNative
🐳 How I got out of dependency hell with Docker (SpiderFoot OSINT lab)
I wanted to try SpiderFoot – an OSINT tool. Thought it would be a simple pip install. Nope. It...
🔗 Read more: https://dev.to/muzasio/how-i-got-out-of-dependency-hell-with-docker-spiderfoot-osint-lab-5e6d
📰 Source: Dev.to
📅 2026-04-20 20:47 UTC
#DevOps #Tech #Automation #CloudNative
I wanted to try SpiderFoot – an OSINT tool. Thought it would be a simple pip install. Nope. It...
🔗 Read more: https://dev.to/muzasio/how-i-got-out-of-dependency-hell-with-docker-spiderfoot-osint-lab-5e6d
📰 Source: Dev.to
📅 2026-04-20 20:47 UTC
#DevOps #Tech #Automation #CloudNative