This list has moved to a GitHub repo for easier tracking: https://github.com/coreos/awesome-kubernetes-extensions
Please comment below if you are using Kubernetes Third-Party Resources and I will add you to the list.
Known Users:
<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> |
<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…</p> |
This list has moved to a GitHub repo for easier tracking: https://github.com/coreos/awesome-kubernetes-extensions
Please comment below if you are using Kubernetes Third-Party Resources and I will add you to the list.
Known Users:
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 |
<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> |
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 <[email protected]> |
<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> |
# static-builder | |
FROM openshift/base-centos7 | |
# TODO: Put the maintainer name in the image metadata | |
MAINTAINER Dale Bewley <[email protected]> | |
# 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 |
<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"> |