Skip to main content

Managing Secrets in Infrastructure As Code with Terraform

4 min read
Abdulmalik
AppSec Engineer

Okay, you've moved your infrastructure provisioning from visiting the console page and now adopted IaC ( Infrastructure as Code) for provisioning your infrastructure using Terraform.

So along the way, you discovered that you will need some sensitive credentials like GitHub token to use with aws amplify, datadog API and key deployments?

Autoscaling EKS Cluster With Karpenter Using Terraform

6 min read
Abdulmalik
DevSecOps

You are finding ways to autoscale up and down your nodes in the Kubernetes cluster, and figuring out which autoscaler is the best can be hard since there are many options, which one should you go for?

Well, I would advise going for Karpenter instead of the native Cluster Autoscaler, both projects are sponsored by the AWS team though, but Karpenter is fast when it comes to scaling up and scaling down the nodes.