Skip to content

Instantly share code, notes, and snippets.

View jjdonson's full-sized avatar
🎯
Focusing

Jeremy Donson jjdonson

🎯
Focusing
  • Google
  • New York City
View GitHub Profile
@jjdonson
jjdonson / 00-k8s-poc.md
Last active January 28, 2023 09:36
Test-Driven Selection of Emerging Tools and Techniques

Kubernetes Proofs of Concept

  • Each POC Repo Sub-Directory Contains:
    • Project Planning In Jira
    • Docs
    • Testing
    • Implementations
    • Hands-On Demos
    • Proposals for Further Testing of Tools and Workflows

Table of Contents

@jjdonson
jjdonson / first-meeting.md
Last active January 27, 2023 07:26
Educational Organization Tech Meetings

Educational Organization Tech Meetings


Table of Contents


Subjects

  • mathematics
@jjdonson
jjdonson / nodeProblemDetectorBugAuto.sh
Last active December 5, 2022 17:21
Proposed automated bug report stub for k8s.....
#!/bin/bash
# Automated K8s cluster provisioning bug report....
DATE_STAMP=$(date +'%Y%m%d')
UTIME_STAMP=$(date +'%s')
K8S_BUG_REPORT_FILE="k8s-bug-report-${DATE_STAMP}.log"
CONTROLLER_HOST_PLATFORM=$( python3 -m platform || python -m platform ) # controller host platform => usually a desktop or laptop.
CONTROLLER_HOST_SSH_V=$(ssh --version )
VAGRANT_VERSION=$(vagrant --version) # ... running on the controller host.
VBOX_VERSION=$(vboxmanage --version) # ... running on the controller host.