Blog DevOps Keep in touch
Subscribe to our newsletter

How to scale up and down your Autoscaling group of Amazon EC2 instances?
You want to save energy and money? Learn to Scale up and down EC2 instances in an Autoscaling group using AWS lambda and AWS CloudWatch rules.

Using kubeadm for a Kubernetes on-premise setup
Find out how you can use kubeadm in order to deploy a fully fledged Kubernetes cluster into your own bare-metal infrastructure.

How to set up an SSH bastion on AWS with Terraform modules in few minutes?
Learn how to set up a secure and highly available SSH bastion on an AWS environment in minutes using the Terraform modules from the online registry.

Implement an ALB for your EKS cluster on AWS
An EKS cluster may need an Application Load Balancer (ALB) to avoid the overloading. See how to implement it for an EKS instance.

Install and run Docker natively on Windows 10 Home
How to install Docker on Windows 10 Home natively using WSL2 and its new Hyper-V features? Discover how to run Docker on Windows 10.

A load testing tutorial with Gatling’s Frontline on AWS
Here is my feedback on how I used Gatling Frontline to properly load test, tune and scale an infrastructure within hours.

Using Terraform for EKS cluster
Here is a tutorial to get started with Terraform, EKS & AWS. Learn how to deploy an EKS cluster and how to use the AWS console to view all your resources.

What API Gateway to choose: Kong, Gravitee, Tyk or HAProxy?
Which API Gateway to use between Kong, Gravitee, Tyk, and HAProxy? Learn the pros and cons of each technology to choose the best API Gateway.

GitHub Actions: concepts and tutorial
GitHub Actions is a task automation system fully integrated with GitHub. Learn essential concepts and follow our hands-on GitHub Actions tutorial.

CORS: what is CORS for and how to use and configure it?
CORS is a way to respect the Same-Origin Policy forced by modern browsers. Let's understand and implement CORS to make HTTP calls with your API.

DevSecOps tools: what tools to apply good security practices?
DevSecOps allow for better and more secure applications. Fewer vulnerabilities, fewer problems. This article focuses on DevSecOps tools.

One Terraform state S3 bucket for all my AWS accounts
Did you ever struggle to set up a multi AWS account terraform deployment? Learn how to easily set up your backend & provider configurations to make it work.

How to deploy an Elastic Kubernetes Service (EKS) instance on AWS?
Kubernetes is a new popular technology. Therefore, AWS develops its own Kubernetes managed service: EKS. It allows you to deploy a Kubernetes cluster easily

Kubernetes: What to expect from the new 1.18 k8s version?
Version 1.18 of Kubernetes is due to be released on March 24. It is an opportunity to discover the new features that will be introduced by this version.

DevSecOps: apply DevOps principles to increase your system security
DevSecOps is an extension of DevOps that integrates security into the software delivery process and enables faster, safer deployment of code in production.

Monitor your RDS instances with Cloudwatch metrics
Enable some of the available metrics by using CloudWatch metrics to monitor your RDS instances. Learn which metrics are key for your monitoring.

Helm 3 and its fundamental commands
Helm makes it easy to run applications inside Kubernetes. Learn the new architecture and the basic Helm 3 commands.