DEV Community

Cover image for DevOps Bulletin #87: Testing AWS Infrastructure
LABOUARDY Mohamed
LABOUARDY Mohamed

Posted on

DevOps Bulletin #87: Testing AWS Infrastructure

This week, we’ll take a look at some common Git commands that you probably don’t need. Next, we’ll dive into the world of Kubernetes with a compilation of failure stories. We’ll also explore some practical tips and tricks to help you preview your Argo CD changes, upgrade your Kubernetes cluster, and test your AWS infrastructure changes with Localstack and Terraform. Plus, learn how to automate these processes within your CI/CD pipeline for even greater efficiency.

We’ll also cover some important best practices for choosing a Postgres primary key, migrating to the cloud while staying cost-effective, and deploying any front-end web to the cloud with minimal configuration.

We’ll also show you how to analyze your Lambda log stream, learn Rust with a hands-on book, and how to implement DORA metrics in your organization to optimize your DevOps performance.

That’s just the tip of the iceberg! So make sure to read through this issue thoroughly and don’t miss out on any valuable insights and tips to improve your DevOps workflows.

I hope you enjoy this week’s newsletter! Share it with a friend or colleague if you find it helpful, drop me an email or send me a DM on Twitter about topics you’d like to hear about in future editions.

Headline Tutorials:

ArgoCD diff changes

💡 “Git commands you probably do not need” — Since its very inception git has been notorious for its often unfriendly, inconsistent, and occasionally hostile command line interface.

🚨 “Kubernetes failure stories” — Discover the real-world lessons learned from Kubernetes failures: A must-see compilation of public failure stories.

👀 “How to preview and diff Argo CD deployments” — Learn how to preview your Argo CD changes before syncing them in the target Kubernetes cluster and how to use enhanced diffs.

⭐️ “Upgrading Kubernetes: a practical guide” — K8s moves very quickly in terms of versions. Upgrading can’t be treated like switching to a new Linux distro LTS release, you need to plan to do it all the time.

🧪 “Testing AWS infrastructure locally” — Learn how to create an integration test suite for AWS services with LocalStack and have it part of your CI/CD pipeline.

📦 “Choosing a Postgres primary key” — The job of a database is to archive and recall data and you’re going to have a hard time finding data without a good primary key or a good index.

🤔 “Why CrashLoopBackOff is a good thing?” — K8s “BackOff” feature is beneficial as it reduces the amount of unnecessary stress on the system and prevents it from overheating.

🚀 “Moving to cloud: how to do migrations the wrong way” — Long story short: trust nobody not even your own SQL code.

Latest open source projects

Runlike

Runlike

Given an existing docker container, prints the command line necessary to run a copy of it. This is what runlike does. You give it a docker container, it outputs the command line necessary to run another one just like it, along with all those pesky options (ports, links, volumes, …)

Anyfront

Anyfront

Anyfront is an open-source tool that deploy any front-end web application on any cloud platform with minimal configuration. It orchestrates tools like Terraform, Docker and other CLIs to simplify deploying your React/Next/Svelte/Vue/etc application on any cloud platform.

Nimbus

Nimbus

Nimbus is a tool for monitoring, but it also has a number of features that make your AWS development experience better. For example, Nimbus lets developers observe and analyze the logstream that each Lambda function invocation creates.

CloudWatch Dashboard Builder

CloudWatch

CloudWatch Dashboard Builder is an open source that helps you in building a Cloudwatch Dashboard from Cloudwatch metrics. This includes SQL expressions as Cloudwatch metrics.

Kernel Wasm

Wasm

Safely run WebAssembly in the Linux kernel, with faster-than-native performance.

terraform-repl

Terraform

terraform-repl is a terraform console wrapper that aims at providing a better interactive console for evaluating Terraform language expressions.

Question of the week

Question of the week

Meme of the week

Meme of the week

I hope this summary has been useful. Remember to subscribe to the newsletter to receive the latest DevOps trends in your inbox every week 🔥

Latest comments (0)