Skip to main content
Version: 1.6

Get Started as a Wayfinder Administrator

The Administration section explains the administrative features of Wayfinder that allow you to define what resources workspace members can use, which clouds they have access to, and more. If you are not a Wayfinder administrator, see the Developer Guide for information on how to use Wayfinder's developer features.

The first user added to Wayfinder will be a Wayfinder administrator. As such, you can make others Wayfinder administratorsโ€”see Make a user a Wayfinder administrator. See Users and Privileges to see what you can do as an administrator.

This topic includes some important activities you'll do as a Wayfinder administrator and points you to where you can find more information about them.

Log in to Wayfinderโ€‹

You can log in using either the Wayfinder UI or CLI. To download the CLI, see Get the CLI for instructions.

For login instructions see:

Change your passwordโ€‹

To change your password:

  1. In the UI, click the user icon, and then select Change password.

    Menu under user icon

  2. Fill in the required fields, and then click Change password.

Quick start setupโ€‹

When you log in as a Wayfinder admin, you're directed to the Quick start setup page. This gives you shortcuts to the most common tasks you'll do in Wayfinder, so you don't have to remember how to navigate to them.

Quick start setup page

See the sections below for more information.

Set up authenticationโ€‹

After installing Wayfinder, we recommend you set up an identity provider (IDP) for user authentication. See Authentication for instructions to configure three popular IDPs.

Connect your cloud accountsโ€‹

You'll have to give Wayfinder access to one or more of your cloud accounts, and allocate the accounts to one or more workspaces in Wayfinder. Then workspace members will be able to self-serve to create environments for their applications.

For instructions, head to Cloud Accounts.

Define your environment stagesโ€‹

Stages are a way of grouping resources and expressing their environment or intent. For example, stages can specify whether a resource is associated to non-production or production. Internally, resources provisioned under these stages are labelled accordingly, and can be used when you apply a configuration such as policy, compliance, user permissions, costs, network peering, and more.

Stages are selectable by developers when they create a cluster.

For more information, see Stages.

Set guardrails with cluster plansโ€‹

Wayfinder comes with default cluster plans for each cloud provider we support. The default cluster plans provide a set of preset Kubernetes cluster parameters based on whether the cluster will be used for development or production. With cluster plans, workspace members choose the plan they need, and create the cluster quickly without worrying about Kubernetes cluster settings. You can also create your own custom plans as needed.

For more information, see:

Create workspaces to isolate infrastructureโ€‹

Wayfinder users can be added or invited to workspaces. Within a workspace, members can self-serve their infrastructure, for example create clusters.

For details on creating and managing workspaces, see Workspaces.

Set up networking/allocate network IP rangesโ€‹

Wayfinder uses default IP ranges defined in cluster plans. However, you can control the IP address ranges used to build workspace clusters. For more information, see IP Management.

Manage self-service DNS zonesโ€‹

To make it convenient for developers to have available domains for their applications, you can create managed DNS zones. Then when a workspace member creates a cluster, DNS zones can be automatically created for that cluster, based on the managed DNS zones you created. Workspace members can also add their own custom domains for applications.

For more information and instructions, see DNS.

Set up cost reportingโ€‹

Wayfinder lets you estimate costs, as well as enable cost data integration with your cloud provider so you can monitor actual infrastructure costs in Wayfinder. See Predicted and Actual costs.

Add and manage usersโ€‹

See User Management for details.

Configure single-sign-on (SSO)โ€‹

If SSO with an identity provider (IDP) is not already set up, you can set it up. See User Authentication Providers. If you're not using SSO, want to add specific local users, or want to manage users via CI pipeline, see User Management.