System Administrator - Access System Remote CLI & Kubernetes Remote CLIΒΆ

Access your StarlingX system through the StarlingX remote CLI and kubernetes remote CLI on your Linux-based system.

Prerequisites

You need to have a Linux-based system that has configured the StarlingX remote CLI and kubernetes remote CLI. See section: System Administrator - Configure System Remote CLI & Kubernetes Remote CLI.

Procedure

  1. Source the remote client for the StarlingX platform.

    $ cd ~/remote_cli
    
    $ source ./remote_client_platform.sh
    
  2. Test the StarlingX remote CLI commands.

    $ cd ~/remote_cli
    
    $ system host-list
    
    $ fm alarm-list
    
  3. Test kubernetes remote CLI commands.

    $ cd ~/remote_cli
    
    $ oidc-auth -u <LDAP-USERNAME> -p <LDAP-PASSWORD> -c <OAM-FLOATING-IP>
    
    $ kubectl get all