User management
You can manage users in the Cloudfleet console. To access the user management page, navigate to the user management page.
You can invite your team members to your organization by entering their email addresses. You can also assign roles to users to control their access to your organization’s resources.
CFKE Security Model and Cloudfleet Roles
Cloudfleet provides two primitive roles to manage access to your organization’s resources:
- Administrator
- User
Administrators have full access to all resources in your organization. They can create and manage clusters, manage users, and manage API tokens, manage billing.
Users have limited access to your organization’s resources. They can only connect to clusters.
CFKE have full support for Kubernetes RBAC. When you create a user and grant them Administrator
or User
role on Cloudfleet, this is translated in the Kubernetes as cluster-admin
and view
roles respectively.
After granting view
baseline role to a user, you can elevate this user’s permissions by granting additional roles in the Kubernetes RBAC.
Invite a user
- Navigate to the user management page.
- Click the
Invite
button. - Enter the email address of the user you want to invite.
- Click the
Invite
button.
The user will receive an email invitation to join your organization. Once they accept the invitation, they will be able to access your organization’s resources. New users are assigned the User
role by default.
API tokens →