1 minute read

Chaos engineering, building an SRE team, some interesting audit tools and a range of container infrastructure topics this week.

env0 sponsors Devops Weekly

Setting up a CD pipeline in 5 minutes? It’s actually doable these day with off the shelf tools. Check out how
https://www.env0.com/l/devops-cd-blog

About env0: use Terraform to let your team manage their own environments in AWS, Azure and Google. Governed by your policies and with complete visibility & cost management.

News

A post on how to build an SRE team, from other roles to find candidates in to how you might choose to structure the team to begin with.
https://www.blameless.com/blog/how-to-build-an-sre-team

A new podcast series focused on chaos engineering, with several discussions already on the psychology of chaos engineering and learning from incidents.
https://chaos.community/

An introduction to the operator pattern in Kubernetes, and a look at the Operator Framework SDK for creating Go operators.
https://www.cloudops.com/blog/kubernetes-operators-101/

A good list of best practices for building Docker images for Node.js projects. While some are generally applicable, several are specific to Node.
https://dev.to/nodepractices/docker-best-practices-with-node-js-4ln4

A discussion of the importance of flow, and approaches to building empowered teams that can deliver products end-to-end.
https://www.slideshare.net/ManuelPais/product-teams-need-a-family-too-new-ways-of-working-modern-agile-in-wellington-meetup-sep-2020

An interesting community attempt to standardize how to distribute WASM applications as OCI images. I’d like to see this conversation happen under the auspices of the OCI but interesting stuff.
https://www.solo.io/blog/announcing-the-webassembly-wasm-oci-image-spec/

Tools

An online GUI tool for quickly creating Kubernetes YAML configuration files. Select the workload type and then go through the (long) list of available options.
https://k8syaml.com/

Whispers is a new tool for identifying secrets (AWS tokens, hashed credentials, sensitive files, etc.) in source code and various configuration files.
https://github.com/Skyscanner/whispers

Polaris is an interesting looking audit tool for Kubernetes, showing a high-level health score for clusters and workloads and providing a list of issues to fix.
https://github.com/FairwindsOps/polaris

Updated: