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

16 lines
165 B
Markdown

# Controllers: what, why, and how
## Introduction
## Exercices
Nothing to see here.
## Clean up
```sh
kubectl delete service,deployment,pod --all
```
## Links