2021-10-06 04:48:34 +00:00
|
|
|
<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>
|
2021-10-29 22:33:44 +00:00
|
|
|
<li>under <b>Select registries</b> you have to select <b>unf*ck kubernetes</b></li>
|
2021-10-06 04:48:34 +00:00
|
|
|
<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> <a href="03.html" button type="button" class="btn btn-primary btn-lg btn-block">Next</a></center>
|
|
|
|
</body>
|
|
|
|
</html>
|