How to Structure a Terraform Project
https://dev.to/spacelift/how-to-structure-a-terraform-project-1ojn
As exciting as starting a new Terraform project may sound, the first question is where and how we begin. What should be the first file that needs to be created? When the project grows, we realize a few things and learn our lessons about structuring a project in a certain way, but it is too late to put in refactoring efforts.
Various aspects influence the way we manage our Terraform config in a repository. In this post, we will learn about them and discuss a few important strategies and best practices around structuring Terraform project files in an efficient and standardized way.
https://dev.to/spacelift/how-to-structure-a-terraform-project-1ojn
Reflections on IaC using Terraform
P1: https://www.abarrak.com/2022/09/23/reflections-on-iac-with-terraform
P2: https://www.abarrak.com/2024/10/17/reflections-on-iac-with-terraform-2
P1: https://www.abarrak.com/2022/09/23/reflections-on-iac-with-terraform
P2: https://www.abarrak.com/2024/10/17/reflections-on-iac-with-terraform-2
zizmor
https://github.com/woodruffw/zizmor
A tool for finding security issues in GitHub Actions CI/CD setups.
https://github.com/woodruffw/zizmor
Understanding DNS in Kubernetes
https://povilasv.me/understanding-dns-in-kubernetes
In this post, we will cover the following:
- Overview of DNS Resolution and CoreDNS, the default DNS provider in Kubernetes.
- Kubernetes DNS policies, such as ClusterFirst, Default, and None, and their effects on pod DNS configurations.
- Differences between The GNU C Library (glibc) and musl libraries.
https://povilasv.me/understanding-dns-in-kubernetes
trench
https://github.com/FrigadeHQ/trench
Trench is an event tracking system built on top of Apache Kafka and ClickHouse. It can handle large event volumes and provides real-time analytics. Trench is no-cookie, GDPR, and PECR compliant. Users have full control to access, rectify, or delete their data.
https://github.com/FrigadeHQ/trench
Announcing: 52 Weeks of SRE - A Journey to Master Site Reliability Engineering
https://jpereira.me/announcing-52-weeks-of-sre-a-journey-to-master-site-reliability-engineering
Week 1: https://jpereira.me/week-1-introduction-to-sre-where-the-magic-begins
Week 2: https://jpereira.me/week-2-monitoring-fundamentals
Week 3: https://jpereira.me/week-3-service-level-objectives-slos
https://jpereira.me/announcing-52-weeks-of-sre-a-journey-to-master-site-reliability-engineering
Week 1: https://jpereira.me/week-1-introduction-to-sre-where-the-magic-begins
Week 2: https://jpereira.me/week-2-monitoring-fundamentals
Week 3: https://jpereira.me/week-3-service-level-objectives-slos
The Karpenter Effect: Redefining Our Kubernetes Operations
https://medium.com/adevinta-tech-blog/the-karpenter-effect-redefining-our-kubernetes-operations-80c7ba90a599
A reflection on our journey towards AWS Karpenter, improving our Upgrades, Flexibility, and Cost-Efficiency in a 2,000+ Nodes Fleet
https://medium.com/adevinta-tech-blog/the-karpenter-effect-redefining-our-kubernetes-operations-80c7ba90a599
How to - Choose the Right Instance Size for AWS RDS
https://reliabilityengineering.substack.com/p/how-to-choose-the-right-instance
https://reliabilityengineering.substack.com/p/how-to-choose-the-right-instance
Managing AWS EKS access entries with Terraform and OpenTofu
https://dev.to/aws-builders/managing-aws-eks-access-entries-with-terraform-and-opentofu-414
https://dev.to/aws-builders/managing-aws-eks-access-entries-with-terraform-and-opentofu-414
terraform-aws-clickops-notifier
https://github.com/cloudandthings/terraform-aws-clickops-notifier
Get notified when actions are taken in the AWS Console.
https://github.com/cloudandthings/terraform-aws-clickops-notifier
Kubernetes networking: service, kube-proxy, load balancing
https://learnk8s.io/kubernetes-services-and-load-balancing
TL;DR: This article explores Kubernetes networking, focusing on Services, kube-proxy, and load balancing.
https://learnk8s.io/kubernetes-services-and-load-balancing
How Agoda Handles Load Shedding in Private Cloud
https://medium.com/agoda-engineering/load-shedding-private-cloud-first-81ddd5ab53ac
In this article, we’ll explore load shedding, which involves deciding which traffic to serve when you can’t handle all of it. The reason for having insufficient capacity can vary. We might face unexpected high traffic from a promotion, a malicious attempt to take our service offline, or maybe we’ve rolled out a change that doesn’t scale properly despite our best efforts to catch it in testing.
https://medium.com/agoda-engineering/load-shedding-private-cloud-first-81ddd5ab53ac
A Hands-On Guide to Kubernetes Endpoints & EndpointSlices
https://medium.com/@muppedaanvesh/a-hands-on-guide-to-kubernetes-endpoints-endpointslices-%EF%B8%8F-1375dfc9075c
Understanding Kubernetes Endpoints and Endpoint Slices: A Comprehensive Guide
https://medium.com/@muppedaanvesh/a-hands-on-guide-to-kubernetes-endpoints-endpointslices-%EF%B8%8F-1375dfc9075c
Amazon EKS- managing and fixing ETCD database size
https://marcincuber.medium.com/amazon-eks-managing-and-fixing-etcd-database-size-b6fb875888cb
Story detailing how to investigate and fix ETCD db issues when using EKS. You will find out how I managed to completely break our EKS cluster because of overloaded ETCD.
https://marcincuber.medium.com/amazon-eks-managing-and-fixing-etcd-database-size-b6fb875888cb
Unexpected HPA Scale Down of ArgoCD Rollouts
https://medium.com/@user.andrei/unexpected-hpa-scale-down-of-argocd-rollouts-964172271ab3
https://medium.com/@user.andrei/unexpected-hpa-scale-down-of-argocd-rollouts-964172271ab3
A Hands-On Guide to Kubernetes QoS Classes
https://medium.com/@muppedaanvesh/a-hands-on-guide-to-kubernetes-qos-classes-%EF%B8%8F-571b5f8f7e58
Understanding Quality of Service Classes in Kubernetes: A Practical Example
https://medium.com/@muppedaanvesh/a-hands-on-guide-to-kubernetes-qos-classes-%EF%B8%8F-571b5f8f7e58
DBaaS in 2024: Which PostgreSQL operator for Kubernetes to select for your platform?
P1: https://medium.com/@davidpech_39825/dbaas-in-2024-which-postgresql-operator-for-kubernetes-to-select-for-your-platform-51cf4d5dec4a
P2: https://medium.com/@davidpech_39825/dbaas-in-2024-which-postgresql-operator-for-kubernetes-to-select-for-your-platform-4d17352b35a1
P1: https://medium.com/@davidpech_39825/dbaas-in-2024-which-postgresql-operator-for-kubernetes-to-select-for-your-platform-51cf4d5dec4a
P2: https://medium.com/@davidpech_39825/dbaas-in-2024-which-postgresql-operator-for-kubernetes-to-select-for-your-platform-4d17352b35a1
Scaling Strategies on AWS EKS: Understanding HPA, VPA, and Cluster Autoscaler
https://towardsaws.com/scaling-strategies-on-aws-eks-understanding-hpa-vpa-and-cluster-autoscaler-12b88758d1d5
https://towardsaws.com/scaling-strategies-on-aws-eks-understanding-hpa-vpa-and-cluster-autoscaler-12b88758d1d5
Deploying a scalable STUN service in Kubernetes
https://medium.com/l7mp-technologies/deploying-a-scalable-stun-service-in-kubernetes-c7b9726fa41d
https://medium.com/l7mp-technologies/deploying-a-scalable-stun-service-in-kubernetes-c7b9726fa41d