DevOps Cloud Academy
Author

DevOps Cloud Academy

Exploring industry DevOps practices and technical expertise.

745
Articles
0
Likes
1.6k
Views
0
Comments
Recent Articles

Latest from DevOps Cloud Academy

100 recent articles max
DevOps Cloud Academy
DevOps Cloud Academy
Dec 11, 2023 · Operations

Managing Java Process Memory in Kubernetes Pods to Prevent OOMKilled

This article explains why Java processes in Kubernetes pods often encounter OOMKilled despite correct JVM heap settings, analyzes the discrepancy between JVM‑reported memory and container metrics, and provides practical steps such as adjusting MaxRAMPercentage and pod memory limits to stabilize memory usage.

JVMJavaKubernetes
0 likes · 9 min read
Managing Java Process Memory in Kubernetes Pods to Prevent OOMKilled
DevOps Cloud Academy
DevOps Cloud Academy
Dec 6, 2023 · Databases

Implementing a Complete Azure DevOps Database CI/CD Workflow with Bytebase

This article demonstrates how to set up a full database CI/CD pipeline on Azure DevOps using Bytebase, covering Docker deployment, ngrok configuration, GitOps integration, SQL review automation, approval processes, schema write‑back, and migration detection, with step‑by‑step instructions and code examples.

Azure DevOpsBytebaseDatabase CI/CD
0 likes · 11 min read
Implementing a Complete Azure DevOps Database CI/CD Workflow with Bytebase
DevOps Cloud Academy
DevOps Cloud Academy
Dec 2, 2023 · Operations

Five Key Learnings from Five Years in DevOps

The article shares five practical DevOps insights—people‑centric culture, the importance of IAC and GitOps, mastering YAML/JSON, adopting the 12‑factor app methodology, and continuous learning—to help engineers improve cloud infrastructure, automation, and organizational effectiveness.

12-factor
0 likes · 6 min read
Five Key Learnings from Five Years in DevOps
DevOps Cloud Academy
DevOps Cloud Academy
Nov 27, 2023 · Operations

Implementing a DevSecOps CI/CD Pipeline for Multi‑Language Applications with Jenkins

This article walks through building a comprehensive DevSecOps CI/CD pipeline in Jenkins that integrates source control, static analysis, vulnerability scanning, multi‑language builds, Docker image creation, Trivy security checks, Kubernetes deployment, and ZAP DAST testing to securely deliver applications across various runtimes.

CI/CDDevSecOpsDocker
0 likes · 18 min read
Implementing a DevSecOps CI/CD Pipeline for Multi‑Language Applications with Jenkins
DevOps Cloud Academy
DevOps Cloud Academy
Oct 18, 2023 · Operations

Comprehensive Overview of DevOps Tools for 2024

This article provides a detailed overview of the most widely used DevOps tools across categories such as version control, CI/CD, container orchestration, configuration management, infrastructure as code, monitoring, collaboration, artifact repositories, testing, security, deployment automation, serverless, and database management, helping practitioners choose the right solutions for their pipelines.

AutomationCI/CDDevOps
0 likes · 7 min read
Comprehensive Overview of DevOps Tools for 2024
DevOps Cloud Academy
DevOps Cloud Academy
Oct 14, 2023 · Cloud Native

Introducing Kargo: A Multi‑Stage Application Orchestration Platform for CI/CD on Kubernetes

The article explains how Kargo, an open‑source, GitOps‑based platform built on Argo CD experience, addresses the complexities of multi‑stage CI/CD pipelines in Kubernetes by providing declarative stage definitions, promotion workflows, and advanced delivery features such as canary releases and A/B testing.

Argo CDCI/CDContinuous delivery
0 likes · 12 min read
Introducing Kargo: A Multi‑Stage Application Orchestration Platform for CI/CD on Kubernetes