<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rejah Rehim </title>
    <description>The latest articles on DEV Community by Rejah Rehim  (@rejahrehim).</description>
    <link>https://dev.to/rejahrehim</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F22023%2Fca69a2c6-73a9-450f-b450-fc29166325a2.png</url>
      <title>DEV Community: Rejah Rehim </title>
      <link>https://dev.to/rejahrehim</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rejahrehim"/>
    <language>en</language>
    <item>
      <title>Deploy Outline in Civo Kubernetes Cluster</title>
      <dc:creator>Rejah Rehim </dc:creator>
      <pubDate>Sat, 10 Oct 2020 14:38:07 +0000</pubDate>
      <link>https://dev.to/rejahrehim/deploy-outline-in-civo-kubernetes-cluster-4nhj</link>
      <guid>https://dev.to/rejahrehim/deploy-outline-in-civo-kubernetes-cluster-4nhj</guid>
      <description>&lt;h1&gt;
  
  
  Steps to Deploy Outline in Civo Kubernetes Cluster
&lt;/h1&gt;

&lt;p&gt;Create kubernetes cluster in CIVO&lt;/p&gt;

&lt;p&gt;Spin up a kubernetes cluster in your civo cloud, note down the cluster name you have provided while creating the cluster. Also get the API Key of your account from Security Section&lt;br&gt;
Spin up Outline&lt;/p&gt;

&lt;p&gt;After the cluster is functional(it may take upto 5 mintues), run the following snippet in terminal&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;curl -L -s https://git.io/JUVkD | bash -s &amp;lt;api_key&amp;gt; &amp;lt;cluster_name&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;replace &lt;code&gt;&amp;lt;api_key&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;cluster_name&amp;gt;&lt;/code&gt; with your account's api key and cluster name that you have provided.&lt;/p&gt;

&lt;p&gt;make sure you have satisfied the following dependencies before running the snippet:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;kubectl
git
curl
openssl
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;After the script is completed copy the installation output&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;{"apiUrl":"https://xxx.xxx.xxx.xxx:8081/xxxxxxxxxxxxx","certSha256":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;and make sure to check all containers are up and running before pasting the output to outline manager application.&lt;/p&gt;

&lt;p&gt;To check container status change directory to /tmp/civo-outline and run&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;kubectl get pods --all-namespaces --kubeconfig config&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;If all containers are running then copy paste the installation output to outline manager.&lt;/p&gt;

&lt;p&gt;More at : &lt;a href="https://github.com/rejahrehim/kubernates-outline-civo"&gt;https://github.com/rejahrehim/kubernates-outline-civo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>civo</category>
      <category>outline</category>
      <category>vpn</category>
    </item>
  </channel>
</rss>
