Digest #79: Run GitHub Actions Locally 🚀

#79: Run GitHub Actions Locally

This week's newsletter highlights why containers are just chrooted processes, how to migrate from Postgres to DynamoDB, login to multi-AWS accounts, running GitHub actions locally and how to monitor the pipelines, RDS access best practices, DevOps vs Platform engineering debate, AWS security assessment tools, watching World Cup 2022 from your terminal and more.
I hope you enjoy this week’s newsletter! Share it with a friend or colleague if you find it helpful, or
drop me an email about topics you’d like to hear about in future editions 👋🏻
📖 POSTS OF THE WEEK
Grafana for GitHub Actions Workflows
The observability dashboard for GitHub Actions Workflows; Just like an off-the-shelf Grafana dashboard that helps you identify the issues and enhance organization-wide visibility on your GitHub Actions CI workflows!
Read more »
"Four ways pods suddenly stop running on Kubernetes" - Most people are familiar with CrashLoopBackOffs, but there are actually many ways a pod can unexpectedly stop running - Read more »
"Containers are chroot with a marketing budget" - Many people have settled on explaining containers by calling them ‘light-weight VMs’ and they are light-weight because they ‘share the kernel with the host’. This is useful, but it simplifies a lot away - Read more »
"Backup-and-restore of containers with Kubernetes checkpointing API" - Kubernetes v1.25 introduced Container Checkpointing API as an alpha feature. This provides a way to backup-and-restore containers running in Pods, without ever stopping them - Read more »
"From Postgres to Amazon DynamoDB" - This blog post outlines how the folks at Instacart migrated their existing tables from Postgres to DynamoDB while serving hundreds of terrabytes of data a day - Read more »
"Drop those credentials, use Single-Sign-On Login instead" - A hands-on tutorial on how to setup SSO login for multi AWS accounts using IAM Identity Center - Read more »
"The many ways to access RDS Postgres" - The focus of this tutorial will be on the features that protect access to the data itself vs managing access to RDS API actions - Read more »
"Mastodon on AWS: Host your own instance" - While Twitter seems to be in chaos, the free and decentralized alternative, Mastodon, is rising. At first glance - Read more »
"Verify the integrity of the Helm Charts" - Prove the authenticity of the Helm charts you manage through the HelmChart resources with the help of the cosign integration - Read more »
🛠 PROJECTS OF THE WEEK
Finch is an open source client for container development. Its simple installer provides a minimal native client along with an opinionated distribution of other open source components - Learn more »
Run your GitHub Actions locally. Rather than having to commit/push every time you want to test out the changes you are making to your .github/workflows/ files (or for any changes to embedded GitHub actions), you can use act to run the actions locally - Learn more »
Watch live World Cup 2022 matches in your terminal with this CLI. It has many cool features including live matches, team lineups, scheduled and past matches - Learn more »
MergeStat enables SQL queries for data in git repositories (and related sources, such as the GitHub API). It allows you to ask questions about the history and contents of your source code - Learn more »
A simple AWS DynamoDB viewer. The main idea of the client is to reach the required data in a few clicks without thinking a scan or query operation is required for that. This client allows easy viewing, editing, creating, and deleting of data - Learn more »
An AWS tool to help you create a point in time assessment of your AWS account using Prowler and Scout as well as optional AWS developed ransomware checks - Learn more »
📰 NEWSWORTHY STORIES
"Analysis on Docker Hub malicious images" - Read more »
"Here’s how bad a Twitter mega-breach would be" - Read more »
"Over a thousand Docker container images found hiding malicious content" - Read more »
"AWS Lambda adds support for Node.js 18" - Read more »
📕 BOOK OF THE WEEK
The book is a step by step guide of changes from top-down management approach in organisation like US Navy. Story starts with Cpt. Marquet assigned in charge of submarine with worst results in the fleet, and turns it around within a year to the best one, by changing the top-down (leader-follower) approach to the empowerment (leader-leader) approach.
I would've never guessed that I could enjoy a book written by a submarine captain, but I must say this is one of the best books on leadership that I've read.
🎧 PODCAST/WEBINAR OF THE WEEK
In this episode of LevelUp Engineering podcast, James Stanier, Director of Engineering at Shopify shares his secrets on energy management. He talks about setting yourself up for success by planning for the unexpected, goal- and achievement tracking and keeping your calendar under control.
💼 OPEN JOBS OF THE WEEK
Site Reliability Engineer @Sticker Mule
AWS, Kubernetes, Postgres

🌎 Remote, anywhere
💰 $120k+

Read more »
Site Reliability Engineer @DoubleCloud
AWS, Terraform, CI/CD

🌎 Remote, europe
Read more »
Senior Software Engineer @AssemblyAI
Go, AWS, MySQL

