<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Digitalocean on A Random Walk Down Tech Street</title>
    <link>https://dustymabe.com/tags/digitalocean/</link>
    <description>Recent content in Digitalocean on A Random Walk Down Tech Street</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 28 Sep 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://dustymabe.com/tags/digitalocean/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>OpenShift OKD on Fedora CoreOS on DigitalOcean Part 4: Recorded Demo</title>
      <link>https://dustymabe.com/2020/09/28/openshift-okd-on-fedora-coreos-on-digitalocean-part-4-recorded-demo/</link>
      <pubDate>Mon, 28 Sep 2020 00:00:00 +0000</pubDate>
      <guid>https://dustymabe.com/2020/09/28/openshift-okd-on-fedora-coreos-on-digitalocean-part-4-recorded-demo/</guid>
      <description>&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;: The fourth post of this series is available &lt;a href=&#34;https://dustymabe.com/2020/09/27/openshift-okd-on-fedora-coreos-on-digitalocean-part-3-upgrading/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This blog post is the fifth in a series that illustrates how to&#xA;set up an &lt;a href=&#34;https://www.okd.io/&#34;&gt;OpenShift OKD&lt;/a&gt; cluster on&#xA;&lt;a href=&#34;https://www.digitalocean.com/&#34;&gt;DigitalOcean&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Back on August 17th I highlighted this blog post series with a&#xA;presentation and demo for the OKD working group&amp;rsquo;s Demo Marathon.&lt;/p&gt;&#xA;&lt;p&gt;The video is &lt;a href=&#34;https://www.youtube.com/watch?v=Ow-AFgUQOqk&#34;&gt;posted on YouTube&lt;/a&gt;&#xA;and also available below. If you&amp;rsquo;re interested take some time and&#xA;watch the whole process work and see a cluster up and running at the end.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenShift OKD on Fedora CoreOS on DigitalOcean Part 3: Upgrading</title>
      <link>https://dustymabe.com/2020/09/27/openshift-okd-on-fedora-coreos-on-digitalocean-part-3-upgrading/</link>
      <pubDate>Sun, 27 Sep 2020 00:00:00 +0000</pubDate>
      <guid>https://dustymabe.com/2020/09/27/openshift-okd-on-fedora-coreos-on-digitalocean-part-3-upgrading/</guid>
      <description>&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;: The third post of this series is available &lt;a href=&#34;https://dustymabe.com/2020/08/23/openshift-okd-on-fedora-coreos-on-digitalocean-part-2-configuration/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This blog post is the fourth in a series that illustrates how to&#xA;set up an &lt;a href=&#34;https://www.okd.io/&#34;&gt;OpenShift OKD&lt;/a&gt; cluster on&#xA;&lt;a href=&#34;https://www.digitalocean.com/&#34;&gt;DigitalOcean&lt;/a&gt;. The third post in the&#xA;series covered further configuration of a cluster once it&amp;rsquo;s already&#xA;up and running. At this point you should have a cluster up and running&#xA;and configured with custom TLS certificates and user login&amp;rsquo;s&#xA;outsourced to some other identity management service.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenShift OKD on Fedora CoreOS on DigitalOcean Part 2: Configuration</title>
      <link>https://dustymabe.com/2020/08/23/openshift-okd-on-fedora-coreos-on-digitalocean-part-2-configuration/</link>
      <pubDate>Sun, 23 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://dustymabe.com/2020/08/23/openshift-okd-on-fedora-coreos-on-digitalocean-part-2-configuration/</guid>
      <description>&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;: The second post of this series is available &lt;a href=&#34;https://dustymabe.com/2020/08/13/openshift-okd-on-fedora-coreos-on-digitalocean-part-1-deployment/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This blog post is the third in a series that illustrates how to&#xA;set up an &lt;a href=&#34;https://www.okd.io/&#34;&gt;OpenShift OKD&lt;/a&gt; cluster on&#xA;&lt;a href=&#34;https://www.digitalocean.com/&#34;&gt;DigitalOcean&lt;/a&gt;. The second post in the&#xA;series covered the automated deployment and teardown of a cluster&#xA;using the &lt;code&gt;digitalocean-okd-install&lt;/code&gt; script. At this point you should&#xA;have a cluster up and running and ready to be further customized.&lt;/p&gt;&#xA;&lt;h1 id=&#34;set-up-custom-tls-certificates&#34;&gt;Set Up Custom TLS Certificates&lt;/h1&gt;&#xA;&lt;p&gt;In the first post in this series we mentioned that you may want to have&#xA;valid certificates for your cluster. For this example we used&#xA;&lt;code&gt;certbot&lt;/code&gt; to talk with &lt;code&gt;Let&#39;s Encrypt&lt;/code&gt; to get us some certificates for&#xA;use with our cluster. Assuming the files are in the &lt;code&gt;letsencrypt/&lt;/code&gt;&#xA;directory we can add the certificates to our cluster like so:&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenShift OKD on Fedora CoreOS on DigitalOcean Part 1: Deployment</title>
      <link>https://dustymabe.com/2020/08/13/openshift-okd-on-fedora-coreos-on-digitalocean-part-1-deployment/</link>
      <pubDate>Thu, 13 Aug 2020 00:00:00 +0000</pubDate>
      <guid>https://dustymabe.com/2020/08/13/openshift-okd-on-fedora-coreos-on-digitalocean-part-1-deployment/</guid>
      <description>&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;: The first post of this series is available &lt;a href=&#34;https://dustymabe.com/2020/07/28/openshift-okd-on-fedora-coreos-on-digitalocean-part-0-preparation/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This blog post is the second in a series that illustrates how to&#xA;set up an &lt;a href=&#34;https://www.okd.io/&#34;&gt;OpenShift OKD&lt;/a&gt; cluster on&#xA;&lt;a href=&#34;https://www.digitalocean.com/&#34;&gt;DigitalOcean&lt;/a&gt;. The first post in the&#xA;series covered some background information and pre-requisites needed&#xA;for deploying a cluster. At this point you should have chosen the domain&#xA;for your cluster, set up your registrar to point to DigitalOcean nameservers,&#xA;installed all necessary software (&lt;code&gt;doctl&lt;/code&gt;, &lt;code&gt;openshift-install&lt;/code&gt;, &lt;code&gt;oc&lt;/code&gt;, &lt;code&gt;aws cli&lt;/code&gt;,&#xA;etc..), and configured appropriate credentials in your environment&#xA;(&lt;code&gt;DIGITALOCEAN_ACCESS_TOKEN&lt;/code&gt;, &lt;code&gt;AWS_ACCESS_KEY_ID&lt;/code&gt;, &lt;code&gt;AWS_SECRET_ACCESS_KEY&lt;/code&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenShift OKD on Fedora CoreOS on DigitalOcean Part 0: Preparation</title>
      <link>https://dustymabe.com/2020/07/28/openshift-okd-on-fedora-coreos-on-digitalocean-part-0-preparation/</link>
      <pubDate>Tue, 28 Jul 2020 00:00:00 +0000</pubDate>
      <guid>https://dustymabe.com/2020/07/28/openshift-okd-on-fedora-coreos-on-digitalocean-part-0-preparation/</guid>
      <description>&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;This blog post is the first in a series that will illustrate how to&#xA;set up an &lt;a href=&#34;https://www.okd.io/&#34;&gt;OpenShift OKD&lt;/a&gt; cluster on&#xA;&lt;a href=&#34;https://www.digitalocean.com/&#34;&gt;DigitalOcean&lt;/a&gt; using the bare metal&#xA;install documentation (user provisioned infrastructure). OKD has tight&#xA;integrations with the Operating System and uses Fedora CoreOS as a&#xA;platform for driving the underlying infrastructure, thus we&amp;rsquo;ll be&#xA;deploying on top of Fedora CoreOS images inside of DigitalOcean.&lt;/p&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;https://docs.okd.io/latest/welcome/&#34;&gt;documentation for OKD&lt;/a&gt; is&#xA;pretty comprehensive, but there is nothing like having a guide to&#xA;help fill in some of the gaps and show an example of it working&#xA;with real world values. This series aims to do just that.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
