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
Dockerfile Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

View File

@ -7,7 +7,7 @@ else
fi
echo "Now building: ${imagename}:${tagver}"
docker build --rm=true --no-cache=true --pull=true -t ${imagename}:${tagver} .
docker image tag portable-portainer:virtual registry.oe74.net/portable-portainer:virtual
docker image push registry.oe74.net/portable-portainer:virtual
docker image tag portable-portainer:virtual registry.oe74.net:443/portable-portainer:virtual
docker image push registry.oe74.net:443/portable-portainer:virtual
#docker image push adelorenzo74/portable-portainer/portable-portainer:virtual
#docker push adelorenzo74/portable-portainer:virtual

0
hooks.yaml Normal file → Executable file
View File

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

0
html/01.html Normal file → Executable file
View File

1
html/02.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/03.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/04.html Normal file → Executable file
View File

2
html/05.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/2boot.html Normal file → Executable file
View File

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

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

View File

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

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

0
html/css/bootstrap.css vendored Normal file → Executable file
View File

0
html/css/bootstrap.min.css vendored Normal file → Executable file
View File

0
html/css/font.css Normal file → Executable file
View File

0
html/css/intro.css Normal file → Executable file
View File

0
html/css/jquery.simpleTxtSlider.css Normal file → Executable file
View File

0
html/css/slideshow.css Normal file → Executable file
View File

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

0
html/css/vid.css Normal file → Executable file
View File

0
html/fonts/raleway-v22-latin-regular.eot Normal file → Executable file
View File

0
html/fonts/raleway-v22-latin-regular.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

0
html/fonts/raleway-v22-latin-regular.ttf Normal file → Executable file
View File

0
html/fonts/raleway-v22-latin-regular.woff Normal file → Executable file
View File

0
html/fonts/raleway-v22-latin-regular.woff2 Normal file → Executable file
View File

4
html/frames.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/img/.ipynb_checkpoints/t-shirt-checkpoint.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

0
html/img/Portainer-large-alt-positive.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

0
html/img/barack-obama-what.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

0
html/img/getty_619745378_303256.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

0
html/img/kubernetes_red.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
html/img/morpheus.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 479 KiB

After

Width:  |  Height:  |  Size: 479 KiB

0
html/img/refresh.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

0
html/img/soccer-faking.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 402 KiB

After

Width:  |  Height:  |  Size: 402 KiB

0
html/img/t-shirt.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

0
html/index.html Normal file → Executable file
View File

View File

0
html/js/bootstrap.js vendored Normal file → Executable file
View File

0
html/js/bootstrap.min.js vendored Normal file → Executable file
View File

0
html/js/jquery.min.js vendored Normal file → Executable file
View File

0
html/js/jquery.simpleTxtSlider.js Normal file → Executable file
View File

0
html/reset.html Normal file → Executable file
View File

0
html/tutorial.html Normal file → Executable file
View File

0
html/vids/blurred2.mp4 Normal file → Executable file
View File

0
start_webhook.sh Normal file → Executable file
View File