UA DevOps
692 subscribers
498 photos
26 videos
25 files
1.02K links
Канал з новинами у DevOps світі. Актуальні статті та цікаві рішення.
Наш чат: @ua_devops_community
реклама: @saladar
Download Telegram
🚀 Write Dynamic GitLab pipelines in TypeScript

As CI/CD pipelines evolve, they tend to grow in size, complexity, and inevitably... frustration. If...

🔗 Read more: https://dev.to/sleeyax/write-dynamic-gitlab-pipelines-in-typescript-3ake
📰 Source: Dev.to
📅 2026-01-23 21:06 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Building a Lightweight Kubernetes Desktop Client GUI with Tauri and Rust

I've been working with Kubernetes for years, and like many of you, I've tried various GUI tools to...

🔗 Read more: https://dev.to/atilladeniz/building-a-lightweight-kubernetes-desktop-client-with-tauri-and-rust-3bbj
📰 Source: Dev.to
📅 2026-01-23 18:46 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Kyverno Without the Noise: Practical Kubernetes Policies for Security & Best Practices

How to introduce guardrails in Kubernetes using native YAML — without slowing teams down. ...

🔗 Read more: https://dev.to/bansikah/kyverno-without-the-noise-practical-kubernetes-policies-for-security-best-practices-21i8
📰 Source: Dev.to
📅 2026-01-23 17:12 UTC

#DevOps #Tech #Automation #CloudNative
🚀 Don’t Learn DevOps Before Understanding Web Development

When people ask me how to start learning DevOps or Cloud, I always say the same thing: “First, build...

🔗 Read more: https://dev.to/tusharsharma099/dont-learn-devops-before-understanding-web-development-fb
📰 Source: Dev.to
📅 2026-01-24 10:40 UTC

#DevOps #Tech #Automation #CloudNative
1
🚀 The Over-Abstraction Trap: Why We Need to Stop Over-Engineering Our Infrastructure

The arrival of Infrastructure as Code (IaC) promised a fundamental shift in how we manage our digital...

🔗 Read more: https://dev.to/sebs/the-over-abstraction-trap-why-we-need-to-stop-over-engineering-our-infrastructure-3737
📰 Source: Dev.to
📅 2026-01-23 16:35 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Build AI Agents on Kubernetes: Kagent + Amazon Bedrock Setup Guide

Managing various LLM provider accounts, subscriptions, and cost can get cumbersome for many...

🔗 Read more: https://dev.to/thenjdevopsguy/build-ai-agents-on-kubernetes-kagent-amazon-bedrock-setup-guide-497n
📰 Source: Dev.to
📅 2026-01-24 13:19 UTC

#DevOps #Tech #Automation #CloudNative
🚀 Protecting Your Prize-Winning Cyber-Carrots: A Defense-in-Depth Guide to Azure AKS with Crossplane v2

Learn how to apply layered security controls to your Azure AKS deployments using Crossplane v2 - because cyber-rabbits are always hungry for your data!

🔗 Read more: https://dev.to/the-software-s-journey/protecting-your-prize-winning-cyber-carrots-a-defense-in-depth-guide-to-azure-aks-with-crossplane-43f0
📰 Source: Dev.to
📅 2026-01-24 10:45 UTC

#DevOps #Tech #Automation #CloudNative
👍1
🐳 Teaching Clawdbot About Docker

Last weekend, I stumbled onto something called Clawdbot. It's basically a self-hosted AI assistant...

🔗 Read more: https://dev.to/ajeetraina/teaching-clawdbot-about-docker-165g
📰 Source: Dev.to
📅 2026-01-26 03:32 UTC

#DevOps #Tech #Automation #CloudNative
🚀 Day-40 Bridging the Gap: My Day Modernizing CI/CD and Traffic Management

It’s easy to get comfortable with the tools we know. For the longest time, Kubernetes Ingress and...

🔗 Read more: https://dev.to/jayanthdasari7/day-40-bridging-the-gap-my-day-modernizing-cicd-and-traffic-management-11f5
📰 Source: Dev.to
📅 2026-01-26 16:16 UTC

#DevOps #Tech #Automation #CloudNative
🐳 Understanding Virtual Machines: A Docker Journey Begins

What Are Virtual Machines? Before diving into Docker, I needed to understand virtual...

🔗 Read more: https://dev.to/turjoc120/understanding-virtual-machines-a-docker-journey-begins-3ck2
📰 Source: Dev.to
📅 2026-01-26 13:09 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Kubernetes Dashboard Alternatives in 2026: Best Web UI Options After Official Retirement

