UA DevOps
730 subscribers
779 photos
33 videos
25 files
1.33K links
Канал з новинами у DevOps світі. Актуальні статті та цікаві рішення.
Наш чат: @ua_devops_community
реклама: @yuliy_ceaser
Download Telegram
☸️ Understanding Kubernetes: part 62 – Image Volume

Serie of sketchnotes about Kubernetes. Explaining in a visual way Kubernetes principles.

🔗 Read more: https://dev.to/aurelievache/understanding-kubernetes-part-62-image-volume-59hf
📰 Source: Dev.to
📅 2026-05-11 15:55 UTC

#DevOps #Tech #Automation #CloudNative
https://nesbitt.io/2026/02/03/incident-report-cve-2024-yikes.html


A compromised dependency in the JavaScript ecosystem led to credential theft, which enabled a supply chain attack on a Rust compression library, which was vendored into a Python build tool, which shipped malware to approximately 4 million developers before being inadvertently patched by an unrelated cryptocurrency mining worm.
https://about.gitlab.com/blog/gitlab-act-2/

GitLab CEO Bill Staples announced a major company restructuring — dubbed "Act 2" — involving workforce reductions, a flatter org structure, and a strategic pivot toward the agentic AI era, with plans to rebuild the platform for machine-scale workloads. The restructure includes reducing the number of operating countries by up to 30%, removing management layers, reorganizing R&D into roughly 60 smaller teams, and rewiring internal processes with AI agents
🐳 Run Claude Code Locally for Free with Docker Model Runner

We know that the Claude Code is phenomenal for development and code. But we can easily run out of...

🔗 Read more: https://dev.to/pradumnasaraf/run-claude-code-locally-for-free-with-docker-model-runner-3o27
📰 Source: Dev.to
📅 2026-05-12 03:56 UTC

#DevOps #Tech #Automation #CloudNative
🚀 Least-Privilege CI/CD on AWS: The 4-Layer Pattern That Scales to 200 Pipelines

A practical pattern with GitLab, GitHub, OIDC, Terraform, and CDK. From zero to continuously-refined least-privilege in 90 days.

🔗 Read more: https://dev.to/aws-builders/least-privilege-cicd-on-aws-the-4-layer-pattern-that-scales-to-200-pipelines-238o
📰 Source: Dev.to
📅 2026-05-12 18:19 UTC

#DevOps #Tech #Automation #CloudNative
🐳 Run Claude Code Locally for Free with Docker Model Runner

We know that the Claude Code is phenomenal for development and code. But we can easily run out of...

🔗 Read more: https://dev.to/pradumnasaraf/run-claude-code-locally-for-free-with-docker-model-runner-3o27
📰 Source: Dev.to
📅 2026-05-12 03:56 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Docker and Kubernetes: Complete Production Deployment Guide

I remember the moment I realized Docker Compose wasn't enough anymore. I was running a side project...

🔗 Read more: https://dev.to/asifthewebguy/docker-and-kubernetes-complete-production-deployment-guide-3jnn
📰 Source: Dev.to
📅 2026-05-13 11:57 UTC

#DevOps #Tech #Automation #CloudNative
🚀 Installing Podman on Ubuntu 26.04

Podman is a daemonless container engine compatible with Docker's CLI and OCI container formats....

🔗 Read more: https://dev.to/vultr/installing-podman-on-ubuntu-2604-193n
📰 Source: Dev.to
📅 2026-05-13 21:43 UTC

#DevOps #Tech #Automation #CloudNative
☁️ Cloud Native Platform Engineer (CNPE) Exam Study Guide

A few weeks ago, I took and passed the Cloud Native Platform Engineer (CNPE) exam and earned this...

🔗 Read more: https://dev.to/pauldotyu/cloud-native-platform-engineer-cnpe-exam-study-guide-37id
📰 Source: Dev.to
📅 2026-05-13 12:00 UTC

#DevOps #Tech #Automation #CloudNative
👍2
☸️ Stop Paying $150/Month for Managed Kubernetes  -  Run Your Own for $10

