Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am codemiller on github.
  • I am codemiller (https://keybase.io/codemiller) on keybase.
  • I have a public key whose fingerprint is 3DFE 3C85 0A6C 280B 2671 C0CF 3D9F 36E0 8A01 0D86

To claim this, I am signing this object:

<!-- Opening -->
<section>
<section>
<h1 style="font-size: 3.4em; margin-top: -25px;">Connecting Containers</h1>
<img src="https://raw.githubusercontent.com/codemiller/connecting-containers/gh-pages/images/boxillusion.png" style="width: 210px; background-color: inherit; border: none; box-shadow: none;"/>
<h3>Building a PaaS with Docker and&nbsp;Kubernetes</h3>
<p>
Presented by<br/>
<a href="http://www.codemiller.com">Katie Miller</a> / <a
href="http://twitter.com/codemiller">@codemiller</a><br/>
@katiejots
katiejots / OSDCOpenShift.md
Last active August 29, 2015 14:08
OSDC OpenShift Tutorial
@katiejots
katiejots / _.md
Last active December 19, 2015 22:18
Higher-order fun
#!/bin/bash
set -e
# If you decide to skip the full update, be sure to at least run 'sudo yum update audit -y'
echo "Updates packages. Asks for your password."
sudo yum update -y
echo "Installs packages. Give your password when asked."
sudo yum install make automake gcc gcc-c++ kernel-devel patch libffi-devel libtool bison openssl readline readline-devel curl git-core zlib zlib-devel openssl-devel libyaml-devel sqlite sqlite-devel libxml2 libxml2-devel libxslt-devel autoconf glibc-devel nodejs -y
@katiejots
katiejots / logstash-shipper
Last active December 10, 2015 19:29
/etc/init.d/logstash-shipper
#! /bin/sh
#
# /etc/rc.d/init.d/logstash
#
# Starts Logstash as a daemon
#
# chkconfig: 2345 20 80
# description: Starts Logstash as a daemon
# pidfile: /var/run/logstash-shipper.pid
@katiejots
katiejots / logstash-reader
Last active December 10, 2015 19:29
/etc/init.d/logstash-reader
#! /bin/sh
#
# /etc/rc.d/init.d/logstash
#
# Starts Logstash as a daemon
#
# chkconfig: 2345 20 80
# description: Starts Logstash as a daemon
# pidfile: /var/run/logstash-reader.pid