diff --git a/content/en/docs/tutorials/k8s101.md b/content/en/docs/tutorials/k8s101.md index 1498254078..ca75473110 100644 --- a/content/en/docs/tutorials/k8s101.md +++ b/content/en/docs/tutorials/k8s101.md @@ -5,6 +5,8 @@ reviewers: title: Kubernetes 101 --- +{{< toc >}} + ## Kubectl CLI and Pods For Kubernetes 101, we will cover kubectl, Pods, Volumes, and multiple containers. @@ -13,9 +15,6 @@ For Kubernetes 101, we will cover kubectl, Pods, Volumes, and multiple container In order for the kubectl usage examples to work, make sure you have an example directory locally, either from [a release](https://github.com/kubernetes/kubernetes/releases) or the latest `.yaml` files located [here](https://github.com/kubernetes/website/tree/master/content/en/docs/tutorials). -{{< toc >}} - - ## Kubectl CLI The easiest way to interact with Kubernetes is through the kubectl command-line interface.