<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rush Tehrani</title>
    <link>https://www.rushtehrani.com/</link>
    <description>Recent content on Rush Tehrani</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>hello@rushtehrani.com (Rush Tehrani)</managingEditor>
    <webMaster>hello@rushtehrani.com (Rush Tehrani)</webMaster>
    <lastBuildDate>Wed, 14 Dec 2016 12:00:00 -0800</lastBuildDate>
    
	<atom:link href="https://www.rushtehrani.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Using Kubernetes Go Client to Launch a Jupyter Notebook</title>
      <link>https://www.rushtehrani.com/post/using-kubernetes-api/</link>
      <pubDate>Wed, 14 Dec 2016 12:00:00 -0800</pubDate>
      <author>hello@rushtehrani.com (Rush Tehrani)</author>
      <guid>https://www.rushtehrani.com/post/using-kubernetes-api/</guid>
      <description>Note: This post was updated to use the latest stable Kubernetes Go client as of 12/14/2016.
As a continuation to the previous post, let&amp;rsquo;s now look at using Kubernetes&amp;rsquo; API to create a simple Pod and Service to expose a Docker container running a Jupyter notebook server.
We will be using Kubernetes&amp;rsquo; Go client, so let&amp;rsquo;s get started by getting the package:
go get -u k8s.io/client-go/  Once the package downloads, we need to add the relevant import paths in our main.</description>
    </item>
    
    <item>
      <title>Kubernetes on Google Container Engine</title>
      <link>https://www.rushtehrani.com/post/kubernetes-on-google-container-engine/</link>
      <pubDate>Sat, 30 Jul 2016 09:21:30 -0700</pubDate>
      <author>hello@rushtehrani.com (Rush Tehrani)</author>
      <guid>https://www.rushtehrani.com/post/kubernetes-on-google-container-engine/</guid>
      <description>This is a quick walkthrough to show you how to spin up a very small Kubernetes cluster on Google Cloud Platform (GCE) and then get access to the Kubernetes REST API.
Before you get started, you need to sign-in to Google Cloud Platform console and create a new project. If you don’t already have a Google Account, you can create one.
First, you need to download GCE’s command line interface gcloud.</description>
    </item>
    
    <item>
      <title>Running Jupyter Notebooks on Docker</title>
      <link>https://www.rushtehrani.com/post/running-jupyter-notebooks-on-docker/</link>
      <pubDate>Sat, 01 Aug 2015 14:16:49 -0700</pubDate>
      <author>hello@rushtehrani.com (Rush Tehrani)</author>
      <guid>https://www.rushtehrani.com/post/running-jupyter-notebooks-on-docker/</guid>
      <description>A simple and quick way to get Jupyter notebooks up and running quickly is to run them on Docker.
If you don’t already have Docker installed, take a look at the installation guide for your platform.
Once you have Docker installed, head over to the docker-stacks to get a few opinionated ready-to-run Jupyter applications in Docker.
For the most part, it&amp;rsquo;s as easy as opening the README file in one of the directories in that repository and following its instructions.</description>
    </item>
    
  </channel>
</rss>