Monitoring Microservices on AWS with Thundra: Part II

This is part two of a three-part article series about monitoring microservices on AWS with Thundra. In the first part, we talked about monitoring a serverless architecture based on API Gateway, Lambda, S3, and SES.
The post Monitoring Microservice… Continue reading Monitoring Microservices on AWS with Thundra: Part II

Monitoring Microservices on AWS with Thundra: Part I

Thundra is a monitoring service built from the ground up for serverless microservices. Thundra can map out your whole architecture, but it also lets you drill down to particular Lambda functions that contain the custom code that glues your whole s… Continue reading Monitoring Microservices on AWS with Thundra: Part I

Which Third-Party Pods Do You Need in Your K8s Cluster?

A production-grade Kubernetes cluster has many requirements. For example, applications and services should be able to communicate across nodes and be served to external users. Traffic from these users should be properly routed to underlying micros… Continue reading Which Third-Party Pods Do You Need in Your K8s Cluster?

Advanced Tips on Managing Multi-Account Setup on AWS with Terraform

In this article, we’ll discover how to use HashiCorp’s popular infrastructure as code tool, Terraform in our advantage on AWS, specifically to manage multiple accounts as this is the way AWS wants its customers to consider. Although managing a Dev… Continue reading Advanced Tips on Managing Multi-Account Setup on AWS with Terraform