The Kubernetes Dashboard, once a staple tool for cluster visualization and management, has been...

🔗 Read more: https://dev.to/alexandrev/kubernetes-dashboard-alternatives-in-2026-best-web-ui-options-after-official-retirement-4e02
📰 Source: Dev.to
📅 2026-01-26 10:44 UTC

#DevOps #Tech #Automation #CloudNative
Forwarded from 🇺🇦 Security QA
🔎 Pinkerton

Пошук секретів у JavaScript через crawl сайту

Pinkerton — це Python-інструмент, який:
➡️ сканує сайт,
➡️ збирає всі підключені JavaScript-файли,
➡️ шукає в них секрети.

🧠 Що саме він шукає

У JS-файлах:
🔑 API keys
🔐 authorization tokens
🪪 hardcoded passwords
🧾 інші чутливі дані, які часто “випливають” у frontend

https://github.com/000pp/Pinkerton
☸️ Optimizing GPU Workload Placement in Kubernetes with NVLink-Aware Scheduling

The hidden performance tax You bought GPUs with NVLink interconnects. You're probably not...

🔗 Read more: https://dev.to/lalitlouis/optimizing-gpu-workload-placement-in-kubernetes-with-nvlink-aware-scheduling-20n7
📰 Source: Dev.to
📅 2026-01-27 22:33 UTC

#DevOps #Tech #Automation #CloudNative
🐳 Build a Military-Grade SOC for $0 (Wazuh + Docker + Python)

STOP paying $5,000/month for enterprise security tools like Splunk or Datadog just to monitor your...

🔗 Read more: https://dev.to/itsolutionspro/build-a-military-grade-soc-for-0-wazuh-docker-python-3kam
📰 Source: Dev.to
📅 2026-01-27 16:29 UTC

#DevOps #Tech #Automation #CloudNative
🐳 How I Reduced My Docker Image Size by 90% Using Multi-Stage Builds

Optimizing Docker Images: From Gigabytes to Megabytes Docker images bloating to several...

🔗 Read more: https://dev.to/vipinyadav01/how-i-reduced-my-docker-image-size-by-90-using-multi-stage-builds-p4h
📰 Source: Dev.to
📅 2026-01-28 17:06 UTC

#DevOps #Tech #Automation #CloudNative
🐳 Using Profiles with Docker Compose

In this setup, the backend, frontend, and database form the core of the application and are started...

🔗 Read more: https://dev.to/pradumnasaraf/using-profiles-with-docker-compose-238l
📰 Source: Dev.to
📅 2026-01-29 04:19 UTC

#DevOps #Tech #Automation #CloudNative
🏗️ Deploying Adminer on ECS to Access a Private RDS Database (Terraform)

Recently, I worked on a project where we set up Elastic Container Service (ECS) and an RDS...

🔗 Read more: https://dev.to/abdulrasheedabdulazeez7/deploying-adminer-on-ecs-to-access-a-private-rds-database-terraform-262p
📰 Source: Dev.to
📅 2026-01-28 11:27 UTC

#DevOps #Tech #Automation #CloudNative
1
☸️ Debugging Missing Kubernetes Events: A Deep Dive into the Event Spam Filter

How I traced 13 init containers down to a hardcoded rate limit buried in client-go ...

🔗 Read more: https://dev.to/trevorchikambure80a3fd0/debugging-missing-kubernetes-events-a-deep-dive-into-the-event-spam-filter-37kj
📰 Source: Dev.to
📅 2026-01-29 15:43 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Debugging Missing Kubernetes Events: A Deep Dive into the Event Spam Filter

How I traced 13 init containers down to a hardcoded rate limit buried in client-go ...

🔗 Read more: https://dev.to/trevorchiks/debugging-missing-kubernetes-events-a-deep-dive-into-the-event-spam-filter-37kj
📰 Source: Dev.to
📅 2026-01-29 15:43 UTC

#DevOps #Tech #Automation #CloudNative
🤖 Automation Gone Wrong: Our Cleanup Lambda Deleted Rancher’s EBS Volume (and How Velero Saved Us)

A real-world incident where an automated cleanup Lambda deleted our Rancher's EBS volume in our...

🔗 Read more: https://dev.to/aws-builders/automation-gone-wrong-our-cleanup-lambda-deleted-ranchers-ebs-volume-and-how-velero-saved-us-4c88
📰 Source: Dev.to
📅 2026-01-30 11:00 UTC

#DevOps #Tech #Automation #CloudNative