Thursday, March 31, 2022

Take Back the Sky by Greg Bear


This conclusion to the trilogy is not bad but not great.  None of the main characters, even those with super-powers, has any agency or power over their situations in the entire story. The space opera in the outer solar system is interesting and fun; the characters are great but they are all powerless. 3/5 Stars.

Firewalkers by Adrian Tchaikovsky


The author writes well and is very imaginative.  I enjoyed all of the other books I have read by him. This one is not good.  I did not like any of the characters or care about their situations.  The awe-and-wonder space opera at the very end was good but the rest of the story is bad, 1/5 Stars.

Monday, March 21, 2022

Flux vs Argo && Flux with Helm



Here is a short, useful comparison of the strengths, weaknesses, and capabilities of the Flux family of gitops tools versus the Argo family.  Although it appears to me that Argo is currently a little better, flux is catching up quickly and has a few other advantages.

And here is an interesting, in-depth video of using flux with helm.

kubernetes configuration drift minimization oppa gitops style


Over the past four decades, large-scale infrastructure consistency management people have continually re-discovered the inevitable entropy of "drift," wherein your pristine, uniform system configurations somehow get out-of-sync with reality.  Dozens of patterns, tools, and approaches have been tried and almost all are (still) running in large data centers to combat these misconfigurations. And, of course, new tools are emerging and older tools are adding more drift minimization features (e.g. salt) as they evolve.

Madhura Maskasky (co-founder of Platform9) has proposed an interesting approach using gitops and a role-based access control (RBAC) templating system to minimize kubernetes cluster drift.  Because kubernetes cycles pods continuously, and configuration deployment is exclusively from git, a significant amount of drift is reduced for "free," without adding another tool.

Drift minimization oppa gitops style.


Quis Custodiet Ipsos Custodes?


Here is an interesting take on detecting issues in the monitoring service and alerting the on-call person. Miedwar explained that their original method was simple and good enough: An AWS Lambda function periodically triggers and sends an HTTP health request to Grafana via proxy. When the health check fails, it triggers an incident in PagerDuty.  Elegant, independent, simple, pretty good. Why change?  It cannot see past failures between polling intervals. Their proxy is a single point of failure (SPOF).  Their new "trigger unless the system claims it is healthy" design resolves both problems and is just as simple.

For the Latin impaired, the title means "Who watches the watchmen?"

Sunday, March 20, 2022

Camille Fournier explique 20 mesures d'un supérieure développeur de logiciels


Another great blog post from my buddy about measurements for differentiating  characteristics of a  senior software engineer.  The title of this entry is in french because the author's name is Camille Fournier.

another take on client retry logic


When clients have no visibility into global state (all clients' latencies & failure rates), there are simple heuristics we use for retry logic.  Marc Brooker introduces another approach (circuit breakers) that can be useful for certain statistical distributions of low client failure rates, especially under high server load.

Should we meet?

Friday, March 18, 2022

Killing Titan by Greg Bear


The story line is starting to get more "way out there" with bigger mysteries and more-advanced (magical) awe-and-wonder technology.  The value and capabilities of the main characters comes into question, making it harder to suspend disbelief. 3/5 Stars.  I want to find out what happens next.

Thursday, March 17, 2022

23 Years on Fire by Joel Shepherd


The series is starting to grow on me now that it's not all political and mysterious, advanced space aliens have appeared. The close combat has crossed the threshold into super-powers, which is disappointing.  Unless Ceephay Queen is available soon, I may continue the series. 3/5 Stars.