<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Setup on OpenShift Basics Training</title><link>/setup/</link><description>Recent content in Setup on OpenShift Basics Training</description><generator>Hugo</generator><language>en</language><atom:link href="/setup/index.xml" rel="self" type="application/rss+xml"/><item><title>Web terminal</title><link>/setup/web-terminal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/setup/web-terminal/</guid><description>&lt;p>Using OpenShift&amp;rsquo;s web terminal might be more convenient for you as it doesn&amp;rsquo;t require you to install &lt;code>oc&lt;/code> locally on your computer.&lt;/p>


&lt;div class="alert alert-info" role="alert">
&lt;h4 class="alert-heading">Note&lt;/h4>

If you do change your mind, head right over to &lt;a href="/setup/local-usage/">2. Local usage&lt;/a>.

&lt;/div>

&lt;h2 id="task-11-login-on-the-web-console">Task 1.1: Login on the web console&lt;/h2>
&lt;p>First of all, open your browser.
Then, log in on OpenShift&amp;rsquo;s web console using the URL and credentials provided by your trainer.&lt;/p>
&lt;h2 id="task-12-initialize-terminal">Task 1.2: Initialize terminal&lt;/h2>


&lt;div class="alert alert-warning" role="alert">
&lt;h4 class="alert-heading">Warning&lt;/h4>

Make sure to create a dedicated project for the web terminal!

&lt;/div>

&lt;p>In OpenShift&amp;rsquo;s web console:&lt;/p></description></item><item><title>Optional Kubernetes power tools</title><link>/setup/optional-kubernetes-power-tools/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/setup/optional-kubernetes-power-tools/</guid><description>&lt;h2 id="optional-kubernetes-power-tools">Optional Kubernetes power tools&lt;/h2>
&lt;p>&lt;code>kubectx&lt;/code> and &lt;code>kubens&lt;/code> are two handy shell scripts which let you easily switch between Kubernetes contexts and namespaces. See &lt;a href="https://github.com/ahmetb/kubectx" target="_blank" rel="noopener">https://github.com/ahmetb/kubectx&lt;/a>
 for detailed instructions.&lt;/p>
&lt;p>Installation of &lt;code>kubectx&lt;/code> and &lt;code>kubens&lt;/code>:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>curl https://raw.githubusercontent.com/ahmetb/kubectx/master/kubectx -o ~/bin/kubectx
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>curl https://raw.githubusercontent.com/ahmetb/kubectx/master/kubens -o ~/bin/kubens
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>chmod +x ~/bin/kubectx ~/bin/kubens
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;code>kube-ps1&lt;/code> is another helpful shell script which adds the current context and namespace to the shell prompt: &lt;a href="https://github.com/jonmosco/kube-ps1" target="_blank" rel="noopener">https://github.com/jonmosco/kube-ps1&lt;/a>
&lt;/p>
&lt;p>&lt;code>fzf&lt;/code> is yet another handy helper tool when you have to deal with a lot of contexts or namespaces by adding an interactive menu to &lt;code>kubectx&lt;/code> and &lt;code>kubens&lt;/code>: &lt;a href="https://github.com/junegunn/fzf" target="_blank" rel="noopener">https://github.com/junegunn/fzf&lt;/a>
&lt;/p></description></item><item><title>Other ways to work with OpenShift</title><link>/setup/more-tools-to-work-with-openshift/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/setup/more-tools-to-work-with-openshift/</guid><description>&lt;h2 id="other-ways-to-work-with-openshift">Other ways to work with OpenShift&lt;/h2>
&lt;p>If you don&amp;rsquo;t have access to a running OpenShift development environment (anymore), there are several options to get one.&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://developers.redhat.com/developer-sandbox" target="_blank" rel="noopener">OpenShift Developer Sandbox&lt;/a>
: 30 days of no-cost access to a shared cluster on OpenShift&lt;/li>
&lt;li>&lt;a href="https://developers.redhat.com/products/openshift-local/overview" target="_blank" rel="noopener">OpenShift Local&lt;/a>
: A local OpenShift environmennt running on your machine&lt;/li>
&lt;li>&lt;a href="https://docs.okd.io/latest/installing/installing_sno/install-sno-preparing-to-install-sno.html" target="_blank" rel="noopener">OKD single node installation&lt;/a>
: OKD (OpenShift community edition) single node installation&lt;/li>
&lt;/ul>
&lt;h2 id="next-steps">Next steps&lt;/h2>
&lt;p>When you&amp;rsquo;re ready to go, head on over to the &lt;a href="../../docs/">labs&lt;/a>
 and begin with the training!&lt;/p></description></item></channel></rss>