Serverless, Event-Driven Architecture, AWS, Kubernetes, Rust, Terraform, Security, DevOps, FinOps, MLOps, Maker
https://darryl-ruggles.cloud
https://www.linkedin.com/in/darryl-ruggles
Dippu Kumar Singh shows a layout for using these tools and storing the data in S3 for cost savings. Check it out!
(3/3)
Powered by @nexus_share
Dippu Kumar Singh shows a layout for using these tools and storing the data in S3 for cost savings. Check it out!
(3/3)
Powered by @nexus_share
Setting up an architecture for observability using tools like OpenTelemetry for metrics and traces, Fluent Bit for logs, and structured logging to tie it all together is a good approach. The (2/3)
Setting up an architecture for observability using tools like OpenTelemetry for metrics and traces, Fluent Bit for logs, and structured logging to tie it all together is a good approach. The (2/3)
Troubleshooting in Kubernetes can feel like chasing a needle through a haystack that keeps rebuilding itself. Pods come and go, logs vanish with them, and a single user request 🧵
Troubleshooting in Kubernetes can feel like chasing a needle through a haystack that keeps rebuilding itself. Pods come and go, logs vanish with them, and a single user request 🧵
It's all about the context! We spent years building dashboards that showed what was happening but never why. Now we're building AI agents and hitting the same wall. The reasoning behind decisions, the context that actually matters, still isn't being captured anywhere.(1️⃣/3️⃣)
🧵
It's all about the context! We spent years building dashboards that showed what was happening but never why. Now we're building AI agents and hitting the same wall. The reasoning behind decisions, the context that actually matters, still isn't being captured anywhere.(1️⃣/3️⃣)
🧵
Yuiko Koyanagi shows a number of CDK constructs incl creating VPCs, ECS Clusters, Fargate tasks, DynamoDB tables, and more. If you haven't used the CDK before then maybe you will learn something new. (3️⃣/3️⃣)
Yuiko Koyanagi shows a number of CDK constructs incl creating VPCs, ECS Clusters, Fargate tasks, DynamoDB tables, and more. If you haven't used the CDK before then maybe you will learn something new. (3️⃣/3️⃣)
There are many tools to use for Infrastructure as Code (IaC). I typically use Terraform or the Serverless Application Model (SAM) but the AWS Cloud Development Kit (CDK) is widely used and offers a more integrated experience. Below is an interesting example of CDK. (1️⃣/3️⃣)
🧵
There are many tools to use for Infrastructure as Code (IaC). I typically use Terraform or the Serverless Application Model (SAM) but the AWS Cloud Development Kit (CDK) is widely used and offers a more integrated experience. Below is an interesting example of CDK. (1️⃣/3️⃣)
🧵
Gajanan Chandgadkar has put together a good intro. (3/3)
Powered by @nexus_share
Gajanan Chandgadkar has put together a good intro. (3/3)
Powered by @nexus_share
The example below covers setting up Langfuse locally with Docker, building a traced FastAPI chatbot, and understanding how traces, spans, and metrics work together. It's a (2/3)
The example below covers setting up Langfuse locally with Docker, building a traced FastAPI chatbot, and understanding how traces, spans, and metrics work together. It's a (2/3)
Observability matters just as much for LLM apps as it does for traditional systems. A user reports a strange response and you're left guessing about which prompt? 🧵
Observability matters just as much for LLM apps as it does for traditional systems. A user reports a strange response and you're left guessing about which prompt? 🧵
Order processing involves a lot of moving parts including inventory checks, payments, notifications, and shipping. Coordinating all of that reliably without a mess of tangled code is harder than it sounds. One approach to handle this is AWS Step Functions. (1️⃣/3️⃣)
🧵
Order processing involves a lot of moving parts including inventory checks, payments, notifications, and shipping. Coordinating all of that reliably without a mess of tangled code is harder than it sounds. One approach to handle this is AWS Step Functions. (1️⃣/3️⃣)
🧵
Kubernetes access often forces a choice between two bad options: always-on tooling with too much exposure, or locked-down environments where troubleshooting becomes impossible. This article explores a middle path for temporary, controlled access. (1️⃣/3️⃣)
🧵
Kubernetes access often forces a choice between two bad options: always-on tooling with too much exposure, or locked-down environments where troubleshooting becomes impossible. This article explores a middle path for temporary, controlled access. (1️⃣/3️⃣)
🧵
Powered by @nexus_share
Powered by @nexus_share
Alexandre Vazquez shows an approach for testing including syntax, schema validation, unit tests, integration tests, and security (2/3)
Alexandre Vazquez shows an approach for testing including syntax, schema validation, unit tests, integration tests, and security (2/3)
Helm is a key tool for building Kubernetes apps. Most teams test application code rigorously but treat Helm charts as "just configuration." There are approaches you can use to 🧵
Helm is a key tool for building Kubernetes apps. Most teams test application code rigorously but treat Helm charts as "just configuration." There are approaches you can use to 🧵
The example below shows the setup of EKS w/Terraform, uses the SSM CSI driver to inject configuration into pods, packages the app with Helm, and sets up a GitOps approach with Argo CD. GitHub Actions handles the CI side with automated image builds. (2️⃣/3️⃣)
The example below shows the setup of EKS w/Terraform, uses the SSM CSI driver to inject configuration into pods, packages the app with Helm, and sets up a GitOps approach with Argo CD. GitHub Actions handles the CI side with automated image builds. (2️⃣/3️⃣)
Seeing examples always helps with learning. #FastAPI is a nice way to host your API. Setting it up in Kubernetes with secrets management and automated CI/CD involves a few moving parts. On AWS you can use EKS along with Terraform, Helm, SSM, #ArgoCD, and.. (1️⃣/3️⃣)
🧵
Seeing examples always helps with learning. #FastAPI is a nice way to host your API. Setting it up in Kubernetes with secrets management and automated CI/CD involves a few moving parts. On AWS you can use EKS along with Terraform, Helm, SSM, #ArgoCD, and.. (1️⃣/3️⃣)
🧵
This example below from Sanjay shows ingestion of data from a stock exchange and processing of it using various AWS serverless components. (2/2)
Powered by @nexus_share
This example below from Sanjay shows ingestion of data from a stock exchange and processing of it using various AWS serverless components. (2/2)
Powered by @nexus_share