Retrieve FMC Info

How to retrieve Frontier Management Cluster (FMC) Information using Frontier CLI

To perform tasks within the frontier CLI application, you are required to authenticate using your organization’s OIDC provider. Refer to the Authentication using Frontier CLI guide if you need assistance on logging in for use of Frontier services.

Frontier users and administrators may want to retrieve existing information within their organization’s management cluster.

FMC Info Retrieval Guide

Note: This documentation is targetted towards Frontier Administrators managing your organization’s Frontier services. If you are not assigned this role within your organization, you will not be authorized to perform these actions.

Frontier administrators may want to view all nodes, namespaces, pods, and services running within their organization’s FMC cluster. This guide will cover a step-by-step tutorial on how Frontier administrators will be able to view this information.

To being viewing information on clusters, we will start off by navigating to this feature. When you run frontier, you should see a list of capabilites using Frontier-CLI.

Frontier CLI Main Menu

You can see all the actions you are able to perform within your Frontier-CLI menu options. We will run frontier fmc to access the FMC menu for the Frontier CLI.

Frontier CLI FMC Options Menu

Upon the FMC menu of the CLI, we will run frontier fmc get to be able to retrieve information regarding your organization’s FMC cluster.

Frontier CLI FMC Options Menu

Retrieve All Nodes

To retrieve all nodes making up your organization’s FMC cluster, run the following command below:

frontier fmc get nodes

Expected Output (Example):

Frontier CLI FMC Options Menu

Retrieve All Namespaces

To retrieve all namespaces (including the projects created through Frontier services) within your organization’s FMC cluster, run the following command below:

frontier fmc get namespaces

Expected Output (Example):

Frontier CLI FMC Options Menu

Retrieve All Pods

To retrieve all pods making up your organization’s FMC cluster, run the following command below:

frontier fmc get pods

Expected Output (Example):

Frontier CLI FMC Options Menu

Retrieve All Services

To retrieve all services making up your organization’s FMC cluster, run the following command below:

frontier fmc get svc

Expected Output (Example):

Frontier CLI FMC Options Menu