diff --git a/20-rbac/README.md b/20-rbac/README.md new file mode 100644 index 0000000..04f6439 --- /dev/null +++ b/20-rbac/README.md @@ -0,0 +1,15 @@ +# RBAC + +## Introduction + +## Exercices + +Nothing to see here. + +## Clean up + +```bash +kubectl delete service,deployment,pod --all +``` + +## Links