docs/doc/source/security/kubernetes/system-administrator-access-system-remote-cli-and-k8s-3807c4f96c87.rst
Suzana Fernandes 9fa54fe44e Create Security Guide Reference
Change-Id: I1cfdc44fb72907e9e34294194084c59e29d8d80a
Signed-off-by: Suzana Fernandes <Suzana.Fernandes@windriver.com>
2024-11-01 18:01:33 +00:00

1.2 KiB

System Administrator - Access System Remote CLI & Kubernetes Remote CLI

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

You need to have a Linux-based system that has configured the remote and kubernetes remote . See section: system-administrator-configure-system-remote-cli-and-7b814d8937df.

  1. Source the remote client for the platform.

    $ cd ~/remote_cli
    
    $ source ./remote_client_platform.sh
  2. Test the 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