Skip to content
faros Docs
Sections
Open console

Enter a topic to search documentation.

    faros edge

    Create, list, inspect and remove edges (clusters and servers)

    Synopsis

    An edge is a Kubernetes cluster or a Linux server that runs the faros agent and dials out to the hub. Once connected, ‘faros connect’ points kubectl at a cluster edge and ‘faros ssh’ opens a shell on a server edge.

    Terminal
    faros edge create my-cluster                  # prints the join command
    faros edge create my-vps --type server
    faros edge list
    faros edge get my-cluster -o yaml
    faros edge kubeconfig my-cluster -o ./my-cluster.kubeconfig
    faros edge delete my-vps

    Options

    TEXT
      -h, --help   help for edge

    Inherited options

    TEXT
          --insecure-skip-tls-verify   Skip TLS certificate verification when talking to the hub
          --kubeconfig string          Path to the kubeconfig file (default: $KUBECONFIG, then ~/.kube/config)

    See also