Blog DevOps Keep in touch

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 deploy a NodeJS backend with Cloud Build and Cloud Run?
Did you already dreamt about deploying a fully managed NodeJS backend with Cloud Build and Cloud Run automatically on GCP? We explain everything !

How to optimize your CI/CD for Monorepo Node projects with Gitlab CI?
In this article, optimize your CI/CD workflows on Monorepo Node projects with GitLab CI to achieve faster development cycles and increase productivity.

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.

Kubernetes Security Beginner: What resources or tools to get started?
Kubernetes is a trending topic these days. In this article, you will learn about Kubernetes tools, resources, and standards for the security of your cluster.

What are the best resources to learn about DevOps?
DevOps has become a very common word. But, this practice is not widespread in every company. Here, find different DevOps resources to learn more.

Getting started with kubectl plugins
Add new commands and give your productivity a boost when operating K8s clusters by extending kubectl’s capabilities with community-supported plugins.

The best resources to learn about Kubernetes
This article introduces you to some of Kubernetes' basic resources, in order to learn more about the open source container orchestration platform.

How to build a Docker image using Multi-Stage Builds?
Aren't you tired of creating huge contraption to optimize your Dockerfiles? Use Multi-Stage to develop a single docker image for all your environments.

Speed up your CI/CD workflow, learn how to optimize Gitlab CI
Set up an efficient CI/CD workflow. You will learn here, how you can optimize and speed up your GitLab CI pipeline while keeping the bill as low as possible.

How to custom HPA scaling for Kubernetes, with Prometheus and RabbitMQ metric?
Scaling is critical for any resilient architecture. Learn with here how to set up autoscaling rule or HPA for Kubernetes with Prometheus and RabbitMQ metric.

How to manipulate in a workspace the Terraform resources?
You want to change a Terraform resource’s name in a workspace? Or move a resource between a “count” and a for_each loop? This article will help you!

SG and NACL configurations for Amazon EKS
This blog post compares AWS Security Groups (SGs) and Network Access Control List (NACLs) for firewall good practices for an Amazon EKS cluster.

Protect your data at-rest from data tampering using encryption
How to protect data at-rest from data tampering, what is home and full disk encryption and how to proceed. Here are the pros and cons of each method.

MiniKube, Kubeadm, Kind, K3S, how to get started on Kubernetes?
This blog post compares four Kubernetes technologies: MiniKube, Kubeadm, Kind and K3S to help beginners start with Kubernetes.

Creating an Autoscaling Group for Kubernetes on Alibaba Cloud
Create a modular Autoscaling Group for Kubernetes on Alibaba Cloud to have complete control over the node pools you attach to your CS K8s cluster

How to deploy a Kubernetes cluster on DigitalOcean with Terraform?
Learn how to deploy a Kubernetes cluster with Terraform on DigitalOcean. This Cloud Provider features a simple but complete managed Kubernetes service!