diff --git a/17-sidecar-containers/README.md b/17-sidecar-containers/README.md new file mode 100644 index 0000000..5f7ae52 --- /dev/null +++ b/17-sidecar-containers/README.md @@ -0,0 +1,15 @@ +# Sidecar containers: what, why, and how + +## Introduction + +## Exercices + +Nothing to see here. + +## Clean up + +```bash +kubectl delete service,deployment,pod --all +``` + +## Links