portable-portainer/html/02.html

28 lines
1.3 KiB
HTML
Executable File

<html>
<head>
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="css/bootstrap.css">
<style>
body {font-family:'Raleway', Arial, sans-serif; padding-top: 10px; padding-left: 10px; padding-right: 10px;}
h2 {font-family:'Raleway', Arial, sans-serif; color: #E86A25;}
h1,h3,h4,h5,h6,a {font-family:'Raleway', Arial, sans-serif; color: #38DAFF;}
</style>
<script src="js/bootstrap.js"></script>
</head>
<body>
<center><h1>Welcome to our Unf*cking Kubernetes tutorial</h1></center>
<hr>
<h2>Creating a Namespace</h2>
<p>Now let's create a namespace to deploy our application:</p>
<ul>
<li>click on <strong>Namespaces</strong> on the left menu</li>
<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>
<center><a href="01.html" button type="button" class="btn btn-primary btn-lg btn-block">Previous</a>&nbsp;<a href="03.html" button type="button" class="btn btn-primary btn-lg btn-block">Next</a></center>
</body>
</html>