kubernetes-hands-on/16-sidecar-containers/README.md

16 lines
174 B
Markdown
Raw Normal View History

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