Skip to content

Instantly share code, notes, and snippets.

View jeremyrickard's full-sized avatar

Jeremy Rickard jeremyrickard

  • Colorado
View GitHub Profile
This is my LF Inclusive Speaker Training Certificate: LF-ejsyw0v6u9
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: echocluster
namespace: internal-default
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
{
"apiVersion": "extensions/v1beta1",
"kind": "DaemonSet",
"metadata": {
"creationTimestamp": "2020-03-03T15:35:48Z",
"generation": 4,
"labels": {
"chart": "witness-v2-2.0.0",
"heritage": "Tiller",
"release": "witness-v2-node"
@jeremyrickard
jeremyrickard / gist:60e4b0b0e13e131133e5d73a3130aee8
Created October 7, 2019 15:15
porter.yaml with a bad digest format
# This is the configuration for Porter
# You must define steps for each action, but the rest is optional
# See https://porter.sh/authoring-bundles for documentation on how to configure your bundle
# Uncomment out the sections below to take full advantage of what Porter can do!
name: HELLO
version: 0.1.0
description: "An example Porter configuration"
invocationImage: porter-hello:latest
tag: deislabs/porter-hello-bundle:latest
@jeremyrickard
jeremyrickard / Open Data Notes
Last active April 10, 2019 03:58
Notes for Connect The Dots
https://github.com/socrata/soda-js
https://data.coloradosprings.gov/Community/Homelessness-Prevention-Response-Service-Providers/6p7c-if9g
Providers:
https://data.coloradosprings.gov/Community/Service-Providers/2bn4-desb (this one comes as a JSON file)
Bus Routes:
https://data.coloradosprings.gov/Government/MMT-Bus-Routes/cakd-32uw (this comes as a shape file)

Keybase proof

I hereby claim:

  • I am jeremyrickard on github.
  • I am jerickar (https://keybase.io/jerickar) on keybase.
  • I have a public key ASCjy28mTgCQtqy-8sYjTOqceJFsE_SyQXfIdxzG0XTqpAo

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am jrrickard on github.
* I am jerickar (https://keybase.io/jerickar) on keybase.
* I have a public key ASCjy28mTgCQtqy-8sYjTOqceJFsE_SyQXfIdxzG0XTqpAo
To claim this, I am signing this object:
@jeremyrickard
jeremyrickard / gist:e54a0925ca061576cc3fdf386b0a590e
Created January 18, 2019 23:13
Jeremy and Carolyn Speaking Examples
Jeremy speaking at KubeCon EU 2018: https://www.youtube.com/watch?v=SuicCBXJRPg
Carolyn speaking at Gopherpalooza 2018: https://www.youtube.com/watch?v=ybrItw6KnZk
This example bundle will create an Azure MySQL database instance and then use the credentials of that to install Wordpress. This bundle assumes you have an Azure account and a Kubernetes cluster created. The bundle will use credentials for both.
First, install Porter!
## Install
### MacOS
```
curl https://deislabs.blob.core.windows.net/porter/latest/install-mac.sh | bash
```