mesheryctl connection create

Create a new connection

Synopsis

Create a new connection to a Kubernetes cluster or other supported platform

mesheryctl connection create [flags]

Examples

Create a new Kubernetes connection using a specific type

mesheryctl connection create --type aks
mesheryctl connection create --type eks
mesheryctl connection create --type gke
mesheryctl connection create --type minikube

Create a connection with a token

mesheryctl connection create --type gke --token auth.json

Options

-h, --help help for create --token string Path to token for authenticating to Meshery API -t, --type string Type of connection to create (aks|eks|gke|minikube)

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output

See Also

Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.