Nicolas Bax

Nicolas Bax

Nicolas is a Site Reliability Engineer (SRE) at Padok. He is passionate about Cloud and technologies such as Prometheus, Grafana, Docker, and Kubernetes.

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.

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 manipulate in a workspace the Terraform resources?

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!

Implement an Application Load Balancer for EKS cluster

Implement an Application Load Balancer for EKS cluster

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

How to deploy an Elastic Kubernetes Service (EKS) instance on AWS?

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