kubernetes-hands-on/19-controllers/README.md

16 lines
165 B
Markdown
Raw Normal View History

# Controllers: what, why, and how
## Introduction
## Exercices
Nothing to see here.
## Clean up
2019-05-21 15:10:59 +06:00
```sh
kubectl delete service,deployment,pod --all
```
## Links