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
Sep 20, 2023 · Cloud Computing

Why Terraform Should Be Part of Your DevOps Toolchain

This article explains why Terraform, a multi‑cloud infrastructure‑as‑code tool, is valuable for DevOps teams due to its simple syntax, modularity, platform‑agnostic design, strong community, and features like plan previews that enable safe, efficient, and version‑controlled infrastructure management.

infrastructure-as-code
0 likes · 6 min read
Why Terraform Should Be Part of Your DevOps Toolchain
DevOps Cloud Academy
DevOps Cloud Academy
Sep 6, 2023 · Cloud Native

The Evolving Role of Developers in Infrastructure as Code and Cloud‑Native Platforms

This article examines how infrastructure management has shifted toward treating infrastructure as code, the growing responsibilities of developers in deploying and maintaining cloud‑native platforms such as Kubernetes, the challenges they face, and the supporting role of platform/DevOps teams and tools like Terraform and ArgoCD.

ArgoCDDevOpsGitOps
0 likes · 7 min read
The Evolving Role of Developers in Infrastructure as Code and Cloud‑Native Platforms
DevOps Cloud Academy
DevOps Cloud Academy
Sep 1, 2023 · Cloud Native

Understanding Kubernetes Termination Signals and Graceful Shutdown

This article explains how Kubernetes termination signals work, the graceful shutdown workflow, handling of application termination, customization of grace periods, impact on high availability, best practices, and tools such as preStop hooks to ensure reliable container lifecycle management.

Container OrchestrationGrace PeriodKubernetes
0 likes · 9 min read
Understanding Kubernetes Termination Signals and Graceful Shutdown
DevOps Cloud Academy
DevOps Cloud Academy
Aug 29, 2023 · Cloud Native

Observability and Data Collection Strategies in Cloud‑Native Environments

The article explains that while observability is not new, cloud‑native systems have driven rapid development of observable platforms, detailing data collection architectures, direct push versus file‑based approaches, and various sampling techniques (head, tail, and local sampling) to balance completeness, real‑time reporting, and performance impact.

PerformanceSamplingcloud-native
0 likes · 11 min read
Observability and Data Collection Strategies in Cloud‑Native Environments
DevOps Cloud Academy
DevOps Cloud Academy
Aug 29, 2023 · Cloud Native

Achieving Zero‑Downtime Applications with Kubernetes

This article explains why and how to use Kubernetes features such as multiple pod replicas, PodDisruptionBudgets, deployment strategies, health probes, graceful termination, anti‑affinity, resource limits, and autoscaling to build zero‑downtime, highly available applications.

Deployment StrategiesHealth probesKubernetes
0 likes · 12 min read
Achieving Zero‑Downtime Applications with Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Aug 19, 2023 · Operations

Understanding DevOps Metrics and the Four DORA Indicators

This article explains why measuring software development productivity is challenging, introduces the concept of DevOps metrics, details the four DORA indicators and their performance levels, and discusses additional metrics such as cycle time, quality, customer and employee satisfaction, CI/CD health, uptime, and service level indicators to help teams monitor progress and identify problems.

CI/CDDevOpsDoRA
0 likes · 14 min read
Understanding DevOps Metrics and the Four DORA Indicators
DevOps Cloud Academy
DevOps Cloud Academy
Aug 2, 2023 · Cloud Native

Backing Up and Restoring etcd in a Kubernetes Cluster

This tutorial walks through installing the etcd client, creating an Nginx deployment for verification, backing up the etcd data store, validating the backup, and restoring the backup to a Kubernetes cluster while handling component shutdown and restart procedures.

DevOpsKubernetescloud-native
0 likes · 14 min read
Backing Up and Restoring etcd in a Kubernetes Cluster
DevOps Cloud Academy
DevOps Cloud Academy
Jul 26, 2023 · Cloud Native

Step-by-Step Guide to Deploying Jenkins with ArgoCD on a Kubernetes Cluster

This guide walks through setting up a Kubernetes cluster with NFS storage, loading Jenkins and agent Docker images, configuring ArgoCD, deploying Jenkins via declarative manifests, initializing Jenkins, creating and deploying a static Jenkins agent, and troubleshooting common issues, providing full code snippets and screenshots.

ArgoCDCI/CDDevOps
0 likes · 4 min read
Step-by-Step Guide to Deploying Jenkins with ArgoCD on a Kubernetes Cluster