Skip to content

Instantly share code, notes, and snippets.

@CognitiveBurden
CognitiveBurden / GitOpsTalkAbstract
Last active March 22, 2019 13:15 — forked from patrickbadley/GitOpsTalkAbstract
DevelOP Your Kubernetes Cluster with GitOps, Helm, Docker, Flux, Charts, and Git!
# Title
## DevelOP Your Kubernetes Cluster with GitOps, Helm, Docker, Flux, Charts, and Git!
# Abstract
Whether you're an expert kubectl-er or just dipping your toes into all things kubernetes and docker, come check out an innovative approach we designed and implemented for a customer to configure and manage their kubernetes cluster!
Join us for a tour of the roles and responsibilities of each technology in the pipeline as well as a hands-on demonstration. During the hands-on demo, we'll spin up a kubernetes (k8s) cluster, push container images to docker hub, configure k8s deployments and services, and marvel as all the pieces comes together right before our eyes.
@CognitiveBurden
CognitiveBurden / Ivan-MDErgo1.json
Created April 25, 2016 02:13 — forked from ivangonekrazy/Ivan-MDErgo1.json
Example Ergodox Infinity Keyboard layout (includes mappings for the FLASH command on both halves)
{
"header": {
"Author": "HaaTa (Jacob Alexander) 2015",
"Base": "Blank",
"Date": "2015-09-12",
"Generator": "KIICONF 0.2",
"KLL": "0.3c",
"Layout": "Default",
"Name": "MDErgo1",
"Version": "0.1"
exception ItemAlreadyExists of string
exception ItemNotFound of string
exception DomainError of string
type Command =
| CreateInventoryItem of Id: int
| RenameInventoryItem of Id: int * Name: string
| RemoveItemsFromInventory of Id: int * Amount: int
| AddItemsToInventory of Id: int * Amount: int
| DeactivateInventoryItem of Id: int