Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

Multiwindow, Multi-Burn-Rate Alerts in DataDog

2022/01/03MonitoringAlertsTerraformDataDogOn-Call
Multiwindow, multi-burn-rate alerts are the hottest way of building reliable alerts. Let's configure some in DataDog using Terraform

Be a good Kubernetes citizen and use Pod Disruption Budgets

2021/02/18KubernetesOperationsDevOpsTerraform
Pod Disruption Budgets offer a way to protect the uptime of an application in Kubernetes during node maintenance, in a decoupled fashion

Setting up OAuth for Grafana with Auth0

2021/01/17Auth0OAuthInfrastructure as CodeTerraformGrafana
Set up secure access for Grafana based on OAuth thanks to Auth0, nicely provisioned with Terraform using Infrastructure as Code

Provisioning an Application Load Balancer with Terraform

2021/01/02AWSTerraformLoad BalancingNetworkingInfrastructure as Code
Learn how to provision Application Load Balancers in AWS using Terraform to ensure high availability for your applications

Provisioning a Network Load Balancer with Terraform

2020/11/17AWSTerraformLoad BalancingNetworkingInfrastructure as Code
Learn how to provision Network Load Balancers in AWS using Terraform to ensure high availability for your applications

Understanding VPC endpoints

2020/08/20AWSTerraformVPCNetworking
Using VPC endpoints helps keeping your network traffic away from prying eyes. I'm showing you how to provision them using Terraform

Setting up Auth0 with Terraform

2020/02/22Auth0OAuthInfrastructure as CodeTerraformSecurity
Setting up Auth0 with Terraform ensures that your setup is repeatable, and that you can authorize your apps easily and conveniently

An overview of IAM in AWS

2019/03/09AWSIAMTerraformSecurity
IAM in AWS can be scary. I wrote a small guide to understand the basic concepts so that you can get started with it

Using AWS Secrets Manager in Concourse

2018/11/26Continuous integrationTerraformAWS Secrets ManagerConcourse CI
Connecting Concourse CI with AWS Secrets Manager offers you a way of conveniently using secrets in a safe manner