Update k8s101.md (#9043)
parent
f6b6dc75ee
commit
b4cc1b2edd
|
@ -5,6 +5,8 @@ reviewers:
|
||||||
title: Kubernetes 101
|
title: Kubernetes 101
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{< toc >}}
|
||||||
|
|
||||||
## Kubectl CLI and Pods
|
## Kubectl CLI and Pods
|
||||||
|
|
||||||
For Kubernetes 101, we will cover kubectl, Pods, Volumes, and multiple containers.
|
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).
|
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
|
## Kubectl CLI
|
||||||
|
|
||||||
The easiest way to interact with Kubernetes is through the kubectl command-line interface.
|
The easiest way to interact with Kubernetes is through the kubectl command-line interface.
|
||||||
|
|
Loading…
Reference in New Issue