Files
website/v1.1/basicstutorials.md
T
2016-02-10 16:55:31 -08:00

18 lines
355 B
Markdown

---
layout: docwithnav
title: "Quick Walkthrough: Kubernetes Basics"
---
## {{ page.title }} ##
Use this quick walkthrough of Kubernetes to learn about the basic application administration tasks.
<p>Table of Contents:</p>
<ul id="toclist"></ul>
<script>
$(function() {
$('#toclist').load( location.pathname + " #gentocbasictut li" );
});
</script>