Summary

To summarize the admission controller lab section, admission controller allows us to inject tolerations required by Microsoft to the deployments we need, the proccess in controlled and automatic and almost does not need any intervention post the initial deployment and configuration.

We covered the usage of labels and seen how the toleration injection works on deployed pods.

Do not forget to cleanup.

kubectl delete -f admission-controller.yaml
kubectl delete -f admission-example.yaml
kubectl delete -f no-admission-example.yaml
kubectl delete namespace admission-test
kubectl delete namespace no-admission-test