1 minute read

Lots of tools this week, from small utilities for secret detection and AWS management, to tools working with Knative and monorepos. Plus posts on devops trends, logging, Kubernetes and more.

StackHawk sponsors Devops Weekly

Register now for the first-ever ZAPCon taking place March 9th. The free event will focus on OWASP ZAP and application security best practices. You won’t want to miss it!
http://sthwk.com/zapcon-devops-weekly

News

Lots of details about Kubernetes liveness probes, including the problems they look to solve and some of the common implementation errors.
https://loft.sh/blog/kubernetes-liveness-probes-examples-common-pitfalls/index-1/

A post on potential trends in and around infrastructure and operations in 2021. Continued evolution rather than revolution.
https://phoenixnap.com/blog/devops-trends

Open source software has been an important part of the devops story. This paper explores some of the recent conversations about licensing, ethics and the issues with open communities.
https://osf.io/hnerp/?view_only=44b5c10772d5470892b701dfe4b2c833

A post on automating the release process for a complex monorepo project using Lerna.
https://sudolabs.io/blog/automated-release-process-for-lerna-monorepo

Logging is too easy to get wrong. This post covers lots of details about Java logging, useful for those building or operating Java applications.
https://sematext.com/blog/log4j-tutorial/

Tools

I’m a big fan of making it possible to experiment and learn with even complex platforms locally. Knative on Kind (Konk) does just that for Knative.
https://github.com/csantanapr/knative-kind

A simple but handy utility to resize EBS volumes on AWS.
https://github.com/mpostument/ebs-autoresize

Another useful utility, SecretScanner does exactly what you’d think, finding secrets from file systems or container images.
https://github.com/deepfence/SecretScanner

Monorepos appear particularly popular with some JavaScript communities. Rush is a new toolkit helping to build and publish many packages from a common Git repo.
https://rushjs.io

Updated: