This commit is contained in:
Adolfo Delorenzo
2021-10-29 16:33:44 -06:00
parent 505014c5bd
commit 63d3028022
64 changed files with 20 additions and 20 deletions

0
html/.ipynb_checkpoints/01-checkpoint.html Normal file → Executable file
View File

1
html/.ipynb_checkpoints/02-checkpoint.html Normal file → Executable file
View File

@@ -19,6 +19,7 @@ h1,h3,h4,h5,h6,a {font-family:'Raleway', Arial, sans-serif; color: #38DAFF;}
<li>then the <strong>+Add namespace with form</strong> button</li>
<li>name the namespace <strong>tutorial</strong></li>
<li>for now you can disable <strong>Resource assignment</strong></li>
<li>under <b>Select registries</b> you have to select <b>unf*ck kubernetes</b></li>
<li>and finally click on <strong>Create namespace</strong></li>
</ul>
<br><br>

11
html/.ipynb_checkpoints/03-checkpoint.html Normal file → Executable file
View File

@@ -12,17 +12,16 @@ h1,h3,h4,h5,h6,a {font-family:'Raleway', Arial, sans-serif; color: #38DAFF;}
<body>
<center><h1>Welcome to our Unf*cking Kubernetes tutorial</h1></center>
<hr>
<h2>Deploying an Application - a MySQL database</h2>
<h2>Deploying an Application - a Pacman game </h2>
<p>Almost there! We will now deploy our application:</p>
<ul>
<li>click on <strong>Applications</strong> on the left menu</li>
<li>then the <strong>+Add application with form</strong> button</li>
<li>select the <strong>tutorial</strong> namespace that we created on the previous step</li>
<li>let's name the application on the first field for example, <strong>mydb</strong></li>
<li>on the <strong>Image</strong> field you can use <code>ubuntu/mysql</code></li>
<li>on <strong>Environment variables, </strong> click on the <strong>+add environment variable</strong> button</li>
<li>on the <strong>name</strong> field you add <code>MYSQL_ROOT_PASSWORD</code> and on the <strong>value</strong> field you can add <code>db1234</code></li>
<li>you can enable the <strong>Enable publishing for this application </strong>, select <strong>ClusterIP</strong> and type <code>3306</code> on the <strong>container port</strong> field</li>
<li>let's name the application on the first field for example, <strong>mypacman</strong></li>
<li>on the <b>Registry</b> option, click on the dropdown box and select <b>unf*ck kubernetes</b>
<li>on the <b>Image</b> field you can use <code>pacman</code></li>
<li>you can enable the <b>Enable publishing for this application </b>, select <strong>NodePort</strong> and type <code>80</code> on the <b>container port</b> field and <code>30080</code> on the <b>node port</b> field</li>
<li>and now you can click on the <strong>Deploy application</strong> button</li>
</ul>
<br><br>

0
html/.ipynb_checkpoints/04-checkpoint.html Normal file → Executable file
View File

2
html/.ipynb_checkpoints/05-checkpoint.html Normal file → Executable file
View File

@@ -16,6 +16,6 @@ h1,h3,h4,h5,h6,a {font-family:'Raleway', Arial, sans-serif; color: #38DAFF;}
<p>Click to claim your totally cool <b>unf*ck Kubernetes</b> t-shirt!<br></p>
<center><img src="img/t-shirt.png" width="75%" /></center>
<br><br>
<center><a href="04.html" button type="button" class="btn btn-primary btn-lg btn-block">Previous</a>&nbsp;<a href="https://portainer.io/unfucktshirt" button type="button" class="btn btn-primary btn-lg btn-block">Prize</a></center>
<center><a href="04.html" button type="button" class="btn btn-primary btn-lg btn-block">Previous</a>&nbsp;<a href="http://localhost:30080" target="portainer" button type="button" class="btn btn-primary btn-lg btn-block">Pacman!</a></center>
</body>
</html>

0
html/.ipynb_checkpoints/06-checkpoint.html Normal file → Executable file
View File

0
html/.ipynb_checkpoints/2boot-checkpoint.html Normal file → Executable file
View File

0
html/.ipynb_checkpoints/anim-checkpoint.html Normal file → Executable file
View File

4
html/.ipynb_checkpoints/frames-checkpoint.html Normal file → Executable file
View File

@@ -1,2 +1,2 @@
<iframe src="https://localhost:9443" frameborder="0" scrolling="yes" style="overflow: hidden; height: 100%; width: 75%; float: left; " height="100%" width="75%" align="left"></iframe>
<iframe src="./tutorial.html" frameborder="0" scrolling="yes" style="overflow: hidden; height: 100%; width: 25%; float: left; " height="100%" width="25%" align="left"></iframe>
<iframe src="https://localhost:9443" frameborder="0" scrolling="yes" style="overflow: hidden; height: 100%; width: 75%; float: left; " height="100%" width="75%" align="left" name="portainer"></iframe>
<iframe src="./tutorial.html" frameborder="0" scrolling="yes" style="overflow: hidden; height: 100%; width: 25%; float: left; " height="100%" width="25%" align="left" name="tutorial"></iframe>

0
html/.ipynb_checkpoints/index-checkpoint.html Normal file → Executable file
View File

0
html/.ipynb_checkpoints/index-checkpoint.old Normal file → Executable file
View File

0
html/.ipynb_checkpoints/index-checkpoint.orig Normal file → Executable file
View File

0
html/.ipynb_checkpoints/reset-checkpoint.html Normal file → Executable file
View File

0
html/.ipynb_checkpoints/tutorial-checkpoint.html Normal file → Executable file
View File

0
html/.ipynb_checkpoints/typewriter-checkpoint.css Normal file → Executable file
View File