Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.33 KB

teams-intro.adoc

File metadata and controls

39 lines (27 loc) · 1.33 KB
sidebar permalink summary
sidebar
teams-intro.html
Learn how to use NKS Teams

Teams

You can use teams, in conjunction with workspaces, to organize users and restrict their access on your NetApp Kubernetes Service (NKS) account.

  • Each team can have many members.

  • Each workspace can be assigned to many teams.

  • Provider credentials can be restricted to specific workspaces.

As an example, let’s say you have:

  • One group of users who are developing applications for AWS and thus only need access to your AWS credentials.

  • Another group of users who need to be able to launch Kubernetes clusters on GKE and GCE.

  • A third group needs to have access to all of the available provider credentials on your account.

To set this up, create three teams:

  • AWS Developers

  • GKE/GCE Developers

  • All Access

Next, create a workspace for each provider (Amazon, GKE, GCE, and Azure). Assign the appropriate teams to the workspaces:

  • AWS Developers: Assign to the Amazon workspace.

  • GKE/GCE Developers: Assign to the GKE and GCE workspaces.

  • All Access: Assign to all four workspaces.

For instructions on creating a workspace, see our article on this topic.

Related Articles