From e39d0d93e06cafee87eeca15bde34afade4f2aeb Mon Sep 17 00:00:00 2001 From: The New Stack <111312063+lovemycodesnippets@users.noreply.github.com> Date: Tue, 14 Mar 2023 01:37:05 -0700 Subject: [PATCH] Added 5 TNS Articles on K8s Access Control (#3605) --- .../100-role-based-acccess-control.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/data/roadmaps/kubernetes/content/107-kubernetes-security/100-role-based-acccess-control.md b/src/data/roadmaps/kubernetes/content/107-kubernetes-security/100-role-based-acccess-control.md index a458ccd39..43e1709c0 100644 --- a/src/data/roadmaps/kubernetes/content/107-kubernetes-security/100-role-based-acccess-control.md +++ b/src/data/roadmaps/kubernetes/content/107-kubernetes-security/100-role-based-acccess-control.md @@ -6,3 +6,8 @@ Learn more from the following resources: - [Role Based Access Control Good Practices](https://kubernetes.io/docs/concepts/security/rbac-good-practices/) - [Understand Role Based Access Control in Kubernetes](https://www.youtube.com/watch?v=G3R24JSlGjY) +- [A Primer on Kubernetes Access Control](https://thenewstack.io/a-primer-on-kubernetes-access-control/) +- [A Practical Approach to Understanding Kubernetes Authorization](https://thenewstack.io/a-practical-approach-to-understanding-kubernetes-authorization/) +- [3 Realistic Approaches to Kubernetes RBAC](https://thenewstack.io/three-realistic-approaches-to-kubernetes-rbac/) +- [Role-Based Access Control: Five Common Authorization Patterns](https://thenewstack.io/role-based-access-control-five-common-authorization-patterns/) +- [Securing Kubernetes and Other Resources at Scale Using RBAC](https://thenewstack.io/securing-kubernetes-and-other-resources-at-scale-using-rbac/)