61 lines
1.8 KiB
HTML
61 lines
1.8 KiB
HTML
---
|
||
---
|
||
|
||
<!DOCTYPE html>
|
||
|
||
<html lang="en">
|
||
|
||
<body>
|
||
|
||
<link href="/docs/tutorials/getting-started/public/css/styles.css" rel="stylesheet">
|
||
|
||
<div class="layout" id="top">
|
||
|
||
<main class="content">
|
||
|
||
<div class="row">
|
||
<div class="col-md-12 text-left">
|
||
<a class="btn btn-default" href="/docs/tutorials/getting-started/explore-interactive.html" role="button"><span class="btn__prev">‹</span> Back</a>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-md-8">
|
||
<h3>Module overview</h3>
|
||
<ul style="color: #3771e3;">
|
||
<li><i><a href="http://kubernetes.io/docs/user-guide/services">Services</a></i></li>
|
||
<li><i>Learn about Kubernetes <a href="http://kubernetes.io/docs/user-guide/labels">Labels</a></i></li>
|
||
<li><i>Exposing applications outside Kubernetes</i></li>
|
||
</ul>
|
||
<p><img src="/docs/tutorials/getting-started/public/images/module_04.svg?v=1469803628347"></p>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="content__box content__box_lined">
|
||
<h3>What you need to know first</h3>
|
||
<p>
|
||
How to <a href="/docs/tutorials/getting-started/deploy-app.html">deploy apps</a> on Kubernetes<br>
|
||
How to <a href="/docs/tutorials/getting-started/explore-app.html"> troubleshoot </a> applications with Kubectl
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-md-12">
|
||
<a class="btn btn-lg btn-success" href="/docs/tutorials/getting-started/expose-intro.html" role="button">Start Module 4 <span class="btn__next">›</span></a>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="footer__copyright">
|
||
<b>© 2016 Kubernetes</b><br>
|
||
developed and designed by<br>
|
||
<a href="http://container-solutions.com/" target="_blank">Container Solutions</a> & <a href="http://www.remembertoplay.co" target="_blank">Remember to Play</a>
|
||
</div>
|
||
|
||
</main>
|
||
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|