Skip to content

Instantly share code, notes, and snippets.

View JasonMorgan's full-sized avatar

Jason Morgan JasonMorgan

View GitHub Profile
@JasonMorgan
JasonMorgan / scene-template.md
Created April 27, 2023 11:37
Scene Template

Name

Description

The 6 essential questions

  1. Who is it about?
  2. What did they want?
  3. Why can't they get it?
  4. What did they do about it?
@JasonMorgan
JasonMorgan / linkerd.yaml
Created March 15, 2022 17:00
linkerd permission objects
---
###
### Linkerd Namespace
###
kind: Namespace
apiVersion: v1
metadata:
name: linkerd
annotations:
linkerd.io/inject: disabled
---
#
# Buoyant Cloud Agent manifest for NYC1
#
---
kind: Namespace
apiVersion: v1
metadata:
name: buoyant-cloud
annotations:
# Inserts a blank line between shell prompts
add_newline = true
# Replace the "❯" symbol in the prompt with "➜"
# [character] # The name of the module we are configuring is "character"
# success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
# Disable the package module, hiding it from the prompt completely
# [package]
# disabled = true

Upstream Marketing Process

Idea Paths

There is no one way to get into the kubernetes blog. Below are some options:

The Kubernetes Upstream Marketing team under ContribEx can help you tell a kubernetes story. With Blog posts you can:

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
rbac.authorization.kubernetes.io/autoupdate: "true"
labels:
name: read-only
namespace: '*'
rules:
- apiGroups: ["*"]
## Bring your current branch up-to-date with master, and squash all your working commits
## commit any working changes on branch "${BRANCH}", then...
## rename the branch to reflect it has the unsquashed commits
git branch -m ${BRANCH}-unsquashed
## crete a new local branch to start with the latest version of master
git checkout master
git pull

jason_mo Jason Morgan Human person.

Keybase proof

I hereby claim:

  • I am jasonmorgan on github.
  • I am jason_mo (https://keybase.io/jason_mo) on keybase.
  • I have a public key ASB0UpwCPc9ZSkPfkPoH2aQdlHbuN7aPJsobhR__fS_1XAo

Kubernetes 201

Resources for learning kubernetes

Agenda

  • Dockerfile dos and Don’ts
  • Getting Started with Helm
  • Scanning your containers
  • Why sign images?
@JasonMorgan
JasonMorgan / k8s-101.md
Last active October 12, 2020 18:11
k8s 101

Agenda

90 Minute Session

  • What is a Container
  • What is Docker
    • Engine
  • Docker Registry