mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
updates
This commit is contained in:
parent
77df499742
commit
f5e528ceca
@ -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>
|
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
|
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
|
## Run Kubernetes Locally
|
||||||
|
|
||||||
* Install `kubectl` to work with kubernetes
|
* Install `kubectl` to work with kubernetes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user