15 lines
312 B
Markdown
15 lines
312 B
Markdown
---
|
|
title: "Quick Walkthrough: Kubernetes Basics"
|
|
---
|
|
|
|
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>
|