Add guides on Kubernetes events, operators, and dashboard hardening#168
Open
jackpauley999-bot wants to merge 1 commit intotomhuang12:mainfrom
Open
Add guides on Kubernetes events, operators, and dashboard hardening#168jackpauley999-bot wants to merge 1 commit intotomhuang12:mainfrom
jackpauley999-bot wants to merge 1 commit intotomhuang12:mainfrom
Conversation
Three practical articles covering core K8s topics: event types and observability patterns, the operator pattern with a build-your-own walkthrough, and a dashboard hardening guide for 2026.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds three resources to the Guides section, placed in alphabetical order per the contribution guidelines:
Kubernetes Events Explained — Walks through event types (Normal vs Warning), practical kubectl commands for filtering and watching events, and observability patterns for integrating events into monitoring stacks. Useful for operators who want to move beyond ad-hoc
kubectl get events.Kubernetes Operators Explained — Explains the operator pattern end-to-end: CRDs, reconciliation loops, controller-runtime basics, and a step-by-step guide to building a simple operator. Complements the existing "Writing Your First Kubernetes Operator" entry with deeper coverage of the underlying mechanics.
Securing the Kubernetes Dashboard — A 2026-updated hardening guide covering RBAC scoping, network policy isolation, authentication proxy setup (OAuth2 Proxy / Dex), and audit logging. Relevant given how often the Dashboard is left exposed with overly broad permissions.
All three are long-form technical articles with code examples and diagrams — no paywalls or gated content.