How to set up a scalable and secure application in GCP using CloudRun, API Gateway, and Firebase

How to set up a scalable and secure application in GCP using CloudRun, API Gateway, and Firebase

It is easy to deploy applications to Google Cloud. But setting up one that is both scalable and secure at the same time is not something intuitive on Google Cloud.

AWS Systems Manager, a service to replace SSH Bastion

AWS Systems Manager, a service to replace SSH Bastion

How AWS Systems Manager will effectively replace your old-fashioned SSH Bastion, with a lot of security features and for almost free of charge?

Kong for Kubernetes: deploy a Kong API gateway

Kong for Kubernetes: deploy a Kong API gateway

With Kong plugins, you can customize the API gateway with many rules, but it is difficult to deploy it in a Kubernetes cluster. Learn here how to do it.

What is Chaos Engineering and its associated tools?

What is Chaos Engineering and its associated tools?

Learn the basics of chaos engineering through examples and easy to start with technologies. Discover this SRE practice that keeps gaining in popularity.

An opinionated introduction guide for ArgoCD Image Updater

An opinionated introduction guide for ArgoCD Image Updater

Argo CD is a great GitOps tool. Learn how to set up one of its extensions, Argo CD Image Updater, and if your infrastructure can benefit from its installation!

How to use Terraform workspaces to manage different environments?

How to use Terraform workspaces to manage different environments?

If you feel like you are duplicating too many files to manage your environments with Terraform, read this article to learn how to use Terraform’s workspace feature!

How to effectively boost your Ansible code's quality?

How to effectively boost your Ansible code's quality?

Having high quality in your Ansible code is the key to working efficiently and collaborating as a team. Find out my tips to boost the quality of your code!

K3S with Raspberry Pi: configuration, connection and installation

K3S with Raspberry Pi: configuration, connection and installation

This article is an easy tutorial to set up Kubernetes cluster on a Raspberry Pi using K3S. We first configure Raspberry Pi, then we install Kubernetes.

How to deploy services on Windows and Linux VMs?

How to deploy services on Windows and Linux VMs?

In this article, I will show you how to easily deploy services on VMs running, on Windows and Linux, using Ansible and a single inventory!

How to setup a CI/CD pipeline for Databricks by using Azure DevOps?

How to setup a CI/CD pipeline for Databricks by using Azure DevOps?

Create a CI/CD pipeline for Databricks Using Azure DevOps is quite challenging but at the end of this article, I give you feedbacks from a project!

Terraform IaC from scratch to scale: multi-layering (Monolith vs. Layers)

Terraform IaC from scratch to scale: multi-layering (Monolith vs. Layers)

Start a new Infrastructure as Code (IaC) terraform project may be very challenging. In this article, you'll find 2 opposite implementations in detail.

Let's observe Argo CD: focus on the first two CD tools

Let's observe Argo CD: focus on the first two CD tools

Argo is a company developing a set of tools enhancing Kubernetes. In this article we will observe Argo CD and focus on the first two CD tools.

How to configure Azure DevOps pipeline to deploy in Azure app service container?

How to configure Azure DevOps pipeline to deploy in Azure app service container?

In this tutorial, you will learn how to set up a pipeline in Azure DevOps to deploy your containered code in an App service.

My experience with Terraform release 0.14

My experience with Terraform release 0.14

Terraform release version 0.14. I really appreciate its features so if you want to discover it, and you want to migrate your infrastructure to it, this article is for you!

How to terraform an Azure app service using container?

How to terraform an Azure app service using container?

This article is a good way to learn how to deploy a high available web application with Terraform in Azure app service using Docker container.

How to share a filesystem on AWS EKS with EBS volumes?

How to share a filesystem on AWS EKS with EBS volumes?

An app on AWS EKS requires a shared filesystem. With Kubernetes PodAffinity, put all your pods on the same node with EBS volumes.

Dealing with the new Docker hub rate limit when using Code Pipeline, Cloud Build, EKS or GKE

Dealing with the new Docker hub rate limit when using Code Pipeline, Cloud Build, EKS or GKE

On the 20th of November, the new Docker hub rate limit became effective. We show you how to deal with this limit when using Code Pipeline, EKS & GKE.

How to use the first command line interface of GitHub : GitHub CLI 1.0

How to use the first command line interface of GitHub : GitHub CLI 1.0

September 2020, Github launched its first command line interface: GitHub CLI 1.0. Learn how to manage your repositories with pull requests in this article.