Table of Contents Task Assumptions Flow Init or...

🔗 Read more: https://dev.to/lihnjo/stop-paying-150month-for-managed-kubernetes-run-your-own-for-10-24gc
📰 Source: Dev.to
📅 2026-05-15 07:39 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Kubernetes Networking Deep Dive — Part 2: MetalLB, Nginx Ingress, and NetworkPolicy

Part 2 of 2 — Replacing NodePort with real LoadBalancer IPs, routing traffic through an Ingress...

🔗 Read more: https://dev.to/otobong_edoho_7796fec1f41/kubernetes-networking-deep-dive-part-2-metallb-nginx-ingress-and-networkpolicy-1lfo
📰 Source: Dev.to
📅 2026-05-13 10:50 UTC

#DevOps #Tech #Automation #CloudNative
🐳 Building tiny-docker-go in Go: What I Learned from Building a Tiny Docker-like Runtime

A personal 10-day journey of building a minimal Docker-like container runtime in Go using Linux namespaces, cgroups, rootfs isolation, logs, lifecycle management, and basic networking.

🔗 Read more: https://dev.to/amirsefati/building-tiny-docker-go-in-go-what-i-learned-from-building-a-tiny-docker-like-runtime-57g9
📰 Source: Dev.to
📅 2026-05-16 15:14 UTC

#DevOps #Tech #Automation #CloudNative
🚀 Where React for IaC came from

The origin of Dinghy: a DevOps engineer drowning in copy-pasted Terraform, the CDKTF detour that didn't quite fit, and the moment TSX clicked as the right shape for cloud resources.

🔗 Read more: https://dev.to/mrduguo/where-react-for-iac-came-from-10e0
📰 Source: Dev.to
📅 2026-05-17 09:47 UTC

#DevOps #Tech #Automation #CloudNative
🏗️ Hardening Azure Acmebot for ISO 27001 & NIS2 Compliance with Terraform

Automating SSL/TLS certificates with Let's Encrypt and Azure Key Vault is a solved problem. Tools...

🔗 Read more: https://dev.to/dwoitzik/hardening-azure-acmebot-for-iso-27001-nis2-compliance-with-terraform-438e
📰 Source: Dev.to
📅 2026-05-16 22:00 UTC

#DevOps #Tech #Automation #CloudNative
🏗️ The Day 2 Operations Debt You Inherited From Terraform

Terraform codebases outlive the teams that wrote them. That is the first thing to understand before...

🔗 Read more: https://dev.to/ntctech/the-day-2-operations-debt-you-inherited-from-terraform-5536
📰 Source: Dev.to
📅 2026-05-18 12:00 UTC

#DevOps #Tech #Automation #CloudNative
🐳 Running My Tiny Docker-like Runtime on macOS with Lima

What I learned while running a Linux-based container runtime from macOS using Lima, including mistakes around namespaces, cgroups, rootfs, architecture, and VM boundaries.

🔗 Read more: https://dev.to/amirsefati/running-my-tiny-docker-like-runtime-on-macos-with-lima-5bd
📰 Source: Dev.to
📅 2026-05-17 14:40 UTC

#DevOps #Tech #Automation #CloudNative
🚀 Infrastructure as Code: Mistakes I Made So You Don't Have To

Learning Terraform the hard way. Here are the mistakes that cost me sleep, money, and a bit of my sanity.

🔗 Read more: https://dev.to/sachincool/infrastructure-as-code-mistakes-i-made-so-you-dont-have-to-4o5i
📰 Source: Dev.to
📅 2026-05-18 16:49 UTC

#DevOps #Tech #Automation #CloudNative
🚀 Syncing GitLab Projects to AWX — My DevOps Journey By Sireesha

If you've been following my blog series, you already know I've set up Ansible AWX on Kubernetes using...

🔗 Read more: https://dev.to/sirisharajukamparajuc9c/syncing-gitlab-projects-to-awx-my-devops-journeyby-sireesha-24b8
📰 Source: Dev.to
📅 2026-05-19 13:24 UTC

#DevOps #Tech #Automation #CloudNative