Skip to content

Instantly share code, notes, and snippets.

@luckylittle
luckylittle / HashiCorp_Vault_Associate_(exam_notes).md
Last active October 23, 2025 13:53
HashiCorp Vault Associate (exam notes)

HashiCorp Vault Associate (exam notes)

Exam objectives

Exam Objectives
1 Compare authentication methods
  1a Describe authentication methods
  1b Choose an authentication method based on use case
  1c Differentiate human vs. system auth methods
@krisek
krisek / alert.rules.yml
Last active March 25, 2026 13:27
Prometheus alert rules for node exporter
groups:
- name: node_exporter_alerts
rules:
- alert: Node down
expr: up{job="monitoring-pi"} == 0
for: 2m
labels:
severity: warning
annotations:
title: Node {{ $labels.instance }} is down
@cgswong
cgswong / kubernetes-war.md
Created January 27, 2020 21:09
Kubernetes Well Architected Review

Kubernetes Well Architected Review (WAR)

Customer: Midas Touch

Date: February 02, 2020

tags: meeting kubernetes EKS WAR

Intent:

  • Increase awareness of architectural best practices