Blog

35 articles on cloud, Kubernetes, DevOps & infrastructure.

A Practical Guide to CPU Pinning in Kubernetes
7 min

A Practical Guide to CPU Pinning in Kubernetes

I recently attended the Cloud Native Days France 2026 conference in Paris, where Ricardo Rocha (Head …

kubernetescpuhpc
Deploying an OpenTelemetry-Native LGTM Stack on Kubernetes
7 min

Deploying an OpenTelemetry-Native LGTM Stack on Kubernetes

In my previous article on Observability 2.0, I talked about how ClickStack and unified platforms …

observabilitykuberneteslgtm
Kubernetes Resource Lifecycle Management with CronJob-Scale-Down-Operator
9 min

Kubernetes Resource Lifecycle Management with CronJob-Scale-Down-Operator

A practical guide to Kubernetes operators with the CronJob-Scale-Down-Operator - automate resource …

KubernetesKubernetes OperatorCronJob
Observability 2.0: Breaking the Three-Pillar Silos for Good
8 min

Observability 2.0: Breaking the Three-Pillar Silos for Good

Managing observability at scale has really changed with the rise of distributed systems, and the …

MonitoringPrometheusClickHouse
AWS PrivateLink Native Cross‑Region Connectivity
4 min

AWS PrivateLink Native Cross‑Region Connectivity

AWS PrivateLink has long been the go-to solution for private connectivity of services within a …

AWSTerraformPrivateLink
Terraform Infrastructure as Code: Essential Tools for Clean, Maintainable Production Environments
8 min

Terraform Infrastructure as Code: Essential Tools for Clean, Maintainable Production Environments

Managing cloud resources has really changed with the Infrastructure as Code (IaC) approach, and …

AWSTerraform
Helm Charts in Production: Essential Plugins and Features for Reliable Kubernetes Deployments
10 min

Helm Charts in Production: Essential Plugins and Features for Reliable Kubernetes Deployments

Kubernetes has revolutionized the way we deploy applications, but managing numerous Kubernetes …

HelmKubernetesDevOps
Secure Secrets Management in Terraform — Part2: AWS Secret Manager
7 min

Secure Secrets Management in Terraform — Part2: AWS Secret Manager

Following our previous tutorial about using AWS KMS for secrets management, this second part …

AWS Secrets ManagerAWS KMSTerraform
Secure Secrets Management in Terraform Part1: Leveraging AWS KMS
4 min

Secure Secrets Management in Terraform Part1: Leveraging AWS KMS

One of the key principles of modern Infrastructure as Code is the secure management of sensitive …

AWS KMSTerraformSecure Development
Thanos Deep Dive: Addressing Prometheus Limitations at Scale
6 min

Thanos Deep Dive: Addressing Prometheus Limitations at Scale

Prometheus has clearly established itself as the benchmark solution for metrics collection and …

AWSKubernetesPrometheus
AWS Client VPN: A Practical Guide to Secure Infrastructure Access
8 min

AWS Client VPN: A Practical Guide to Secure Infrastructure Access

Providing secure access to cloud infrastructure is one of the biggest challenges facing IT …

AWSVPNNetworking
EKS Pod Identity or IAM Roles for Service Accounts (IRSA) ?
5 min

EKS Pod Identity or IAM Roles for Service Accounts (IRSA) ?

Himu](https://unsplash.com/@isfakulhemal?utm_source=medium&utm_medium=referral) on Unsplash

AWSTerraform
Exposing Ports in Kubernetes: What You Should to Know
5 min

Exposing Ports in Kubernetes: What You Should to Know

Kubernetes is a popular tool for managing containerized applications. However, there are a few …

AWSEKSKubernetes
AWS EKS Required Add-Ons: A Comprehensive Guide
5 min

AWS EKS Required Add-Ons: A Comprehensive Guide

Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service that simplifies the process …

AWSEKSKubernetes
AWS VPC Endpoints: Balancing Security, Performance, and Cost
7 min

AWS VPC Endpoints: Balancing Security, Performance, and Cost

In the world of AWS networking, securing and optimizing communication between your VPC resources and …

AWSEndpointsAWS VPC
AWS IAM Roles For Kubernetes Service Accounts (IRSA)
6 min

AWS IAM Roles For Kubernetes Service Accounts (IRSA)

In the world of Kubernetes and AWS, managing access to AWS resources from your Kubernetes cluster …

AWSKubernetesEKS
Getting Started With OpenTofu (v1.7.0) on AWS — State Encryption.
5 min

Getting Started With OpenTofu (v1.7.0) on AWS — State Encryption.

OpenTofu is a new open source tool for Infrastructure-as-Code (IaC) management across multiple cloud …

AWSOpenTofuTerraform
Low-Cost, Unlimited Metrics Storage with Thanos: Monitor All Your K8s Clusters Anywhere and More.
8 min

Low-Cost, Unlimited Metrics Storage with Thanos: Monitor All Your K8s Clusters Anywhere and More.

Monitoring large-scale, multi-cloud Kubernetes environments can be a hard task, especially when …

AWSMonitoringKubernetes
Chat With Your AWS Resources Using ChatGPT
2 min

Chat With Your AWS Resources Using ChatGPT

In the ever-evolving world of cloud computing, where efficiency and productivity are paramount, …

AWSAWSGPT
Do Pods Really Get Evicted Due to CPU Pressure?
6 min

Do Pods Really Get Evicted Due to CPU Pressure?

As Kubernetes administrators and developers, we’ve all heard the notion that pods can get evicted …

AWSEKSKubernetes
Exploring Steampipe for Terraform Drift Detection
5 min

Exploring Steampipe for Terraform Drift Detection

In Terraform, drift detection helps spot any mismatches between the infrastructure you’ve outlined …

AWSTerraformsteampipe
Welcome to AWS Morocco’s first newsletter!
2 min

Welcome to AWS Morocco’s first newsletter!

Dear AWS Enthusiasts,

AWSTerraform
How Does AWS PrivateLink Work ?
8 min

How Does AWS PrivateLink Work ?

In the world of cloud networks, security and confidentiality are crucial. [AWS …

AWSPrivateLink
AWS Inter-Region PrivateLink using Terraform
6 min

AWS Inter-Region PrivateLink using Terraform

AWS PrivateLink provides a secure and reliable way to connect VPCs within the same region, but it …

AWSTerraformPrivateLink
CSI Drivers (EBS, EFS, S3) on EKS And How To Use Them
6 min

CSI Drivers (EBS, EFS, S3) on EKS And How To Use Them

Container Storage Interface (CSI) drivers play a crucial role in managing persistent storage for …

AWSTerraformKubernetes
Lessons Learned From Mounting Secrets to Pods on Kubernetes
5 min

Lessons Learned From Mounting Secrets to Pods on Kubernetes

Kubernetes secrets are objects conceived to hold sensitive information such as passwords, tokens and …

AWSKubernetesEKS
Getting Started With Terraform on AWS — State backend & State Locking
4 min

Getting Started With Terraform on AWS — State backend & State Locking

Getting started with Terraform is an exciting journey, but as the complexity of your infrastructure …

AWSTerraform
Enhancing Efficiency with KMS Cache in Amazon S3 Buckets
3 min

Enhancing Efficiency with KMS Cache in Amazon S3 Buckets

In the realm of cloud computing and data storage, the integration of Amazon Simple Storage Service …

AWSTerraformKMS
Monitoring Kubernetes with Prometheus and Alertmanager: Setting Up Alerts with Slack Integration
5 min

Monitoring Kubernetes with Prometheus and Alertmanager: Setting Up Alerts with Slack Integration

In this tutorial, we will learn how to set up Prometheus rules and configure Alertmanager to send …

AWSMonitoringKubernetes
All you need to know about Terraform provisioners and why you should avoid them.
6 min

All you need to know about Terraform provisioners and why you should avoid them.

As defined in the Terraform documentation, provisioners can be used to model specific actions on the …

AWSTerraform
Submit your articles to Aws Morocco
1 min

Submit your articles to Aws Morocco

AWS Morocco Medium publication is dedicated to providing insightful articles and tutorials on AWS …

aws-moroccomoroccoaws
How hackers can find your exposed Elasticsearch clusters using Shodan!
5 min

How hackers can find your exposed Elasticsearch clusters using Shodan!

For the last couple of months, I have been exploring Elasticsearch and I even shared some articles …

ELK Stack
Machine learning on Elastic Search using Apache Spark and ES-Hadoop — Part 2
5 min

Machine learning on Elastic Search using Apache Spark and ES-Hadoop — Part 2

In the previous article (Part1), we installed the ELK stack along with the ES-Hadoop connector and …

ELK StackAnalyticsApache Spark
Machine learning on Elastic Search using Apache Spark and ES-Hadoop — Part 1
9 min

Machine learning on Elastic Search using Apache Spark and ES-Hadoop — Part 1

Before digging into any technical details, I will start with brief descriptions of the tools that I …

ELK StackAnalyticsApache Spark