🌎 Remote, anywhere
💰 $125k - $200k
Read more »
Hand-picked DevOps opportunities to work from home, remotely, freelance, full-time, part-time, contract and internships - See more »
🌎 EVENTS OF THE WEEK
Get key Salesforce DevOps insights in this webinar with Mitch Spano (Google), David Reed (Salesforce), Jason Lantz (MuseLab) & Rob Cowell (Gearset) - Register now
Azure Lowlands is a single day event with multiple tracks around Microsoft Azure, ranging from for containers, data, integration all the way to DevOps, IoT and AIRegister now
AWS re:Invent is the most transformative event in tech. For 10 years, the global cloud community has gathered here to meet peers and cloud experts, get inspired, and rethink what’s possible - Register now
🐦 TWEET OF THE WEEK
😂 MEMES OF THE WEEK
Remember to share if you enjoyed this issue!
Share Share
Tweet Tweet
Forward Forward
Want to sponsor an issue? Check out the Sponsor Kit
Copyright © 2022 DevOps Bulletin, All rights reserved.
Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.

Older messages

Digest #78: GPT3 Powered Terminal 😍

Saturday, November 19, 2022

Digest #78: GPT3 Powered Terminal 😍 #78: GPT3 Powered Terminal This week's newsletter highlights the first publicly-known piece of malware deployed as a Lambda function, is Kubernetes the silver

Digest #77: DevOps Metrics 📊

Saturday, November 12, 2022

Digest #77: DevOps Metrics 📊 #77: DevOps Metrics Stolen credentials are the #1 cause of data breaches. Teleport makes your infrastructure more secure, scalable, and easier to use by eliminating static

Digest #76: Publish Helm Charts in DockerHub ⚡

Saturday, November 5, 2022

Digest #76: Publish Helm Charts in DockerHub ⚡ #76: Publish Helm Charts in DockerHub Stolen credentials are the #1 cause of data breaches. Teleport makes your infrastructure more secure, scalable, and

Digest #75: Docker + Wasm 🐳

Saturday, October 29, 2022

Digest #75: Docker + Wasm 🐳 #75: Docker + Wasm Stolen credentials are the #1 cause of data breaches. Teleport makes your infrastructure more secure, scalable, and easier to use by eliminating static

Digest #74: AWS prices in your Google Sheets 💵

Sunday, October 23, 2022

Digest #74: AWS prices in your Google Sheets 💵 #74: AWS prices in your Google Sheets 📖 POSTS OF THE WEEK EKS Security Checklist: 10 best practices for a secure cluster The best way to tighten your

You Might Also Like

Daily Coding Problem: Problem #1617 [Easy]

Saturday, November 23, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. You are given an string representing the initial conditions of some dominoes.

Ranked | The Tallest and Shortest Countries, by Average Height 📏

Saturday, November 23, 2024

These two maps compare the world's tallest countries, and the world's shortest countries, by average height. View Online | Subscribe | Download Our App TIME IS RUNNING OUT There's just 3

⚙️ Your own Personal AI Agent, for Everything

Saturday, November 23, 2024

November 23, 2024 | Read Online Subscribe | Advertise Good Morning. Welcome to this special edition of The Deep View, brought to you in collaboration with Convergence. Imagine if you had a digital

Educational Byte: Are Privacy Coins Like Monero and Zcash Legal?

Saturday, November 23, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 23, 2024? The HackerNoon

🐍 New Python tutorials on Real Python

Saturday, November 23, 2024

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Black Friday Giveaway @ Real Python This Black

Re: Hackers may have stolen everyone's SSN!

Saturday, November 23, 2024

I wanted to make sure you saw Incogni's Black Friday deal, which is exclusively available for iPhone Life readers. Use coupon code IPHONELIFE to save 58%. Here's why we recommend Incogni for

North Korean Hackers Steal $10M with AI-Driven Scams and Malware on LinkedIn

Saturday, November 23, 2024

THN Daily Updates Newsletter cover Generative AI For Dummies ($18.00 Value) FREE for a Limited Time Generate a personal assistant with generative AI Download Now Sponsored LATEST NEWS Nov 23, 2024

📧 Building Async APIs in ASP.NET Core - The Right Way

Saturday, November 23, 2024

​ Building Async APIs in ASP .NET Core - The Right Way Read on: m​y website / Read time: 5 minutes The .NET Weekly is brought to you by: Even the smartest AI in the world won't save you from a

WebAIM November 2024 Newsletter

Friday, November 22, 2024

WebAIM November 2024 Newsletter Read this newsletter online at https://webaim.org/newsletter/2024/november Features Using Severity Ratings to Prioritize Web Accessibility Remediation When it comes to

➡️ Why Your Phone Doesn't Want You to Sideload Apps — Setting the Default Gateway in Linux

Friday, November 22, 2024

Also: Hey Apple, It's Time to Upgrade the Macs Storage, and More! How-To Geek Logo November 22, 2024 Did You Know Fantasy author JRR Tolkien is credited with inventing the main concept of orcs and