Building a Python Command Runner for DevOps Workflows
Build a Python CLI that runs shell commands with timeout handling, clean error output, JSON reporting, and pytest coverage.
Read blogBuild a Python CLI that runs shell commands with timeout handling, clean error output, JSON reporting, and pytest coverage.
Read blogA small Python CLI for parsing access logs and surfacing useful DevOps signals.
Read blogA hands-on walkthrough of Kubernetes SecurityContext and Pod Security Admission on Amazon EKS, covering non-root containers, read-only root filesystems, Linux capabilities, seccomp, and restricted namespace enforcement.
Read blogA hands-on walkthrough of Kubernetes NetworkPolicy enforcement on Amazon EKS using the AWS VPC CNI, default deny policies, pod selectors, namespace selectors, and egress controls.
Read blogA hands-on walkthrough of Kubernetes Jobs, CronJobs, retries, backoffLimit, and concurrencyPolicy using an Amazon EKS lab cluster.
Read blog