KUBERNETES RBAC : RESTRICT USER ACCESS TO ONE NAMESPACE
There are certain times when we don’t want to expose our namespaces resources to everyone in the project. It’s particularly true in a microservices architecture, where you will want to test your app in an isolated environment before releasing it for other teams to use. You can achieve that level of isolation with Kubernetes using namespaces. […]
Read More KUBERNETES RBAC : RESTRICT USER ACCESS TO ONE NAMESPACE