Ops Community
Author

Ops Community

A leading IT operations community where professionals share and grow together.

164
Articles
0
Likes
457
Views
0
Comments
Recent Articles

Latest from Ops Community

100 recent articles max
Ops Community
Ops Community
Dec 30, 2025 · Cloud Native

Why I Dropped Jenkins for GitHub Actions & ArgoCD: A Complete GitOps Migration Guide

After years of using Jenkins, the author explains why moving to a GitOps workflow with GitHub Actions for CI and ArgoCD for CD offers lower maintenance, tighter integration with Kubernetes, declarative configurations, and automated deployments, and provides a step‑by‑step guide covering environment requirements, repository layout, CI pipeline, ArgoCD application setup, multi‑environment strategies, secret management, RBAC, monitoring, troubleshooting, and migration best practices.

ArgoCDCI/CDDevOps
0 likes · 21 min read
Why I Dropped Jenkins for GitHub Actions & ArgoCD: A Complete GitOps Migration Guide
Ops Community
Ops Community
Dec 28, 2025 · Artificial Intelligence

Boost LLM Inference Speed: Build a High‑Concurrency vLLM Service with Best‑Practice Ops

This guide walks through the complete process of deploying a high‑throughput large language model inference service using vLLM, covering environment preparation, installation, configuration tuning, performance testing, real‑world case studies, monitoring, troubleshooting, and backup strategies for production‑grade deployments.

GPU OptimizationHigh ConcurrencyLLM inference
0 likes · 44 min read
Boost LLM Inference Speed: Build a High‑Concurrency vLLM Service with Best‑Practice Ops
Ops Community
Ops Community
Dec 25, 2025 · Cloud Native

From DevOps Pain to Platform Engineering: An Internal Developer Platform Blueprint

This article walks you through the full journey of transforming a traditional DevOps workflow into a modern internal developer platform, covering the why, architecture, step‑by‑step migration phases, reusable templates, automation scripts, security hardening, monitoring, and best‑practice recommendations for scalable, self‑service cloud‑native development.

Internal Developer Platformcloud-nativeplatform engineering
0 likes · 40 min read
From DevOps Pain to Platform Engineering: An Internal Developer Platform Blueprint
Ops Community
Ops Community
Dec 21, 2025 · Information Security

How to Investigate and Harden a Compromised Linux Server: Real-World Case Study

This guide walks through a real incident where a Linux server was hijacked by a mining virus, detailing step‑by‑step emergency response, systematic forensic investigation, cleanup procedures, and hardening measures to prevent future breaches, complete with scripts and best‑practice recommendations.

LinuxMonitoringRootkit
0 likes · 26 min read
How to Investigate and Harden a Compromised Linux Server: Real-World Case Study
Ops Community
Ops Community
Dec 19, 2025 · Cloud Native

Why We Dropped Jenkins for Tekton & ArgoCD: A Complete Migration Blueprint

This guide explains the shortcomings of Jenkins, outlines the core GitOps principles, details the selection of Tekton, ArgoCD, Harbor, and Kyverno, and provides step‑by‑step configurations, pipelines, and best‑practice recommendations for a production‑grade migration to a cloud‑native CI/CD platform.

ArgoCDCI/CDGitOps
0 likes · 31 min read
Why We Dropped Jenkins for Tekton & ArgoCD: A Complete Migration Blueprint
Ops Community
Ops Community
Dec 16, 2025 · Operations

Mastering Chrony: Fast, Precise Time Sync for Distributed Systems

This guide explains why accurate time synchronization is critical for distributed infrastructures, introduces Chrony as a modern NTP replacement, and provides step‑by‑step preparation, configuration, deployment, monitoring, and troubleshooting procedures—including real‑world case studies and best‑practice recommendations.

LinuxMonitoringNTP
0 likes · 24 min read
Mastering Chrony: Fast, Precise Time Sync for Distributed Systems
Ops Community
Ops Community
Dec 9, 2025 · Operations

How to Expand a Ceph Cluster Without Overloading Your Services

This guide walks through a real‑world Ceph cluster expansion from 500 TB to 1.2 PB, explaining the risks of automatic rebalancing, presenting a step‑by‑step, batch‑wise expansion plan with weight‑adjustment tricks, configuration tuning, monitoring, troubleshooting, and rollback procedures to keep business latency under control.

CephClusterOSD
0 likes · 27 min read
How to Expand a Ceph Cluster Without Overloading Your Services
Ops Community
Ops Community
Nov 27, 2025 · Operations

How to Shrink a 1GB Docker Image to 50MB: 7 Proven Techniques

This guide explains why Docker image size matters for deployment speed, storage cost, and security, and walks through seven practical techniques—including multi‑stage builds, Alpine and Distroless bases, layer merging, dependency trimming, static compilation, and automated tools—to reduce a 1GB+ image to under 50 MB while preserving functionality.

AlpineDistrolessDocker
0 likes · 30 min read
How to Shrink a 1GB Docker Image to 50MB: 7 Proven Techniques