DevOps Cloud Academy
Author

DevOps Cloud Academy

Exploring industry DevOps practices and technical expertise.

748
Articles
0
Likes
3.5k
Views
0
Comments
Recent Articles

Latest from DevOps Cloud Academy

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

How DevOps and NoOps Transform the Software Development Lifecycle (SDLC)

DevOps and the emerging NoOps approach reshape the traditional software development lifecycle by fostering continuous development, tighter collaboration between developers and operations, and leveraging serverless technologies to automate operational tasks, thereby shortening delivery cycles and enabling startups and small applications to achieve faster, high‑quality releases.

DevOpsNoOpsSDLC
0 likes · 2 min read
How DevOps and NoOps Transform the Software Development Lifecycle (SDLC)
DevOps Cloud Academy
DevOps Cloud Academy
Dec 14, 2023 · Operations

CI/CD Observability via OpenTelemetry at Grafana Labs

The article explains the importance of CI/CD observability, outlines common pipeline problems, introduces Grafana's GraCIe plugin built on OpenTelemetry, and discusses how enhanced visibility can improve reliability, decision‑making, and future standardization across CI/CD platforms.

CI/CDDevOpsGrafana
0 likes · 13 min read
CI/CD Observability via OpenTelemetry at Grafana Labs
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