Skip to content

Instantly share code, notes, and snippets.

View ryanj's full-sized avatar
💭
LGTM

ryan jarvinen ryanj

💭
LGTM
View GitHub Profile
@soggiest
soggiest / Operator.html
Last active May 8, 2017 21:38 — forked from ryanj/Operator-Hack-Night-at-CoreOS-SF.html
CoreOS Kube Operators Seattle Kubernetes Meetup on April 12th, 2017 http://bit.ly/operatorhacks
<section>
<section id='stateful-problems' data-markdown>
## Operators
### Six Months Later
</section>
</section>
<section>
<section id='the-problem'>
<h3>The Problem with Stateful</h3>
<ol>
@ryanj
ryanj / Hands-On-Intro-to-Kubernetes.html
Last active June 8, 2017 17:16
Kubenetes Zone "Hands-On Intro to Kubernetes" Workshop 4/17 in Austin, TX http://bit.ly/k8s-zone
<section>
<section id="kubernetes-hands-on">
<h1>Kubernetes Zone</h1>
<h1>Hands-On Workshop</h1>
<br/>
<p><a href="https://www.eventbrite.com/e/kubernetes-zone-workshop-andor-reception-tickets-32538282880">Kubernetes Zone - April 17, 2017</a></p>
<p><a href="http://bit.ly/k8s-zone">bit.ly/k8s-zone</a></p>
</section>
<section data-state='blackout' data-background-color="#000000" id='presented-by'>
<p>presented by&hellip;</p>
@philips
philips / users.md
Last active April 5, 2023 14:17
Kubernetes Third-Party Resource Users
@so0k
so0k / kubectl.md
Last active April 25, 2024 12:40
Playing with kubectl output

Kubectl output options

Let's look at some basic kubectl output options.

Our intention is to list nodes (with their AWS InstanceId) and Pods (sorted by node).

We can start with:

kubectl get no
anonymous
anonymous / .tmux.conf
Created July 7, 2016 04:54
set -g default-terminal "screen-256color"
# change prefix command to C-z
set -g prefix C-z
unbind C-b
bind C-z last-window
bind z send-prefix
# setup | and - for window splitting
unbind %
bind | split-window -h
@ryanj
ryanj / OpenShift-at-RedHat-Summit-2016.html
Last active April 10, 2017 06:34
OpenShift Demos from Red Hat Summit 2016 - http://bit.ly/openshift-rhsummit
<section data-transition="linear">
<section id='OpenShift-Demos-from-Red-Hat-Summit'>
<h1>OpenShift Demos</h1>
<h3>from</h3>
<h1>Red Hat Summit</h1>
<h3><i>2016</i></h3>
<a href='http://bit.ly/openshift-rhsummit'>bit.ly/openshift-rhsummit</a>
</section>
<section id='videos'>
<h2>OpenShift Demo Video from OSCON</h2>
@ryanj
ryanj / Dockerfile
Last active May 25, 2016 19:50
A minimal permissions Dockerfile for NodeJS apps - Add it to your repo to produce images that won't expect to run as Root
FROM ryanj/centos7-nodejs:current
# Available NodeJS release tags are listed here:
# https://hub.docker.com/r/ryanj/centos7-nodejs/tags/
# To use this Dockerfile, your app should listen on
# port 8080 when initialized with "npm start"
# Remember to include your own MAINTAINER info:
MAINTAINER ryanj <ryanj@redhat.com>
@ryanj
ryanj / SFK8s-K8s_Extensions_and_Upstream_Dev.html
Last active September 13, 2016 22:42
#SFK8s - K8s Extensions and Upstream Development from Red Hat by @ryanj http://bit.ly/sfk8s-openshift-extensions
<section data-transition="linear">
<section id='sfk8s'>
<h1>#SFK8s</h1>
<h2>K8s Extensions</h2>
<p>and</p>
<h2>Upstream Development</h2>
<p>from</p>
<h1>Red Hat</h1>
<p><a href='https://youtu.be/aHaVmMnPN5Y'>Wednesday, April 27, 2016</a></p>
<p><a href='http://bit.ly/sfk8s-openshift-extensions'>bit.ly/sfk8s-openshift-extensions</a></p>
@dlbewley
dlbewley / Dockerfile
Last active March 22, 2016 19:19
OpenShift STI static httpd builder dockerfile test
# static-builder
FROM openshift/base-centos7
# TODO: Put the maintainer name in the image metadata
MAINTAINER Dale Bewley <dale@bewley.net>
# TODO: Rename the builder environment variable to inform users about application you provide them
ENV BUILDER_VERSION 1.0
# TODO: Set labels used in OpenShift to describe the builder image
@ryanj
ryanj / Deploy-Scale-Build.html
Last active February 9, 2016 22:37
Docker, Kubernetes, OpenShift : Deploy, Scale, Build - http://bit.ly/devconf-deploy
<section data-transition="linear">
<section id='deploy-scale-build' data-markdown>
### Docker, Kubernetes, OpenShift:
## Deploy, Scale, Build
[bit.ly/devconf-deploy](http://bit.ly/devconf-deploy)
Saturday, Feb 6th 10:40 A113
</section>
<section id='by-ryanj' data-state="blackout">