Skip to content

Thomas Stringer

Blog and portfolio focused on Linux, Kubernetes, containers, DevOps, cloud, and other technical things.

  • By Thomas Stringer
  • Based in United States of America
  • Roughly one post per month
  • First post on

Posts per month

Data for this chart is available in the table below
Posts per month
Month starting Posts
Nov 2023 3
Dec 2023 1
Jan 2024 2
Feb 2024 2
Mar 2024 1
Apr 2024 1
May 2024 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

What Determines if a Kubernetes Node is Ready?
Anybody that has dealt with Kubernetes clusters for any amount of time has likely ran into a situation where they run kubectl get nodes and may see the infamous NotReady state. It’s a deceivingly c...
On , by Thomas Stringer, 43 words
OpenTelemetry Sample Application
TLDR OpenTelemetry shopping cart is repo that includes a microservices application, OpenTelemetry components, and many observability backend tools (the whole Grafana stack, Elasticsearch, Jaeger) ...
On , by Thomas Stringer, 28 words
Restrict HTTP Request Methods in Go
This is loosely part 2 of my latest blog post on advancements in routing. One of the other new features in Go 1.22 is the ability to have the HTTP method enforced directly in the …
On , by Thomas Stringer, 45 words