This commit is contained in:
marcel-dempers 2022-04-22 20:02:04 +10:00
parent 77df499742
commit f5e528ceca

View File

@ -1,4 +1,4 @@
# Tutorial: The Basics
# Kubernetes Tutorial: The Basics
This guide is aimed to fast-track your Kubernetes learning by focusing on a practical hands-on overview guide. </br>
@ -120,6 +120,12 @@ docker network rm wordpress
rm data
```
## Kubernetes Tools: kubectl
To manage and work with Kubernetes, you need `kubectl` </br>
Let's grab that from [here](https://kubernetes.io/docs/tasks/tools/)
## Run Kubernetes Locally
* Install `kubectl` to work with kubernetes