Quick introduction to ArgoCD ApplicationSet

Quick introduction to ArgoCD ApplicationSet

Have you ever realized that your ArgoCD applications' manifests all look the same? But you keep managing a ton of those? Here comes the ApplicationSet!

IAP based access to GCP private bastion and APIs

IAP based access to GCP private bastion and APIs

How can you prevent anyone to access your non production environment, while still being able to access them yourself? Find out how to do so using GCP IAP!

How to securely manage your SSH keys with KeePassXC

How to securely manage your SSH keys with KeePassXC

Learn how you can securely and easily manage all of your SSH Keys by using KeePassXC to load them into your SSH Agent!

A new decentralized solution for data management: the data mesh

A new decentralized solution for data management: the data mesh

When dealing with sensitive data management, decentralized solutions have been favoured. Discover now the data mesh!

Test and validate your Helm Charts in Kubernetes

Test and validate your Helm Charts in Kubernetes

Writing templates to render Kubernetes manifests can be a painful experience, even more when you are refactoring your Helm Chart.

The Cloud behind the scenes: how magic is it really?

The Cloud behind the scenes: how magic is it really?

Ever wondered how VMs are magically born into the cloud? Well, it is no magic, only science, and engineering. If you want a peek into the machinery, tag along!

How to manage access and EKS permissions?

How to manage access and EKS permissions?

Here is a really simple tutorial to manage access and permissions in an AWS Kubernetes cluster (EKS) using AWS roles and Kubernetes resources.

Docker build for arm64 and other architectures

Docker build for arm64 and other architectures

Learn how to build and distribute multi-architecture docker image, you'll have no excuse to not use Apple M1 laptops support in your project!

Reduce redundancy in your Terraform code with Terragrunt

Reduce redundancy in your Terraform code with Terragrunt

Discover how can Terragrunt, a Terraform wrapper, help to reduce code redundancy in your Infrastructure as Code projects by factorizing variables.

How to enforce standards for Azure resources with Azure policy

How to enforce standards for Azure resources with Azure policy

Your Azure infrastructure is growing, and new components are being added every day. Ensure good practices with Azure policy.

Serverless infrastructure using different frameworks (part 2)

Serverless infrastructure using different frameworks (part 2)

To deploy serverless infrastructure, choosing the appropriate IaC framework is important. Here are some IaC tools on Terraform, Serverless, and SAM.

Deploy a serverless infrastructure using AWS console (part 1)

Deploy a serverless infrastructure using AWS console (part 1)

Choosing the appropriate IaC framework to deploy serverless infrastructure can greatly improve your team’s efficiency. Here are some IaC tools on AWS.

Kubernetes 1.23: the 6 most important newest features!

Kubernetes 1.23: the 6 most important newest features!

Kubernetes 1.23 is the last release of 2021. Here is a quick recap to get you up to speed on the most important updates to the popular container orchestrator.

Never lose your dotfiles with Git and RCM

Never lose your dotfiles with Git and RCM

Losing your dotfiles is painful, learn how to back them up and restore them using Git and RCM.

Deploy Atlantis in Kubernetes to use it with Gitlab

Deploy Atlantis in Kubernetes to use it with Gitlab

Using Atlantis will help your team to collaborate better on Terraform projects. Discover how to install it in a Kubernetes cluster and use it with your Gitlab project!

Improve IaC code quality with pre-commit hooks for Terraform

Improve IaC code quality with pre-commit hooks for Terraform

Terraform Infrastructure as Code quality may be significantly improved using pre-commit hooks. Learn how to install and use them for your very own projects.

Discovering AWS App Runner

Discovering AWS App Runner

Did you already hear about AWS App Runner? Let's discover this new service together!

Deploying reliable and secure MongoDb clusters in Kubernetes

Deploying reliable and secure MongoDb clusters in Kubernetes

Facing the challenges of deploying multiple MongoDB instances in a Kubernetes cluster.