Skip to content

Instantly share code, notes, and snippets.

View pblittle's full-sized avatar

P. Barrett Little pblittle

View GitHub Profile
@pblittle
pblittle / gist:1771613
Created February 8, 2012 17:51 — forked from yssk22r/gist:1544225
init script for vcap components
#! /bin/sh
### BEGIN INIT INFO
# Provides: nats_server
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Starts the nats message bus server
### END INIT INFO
export RUBY_PATH=/home/ubuntu/.rvm/rubies/ruby-1.9.2-p180
export GEM_PATH=/home/ubuntu/.rvm/gems/ruby-1.9.2-p180
EXEC_USER=ubuntu
@pblittle
pblittle / k8s-pi.md
Created October 9, 2018 12:19 — forked from alexellis/k8s-pi.md
K8s on Raspbian

Kubernetes on (vanilla) Raspbian Lite

Yes - you can create a Kubernetes cluster with Raspberry Pis with the default operating system called Raspbian. This means you can carry on using all the tools and packages you're used to with the officially-supported OS.

This is part of a blog post Serverless Kubernetes home-lab with your Raspberry Pis written by Alex Ellis.

Copyright disclaimer: Please provide a link to the post and give attribution to the author if you plan to use this content in your own materials.

Pre-reqs:

@pblittle
pblittle / k8s-pi.md
Created October 9, 2018 12:20 — forked from alexellis/k8s-pi.md
K8s on Raspbian

Kubernetes on (vanilla) Raspbian Lite

Yes - you can create a Kubernetes cluster with Raspberry Pis with the default operating system called Raspbian. This means you can carry on using all the tools and packages you're used to with the officially-supported OS.

This is part of a blog post Serverless Kubernetes home-lab with your Raspberry Pis written by Alex Ellis.

Copyright disclaimer: Please provide a link to the post and give attribution to the author if you plan to use this content in your own materials.

Pre-reqs: