kapstan connect service
Open a connection to a service
Synopsis
Connect to a specified Kapstan service.
The service flag can be used for SQL Database Services (MySQL, PostgreSQL) and will open a proxy connection to the database ("kapstan connect serivce -s my-db") The endpoint flag can be used to connect to a specific endpoint inside of your environment that is not registered as a Kapstan service ("kapstan connect service --endpoint=10.0.0.5:8080"). If the Kubernetes flag is set, the endpoint flag will be treated as a Kubernetes service and the connection will be port-forwarded through the cluster ("kapstan connect service --endpoint=nginx.nginx:80 -K"). This command depends on the Docker Engine to run, you can install Docker Engine here https://docs.docker.com/engine/install/.
kapstan connect service [flags]
Options
--endpoint kapstan.io:443 Endpoint to connect to in <host>:<port> format (i.e. kapstan.io:443). Either service or endpoint must be provided
-e, --environment string Environment name, if unset will use environment set by configure
-h, --help help for service
-k, --keepalive Automatically polls the connection to keep it alive (default true)
-K, --kubernetes Determines whether to treat the endpoint flag as a Kubernetes service or not. If true, the endpoint flag should be in the format <service>.<namespace>:<port> or <service>.<namespace>.svc.cluster.local:<port>
-o, --organization string Organization name, if unset will use organization set by configure
-p, --port string Host port to open the connection on
-s, --service string Name of the service to connect to. Either service or endpoint must be provided
Options inherited from parent commands
--debug Enable debug mode
--token string Kapstan API token
--token-path string Path to file containing Kapstan API token (default "token.json")
SEE ALSO
- kapstan connect - Connect to Kapstan entities