<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Super Lab on OpenShift Virtualization Training</title><link>/docs/superlab/</link><description>Recent content in Super Lab on OpenShift Virtualization Training</description><generator>Hugo</generator><language>en</language><atom:link href="/docs/superlab/index.xml" rel="self" type="application/rss+xml"/><item><title>Requirements</title><link>/docs/superlab/requirements/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/superlab/requirements/</guid><description>&lt;p>For this lab we do not provide a step-by-step guide for the implementation. The goal is that you implement the required
manifests yourself. However, we provide a sample solution in the next chapter. Your solution may vary from ours.&lt;/p>
&lt;h2 id="basic-information">Basic Information&lt;/h2>
&lt;p>The goal of this super lab is to deploy a database and a web application connecting to this database. The database should
be run within a OpenShift Virtualization virtual machine. We do provide the web application as container image.&lt;/p></description></item><item><title>Sample Solution</title><link>/docs/superlab/solution/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/superlab/solution/</guid><description>&lt;p>As we did not provide a step-by-step guide for the super lab, you can find a sample solution for the lab as kubernetes resources. This is a sample solution and your outcome may vary.
The following code blocks contain multiple manifests separated with &lt;code>---&lt;/code>. You can write them to one file (e.g. &lt;code>multiple-manifests.yaml&lt;/code>) and apply them all together.&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-shell" data-lang="shell">&lt;span style="display:flex;">&lt;span>oc create -f multiple-manifests.yaml
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>If you want to inspect the used cloud-init scripts you can decode the base64 string from the secrets in the code blocks below. Copy the base64 string and use the following command:&lt;/p></description></item></channel></rss>