Argo Workflows | Container Pipeline

I’ve been running Kaniko for several years without any major issues. Recently, when I was updating and applying patches to my CI systems on Argo Workflows, I discovered that the Kaniko project is now (June 3, 2025) archived. ...

October 22, 2025 · Andrew

2025 Northeast CCDC

Annual Northeast CCDC black team competition notes and infrastructure details. This covers how we set up the environment, qualifier and regional competitions (services and injects) and then some fun stats we collected along the way. ...

April 1, 2025 · Andrew

Building and Pushing Container Images to Multiple ECR Registries with Argo Workflows

Using Argo Workflows to build container images with Kaniko and push them to different registries. This post goes over sending the image to multiple ECR repositories in different AWS partitions but it could easily be switched out with another registry (Docker, GitHub, etc.). Using AWS EKS with IAM OIDC providers set up in two accounts, allows different pods/service accounts to assume permissions in each account. ...

December 4, 2024 · Andrew

KCSA Study Guide

When searching for Kubernetes and Cloud Native Security Associate (KCSA) study materials, I couldn’t find any that were both free and high-quality. So, I’ve created this resource to guide you through the curriculum and provide free resources for your studies. ...

July 21, 2024 · Andrew

TryHackMe 'Frank and Herby try again.....'

This walk through of TryHackMe room “Frank and Herby try again…..” goes over how to escape from a container to take over the underlying node. This room is a sequel of Frank & Herby make an app which is also Kubernetes themed. ...

April 6, 2024 · Andrew