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:
I hereby claim:
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 Kubernetes</h3> | |
| <p> | |
| Presented by<br/> | |
| <a href="http://www.codemiller.com">Katie Miller</a> / <a | |
| href="http://twitter.com/codemiller">@codemiller</a><br/> |
[ Launch: Tributary inlet ] 6026457 by codemiller
| #!/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 |
| #! /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 |
| #! /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 |