“PLEASE DO NOT ATTEMPT TO SIMPLIFY THIS CODE. KEEP THE SPACE SHUTTLE FLYING.”: This almost 2000 lines of code that make up the persistent volume controller was one of the most popular social media posts this week:
|
|
Two things struck me about this comment:
- The two times NASA was arrogant or, at the time, clever and thought it knew better (Space Shuttles Challenger and Columbia), those crews didn’t come home alive. The pressure of a human or a team or an administration (NASA) not succeeding at their best guess outweighed the lives of those people on those spacecraft (sorry, grew up in Florida, might have been close to the shuttle program later in life, I have strong opinions). This Space Shuttle philosophy embarked in the code here also falls in line with the ye ole developers mantra, “Clear is better than clever.”
- I happened to know some folks involved in contributing this code. So I asked questions.
In the early days of Kubernetes, persistent volumes (the Achilles heel of a container orchestrator being state and all) weren’t considered reliable. This made widespread adoption of Kubernetes (state being the lifeblood of businesses worldwide and all) was pretty dependent on this feature workings.
In 2016, some Kubernetes contributors were locked in a room. Eventually, they all agreed. They needed to be sure that every use case was covered. No matter what, even if it was a no-op, EVERY USE CASE had to be covered. Naturally, PRs came in from people that wanted to help. People tried to simplify the code. But, there was something about the approach taken, the process behind the code, that needed to be codified. So it was written, “PLEASE DO NOT ATTEMPT TO SIMPLIFY THIS CODE. KEEP THE SPACE SHUTTLE FLYING.”
People
Rust Mod Team Resigns in Protest of ‘Unaccountable’ Core Team
Core teams only accountable to themselves isn’t good. It’s an abuse petri dish. I have to be honest I didn’t do much more digging after reading this article. If you have a perspective on this that shows a pattern of abuse please feel free to reach out.
Infrastructure as Code Automation for Terrafrom and GitOps workflows
See how env0 automates and simplifies the provisioning of cloud deployments for Terraform. We offer Variables and Secrets granularity, Full CLI support, integration with OPA, Dynamic RBAC and SAML. Get Started for FREE SPONSORED
Don’t soften feedback
“Managers: it’s your responsibility to clearly (and kindly) articulate what’s expected of your teammates in their roles, and what the gaps are. If you avoid being direct—even if it sucks to do so, on top of everything else happening in the world!—you’re setting them up for failure.” You really are. I had to get shaken pretty hard at the beginning of the pandemic.
Ably best-practices to optimize on-call shift rotations
“In the rest of this post, I outline how we manage on-call shifts at Ably, including what we’ve built and how we’ve optimized processes to benefit the team, and our customers.” It’s a good list.
Web scale open source with Kubernetes - All Things Open 2021 (full talk)
Justin does an amazing job at virtual talks. “A video about Kubernetes and open source. The first video part of the Kubernetes Cinematic Universe (KCU).”
How COVID-19 mRNA Vaccines Work - Vaccine Makers Project on Vimeo
I found this video highly informative. Reading it on paper, it is harder to think out the process of having the body take in mRNA. This makes the immune system’s custodial chain of that Nobel Prize winning technology pretty clear.
Process
Attackers don’t bother brute-forcing long passwords, Microsoft engineer says
Another reason why you shouldn’t set your password policy to something shorter than a quantum safe number of characters. Sidenote: I can’t believe dealing with quantum safe security is something I’m going to deal with in my life time. Didn’t see that one coming but, looks like it will be.
Join us for Honeycomb Developer Week on Dec 13–15! With free hands-on training and snackable sessions, you’ll learn leading-edge observability practices in just a few hours. Find out how to debug why exactly your apps are slow for only some users. Learn to spot patterns, anomalies, and trends with distributed tracing. Tame alert noise and focus on what matters with Honeycomb. SPONSORED
- Short-lived certificates mean you need to re-sign your software artifacts constantly
- Sigstore doesn’t support revocation
- Sigstore is only for signing and verifying containers!
- The transparency log means you can’t verify signatures offline
- Sigstore is only for open source software
Notes on GitOps potential role in compliance
“But Git is helping us move forward as an industry, as a common underlying platform, not just in the Kubernetes world, but in pretty much every community and platform in software.”
Nvidia acquisition of Arm now under scrutiny by FTC
If the UK and US are having cold feet, the EU will slam the door shut on this one. NVIDIA might have to go a different way. I wouldn’t doubt for a second if there wasn’t a supply shortage this deal would’ve sailed through.
Riverbed Tech files for Chapter 11 bankruptcy protection
Riverbed. Ghastly things. Single points of failure were the only times I encountered these. It sucks for the employees, yes, but, y’all went a long time with WAN accelerators. There wasn’t a lot of investment in other tech that could make a business profitable.
Free Apple support
How not to open source.
Tools
kubernetes-sigs/kube-scheduler-simulator
A web-based simulator for the Kubernetes scheduler (Note: THIS IS COOL)
Pulumi: Infrastructure as Code With Pulumi you can build, deploy and manage infrastructure on any cloud using familiar languages and tools. Provision infrastructure using Python, Go, JavaScript, TypeScript, and C#. Get started for free at pulumi.com SPONSORED
Amazon Linux 2022 Released - Based On Fedora With Changes
FWIW, I’ve run a Fedora Server for a long time now. It’s actually acting as a hypervisor host too. No issues. It’s kinda nice actually. To me, success here is AWS written fixes get applied upstream in a collaborative and open manner.
Neat! It even includes the CNCF landscape. /r/kubernetes
This made me laugh a little too hard.
Migrating Amazon EKS clusters from gp2 to gp3 EBS volumes
Want your EKS cluster to take advantage of those fancy gp3 volumes? Here’s how.
amazonlinux/amazon-linux-2022
Amazon Linux 2022
cheat/cheat
“cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.” Psst… It has cheat xargs
.
podtato-head/podtato-head
Demo App for TAG App Delivery (very cool, check it out GitOps nerds)
DevOps’ish Tweet of the Week
If CSAIL does it like this, I’m putting in too much effort.
Want more? Be sure to check out the notes from this week’s issue to see what didn’t make it to the newsletter but are still worth your time.