Tech Skills

DevOps & Cloud

CI/CD, Docker, Kubernetes, AWS, GCP, Azure, monitoring and infrastructure as code

1,362
lessons
Skills in this topic
View full skill map →
Linux & CLI
beginner
Navigate the filesystem, manage permissions, and use pipes
Docker & Containers
beginner
Write a production-ready Dockerfile
Cloud Fundamentals
intermediate
Deploy a web app on AWS EC2 or App Engine
Kubernetes
intermediate
Deploy a multi-container app on a k8s cluster
CI/CD Pipelines
intermediate
Build a CI pipeline that runs tests on every PR
Infrastructure as Code
advanced
Provision a full VPC with Terraform
All Reads (911) Articles (472)Blog Posts (321)Tutorials (114)News (4)
I built a self-hosted Linux fleet manager with no database and zero pip dependencies
Dev.to · tyxak ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
I built a self-hosted Linux fleet manager with no database and zero pip dependencies
I manage a small fleet of Linux servers and got tired of the options: Ansible is great but not a...
What Happens When You Run `npm run dev`
Dev.to · Athreya aka Maneshwar ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
What Happens When You Run `npm run dev`
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is...
DbxSmith: Forge Isolated Dev Environments and Manage Boxes Seamlessly
Dev.to · Arijit Das ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
DbxSmith: Forge Isolated Dev Environments and Manage Boxes Seamlessly
A pure Bash TUI toolkit for provisioning, isolating, and orchestrating Distrobox/Podman containers —...
Compass v1.1.0 · we shipped a memory plugin that catches its own consumption drift
Dev.to · chunxiaoxx ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Compass v1.1.0 · we shipped a memory plugin that catches its own consumption drift
Recall != consumption. Same anti-pattern reproduced across sessions despite recall hitting the right files. Three layers of fix and a capability-driven governan
Zero-Downtime Kubernetes Deployments — The Difference Between “Works in Dev” and Production-Grade…
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Zero-Downtime Kubernetes Deployments — The Difference Between “Works in Dev” and Production-Grade…
Modern applications are expected to be available 24/7. Users don’t care that a deployment is happening in the background — they simply… Continue reading on Medi
Terminal Superpowers You Should Be Using in 2026
Dev.to · Sean Boult ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Terminal Superpowers You Should Be Using in 2026
I live in my terminal. Here's what I use to stay fast. Fuzzy finder (fzf) Terminal motions Sudo...
I Built a Live Monitor for 77 Free Public APIs in a Weekend (Architecture + Bugs)
Dev.to · Yassine Adissa ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
I Built a Live Monitor for 77 Free Public APIs in a Weekend (Architecture + Bugs)
Astro static site, Cloudflare Workers cron, D1 SQLite, daily GitHub Actions rebuild. $0/month. The one bug that ate an afternoon.
What I learned introspecting 922 npm MCP servers
Dev.to · Artyom Rabzonov ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
What I learned introspecting 922 npm MCP servers
TL;DR: We ran npx -y <package> against 922 npm-published MCP servers, sent them the JSON-RPC...
Kubernetes 1.36 “Haru”: What’s New In This Release
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Kubernetes 1.36 “Haru”: What’s New In This Release
Key updates in DRA, gang scheduling, user namespaces, and Kubernetes stability enhancements Continue reading on Curious Devs Corner »
How We Scaled Change Management to 30+ Environments Without a DevOps Team
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
How We Scaled Change Management to 30+ Environments Without a DevOps Team
By Emmanuel Pot, Senior Manager, Engineering, WarpStream Continue reading on Medium »
Deploying Ansible AWX on Kubernetes Using Helm
Dev.to · Sirisharaju Kamparaju ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Deploying Ansible AWX on Kubernetes Using Helm
In this blog, I'm going to walk you through how I deployed Ansible AWX on a Kubernetes cluster using...
How Kafka and Nginx Move Data Faster: The Magic of Zero Copy
Dev.to · Dakshin G ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
How Kafka and Nginx Move Data Faster: The Magic of Zero Copy
Ever wonder how tools like Kafka, Nginx, Netty manage to saturate a 10Gbps network link while barely...
Pourquoi votre tâche cron ne s’exécute jamais (et comment ne plus vous planter)
Medium · JavaScript ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Pourquoi votre tâche cron ne s’exécute jamais (et comment ne plus vous planter)
Vous avez déjà passé une heure à debugger un cron job silencieux ? Moi oui. Plusieurs fois. Continue reading on Medium »
End-to-End Observability for Kubernetes Microservices with OpenTelemetry Protocol (OTLP): A…
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
End-to-End Observability for Kubernetes Microservices with OpenTelemetry Protocol (OTLP): A…
A complete walkthrough — from the basics of OTLP to production-grade implementation, including advanced patterns like tail sampling, mTLS… Continue reading on M
Why are we still debugging production logs like it's 2012?
Dev.to · Ramveer Singh ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Why are we still debugging production logs like it's 2012?
Hey everyone, Let’s be honest for a second: outage debugging is one of the most stressful parts of...
What Broke When We Hit 100k WebSocket Connections (And How Realtime Orchestration Saved Us)
Dev.to · hamza qureshi ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
What Broke When We Hit 100k WebSocket Connections (And How Realtime Orchestration Saved Us)
Introduction We built a product that streams AI model outputs to browsers and backend...
⚙️ Monitoring MinIO with Prometheus and Grafana — the right way for production
Dev.to · Python-T Point ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
⚙️ Monitoring MinIO with Prometheus and Grafana — the right way for production
A full monitoring setup can generate zero actionable alerts — when metrics aren’t tied to system...
I Broke My Proxmox Home Lab with a GPU Passthrough — Here’s How I Fixed It
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
I Broke My Proxmox Home Lab with a GPU Passthrough — Here’s How I Fixed It
How a Kubernetes worker VM with a passed-through AMD GPU sent my entire home lab into an infinite crash loop — and the GRUB-level trick… Continue reading on Med
I Broke My Proxmox Home Lab with a GPU Passthrough - Here's How I Fixed It
Dev.to · Pendela BhargavaSai ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
I Broke My Proxmox Home Lab with a GPU Passthrough - Here's How I Fixed It
How a Kubernetes worker VM with a passed-through AMD GPU sent my entire home lab into an infinite...
I bought yamlfuneral.com
Dev.to · 0xArchitect ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
I bought yamlfuneral.com
I've rewritten the same CloudFormation template from scratch more times than I want to admit. The...
The Technology I Was Wrong About
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
The Technology I Was Wrong About
“Docker is just hype. We don’t need it.” Continue reading on Medium »
Kubernetes Tools
Dev.to · Durgesh ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Kubernetes Tools
Every Kubernetes Tool Explained In One Post (And Why They Exist) The Kubernetes Ecosystem Has a...
GitHub Copilot for DevOps
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
GitHub Copilot for DevOps
Hey folks ! Today I want to share something I have been hands-on with for a while now, and honestly it’s changed the way I approach DevOps… Continue reading on
Azure Container Registry Tasks: The CLI Commands You Need To Know
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Azure Container Registry Tasks: The CLI Commands You Need To Know
I use Azure Container Registry Tasks to build Docker images in a serverless way. Instead of running image builds on my own build agents, I… Continue reading on
The Docker Caching Mistake That Makes Every Build Feel Slow
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
The Docker Caching Mistake That Makes Every Build Feel Slow
Docker and caching. seems like a superficial topic, but it turns out most people don’t really understand why their build takes so much time Continue reading on
Gitea: The Ultimate GitHub Alternative for Your Home Lab?
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Gitea: The Ultimate GitHub Alternative for Your Home Lab?
A lightweight, lightning-fast alternative to GitLab for Kubernetes home labs using Gitea Actions. Continue reading on Medium »
PRetty Turns Messy Commits Into Clean PR Descriptions — However You Code
Medium · JavaScript ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
PRetty Turns Messy Commits Into Clean PR Descriptions — However You Code
Week 3 of building in public — a CLI, a web app, and a GitHub Action that writes your pull requests for you. Continue reading on Medium »
I Wasted 2 Years Using GitHub + Jenkins + Jira. Then I Discovered GitLab.
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
I Wasted 2 Years Using GitHub + Jenkins + Jira. Then I Discovered GitLab.
The tool that quietly does the job of five — and why DevOps teams are switching fast. Continue reading on Medium »
Dev.to AI ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
IBM Bob writes a Vault secrets engine
For about five years or so, I've reverse-engineered my way through building Vault secrets engines (AKA a type of plugin). While Vault has a number of them alrea
ZDNet ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Why Wave is my new go-to terminal app - how I use this powerful tool
The Linux, MacOS, and Windows terminal is no longer just for commands. Thanks to apps like Wave, you can have a veritable toolbox at your disposal in a single w
Docker vs Kubernetes vs Podman ☸️
Medium · AI ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Docker vs Kubernetes vs Podman ☸️
Understanding what each tool does, when to use it, and how they fit into modern container workflows Continue reading on CodeX »
Docker vs Kubernetes vs Podman ☸️
Medium · Data Science ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Docker vs Kubernetes vs Podman ☸️
Understanding what each tool does, when to use it, and how they fit into modern container workflows Continue reading on CodeX »
Docker vs Kubernetes vs Podman ☸️
Medium · Programming ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Docker vs Kubernetes vs Podman ☸️
Understanding what each tool does, when to use it, and how they fit into modern container workflows Continue reading on CodeX »
AWS CLI v2 by Examples: Mastering RDS Parameter Groups for Optimized Database Management
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
AWS CLI v2 by Examples: Mastering RDS Parameter Groups for Optimized Database Management
In this article, we delve into the AWS CLI v2 commands for managing RDS parameter groups. We cover crucial operations such as creation… Continue reading on Medi
Jenkins as a Code, or how I stopped clicking around in the UI
Dev.to · Khachatur Ashotyan ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Jenkins as a Code, or how I stopped clicking around in the UI
I've been running Jenkins in one form or another for years now. Different companies, different sizes...
Why Your Kubernetes Log Parsing Is Silently Dropping Events (And How to Fix It)
Dev.to · James Rivers ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Why Your Kubernetes Log Parsing Is Silently Dropping Events (And How to Fix It)
Why Your Kubernetes Log Parsing Is Silently Dropping Events (And How to Fix It) You're...
KumoMTA Setup Guide 2026: Ubuntu, Docker, Kubernetes & Production Configuration
Dev.to · Dhiraj Chatpar ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
KumoMTA Setup Guide 2026: Ubuntu, Docker, Kubernetes & Production Configuration
KumoMTA Setup Guide 2026: Ubuntu, Docker, Kubernetes & Production...
The Real Problems Start After Your MCP Server Works
Dev.to · Madhavi Pasumarthi(#madhaviai) ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
The Real Problems Start After Your MCP Server Works
I've been spending a lot of time building and deploying MCP servers, experimenting with tool...
[Tools] Drunk Charts: A Reusable Helm Library for Kubernetes Deployments
Dev.to · Steven Hoang ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
[Tools] Drunk Charts: A Reusable Helm Library for Kubernetes Deployments
A deep dive into drunk-lib and drunk-app Helm charts — a library-first approach to Kubernetes deployments with OCI distribution and Claude Code AI plugins for v
Circle Three: The Docker Absurdity
Medium · Programming ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Circle Three: The Docker Absurdity
Why You Ship a Whole Elephant in a Box to Deliver a Fly Continue reading on Medium »
Building a Complete End-to-End DevOps CI/CD Pipeline from Scratch
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Building a Complete End-to-End DevOps CI/CD Pipeline from Scratch
GitHub ➜ Jenkins ➜ OWASP ➜ SonarQube ➜ Docker ➜ Trivy ➜ ArgoCD ➜ Kubernetes ➜ Prometheus ➜ Grafana  Continue reading on Medium »
Visual Regression Testing for CLIs with VHS
Dev.to · Bala Paranj ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Visual Regression Testing for CLIs with VHS
How to use Charm's VHS to create GIF-based visual regression tests for your CLI's terminal output —...
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Docker restart-policy on production
Hello, this is my first post on Medium. It might also be considered my first tryout. The topic is small, which makes it a great candidate… Continue reading on M
Build & Release #5: How Apple's rsync Update Nuked My Repo
Dev.to · 7onic ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Build & Release #5: How Apple's rsync Update Nuked My Repo
A macOS update silently swapped rsync. My public repo's git history vanished. My first fix made it worse. Then I merged a bad commit without checking the diff.
Terraform vs CloudFormation vs CDK vs Pulumi — Which IaC Tool Should You Use?
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
Terraform vs CloudFormation vs CDK vs Pulumi — Which IaC Tool Should You Use?
They all provision infrastructure. They do not all solve the same problem. Here is the side-by-side breakdown that actually matters in… Continue reading on Medi
New act Plugin for SuperCLI
Dev.to · Javier Leandro Arancibia ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
New act Plugin for SuperCLI
New act Plugin for SuperCLI GitHub Actions local runner — run, list, validate, and test...
CI/CD Is Not a Developer Toy. It’s Production Safety.
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
CI/CD Is Not a Developer Toy. It’s Production Safety.
Why every Industry 4.0 initiative without stable deployment pipelines is a time bomb Continue reading on Medium »
How to Run Grafana with Docker in Minutes
Medium · DevOps ☁️ DevOps & Cloud ⚡ AI Lesson 3w ago
How to Run Grafana with Docker in Minutes
If you want to launch a powerful monitoring dashboard without dealing with complex installations, running Grafana in Docker is one of the… Continue reading on M