tskmstr
=============
== tskmstr ==
=============
Gone Fishing! - automation: let the robots take over.

Kubernetes Admission Controllers: A Dive Into Policy Enforcement

admission controllers webhooks

Kubernetes has revolutionized how we deploy and manage our applications. Ensuring compliance, security, and operational best practices across a cluster requires robust guardrails. That is where we have Kubernetes Admission Controllers—the gatekeepers of the cluster. Here, we will explore how they work, why we need them, and how we can build some custom policies tailored to our organization’s needs.

Read more...

Nugget: Generating Usable Self-Signed Certificates For The Modern World

kubernetes ssl/tls tips

Certificates are a necessary evil, and now they’ve gone and changed the rules on us.

Read more...

Nugget: Check Kubernetes Pod Logs Without kubectl

kubernetes debugging tips

Ever needed to check pod logs but couldn’t use kubectl?

Read more...

Performance Profiling in Go: A Tale of Two Word Counters

go performance

A spark of curiosity…

Read more...

How To Communicate With The Kubernetes API (API Server)

linux kubernetes

In this session, we will look into buulding foundational knowledge and understanding of the API server and the various ways of interacting with it. We will see how kubectl and other HTTP clients communicate with the API server. We will see demos of how to trace the communications and see the details of HTTP requests. Also, we will see how we can look up the API details so that we can write our own API requests from scratch.

Read more...
1 of 3 Next Page