k8s

strong-opx k8s

Access Kubernetes Cluster Resources

usage: strong-opx k8s [-h] [--project PROJECT] [--env ENVIRONMENT] [--update-config] [-v {0,1,2,3}] [--traceback] plugin operation

positional arguments

plugin

Plugin to execute

operation

Plugin operation to execute

options

-h, --help

show this help message and exit

--project <project>

Select project by its name. If missing, strong-opx will attempt to auto-select project based on current working directory and its parents and looking for presence of configured project

--env <environment>

Environment name. If project has only one environment that will be auto selected

--update-config

Force update kubectl config

-v {0,1,2,3}, --verbosity {0,1,2,3}

Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output.

--traceback

Raise instead of handling known exceptions

Examples

To install a specific plugin:

$ strong-opx k8s <plugin> install

To run any plugin operation:

$ strong-opx k8s <plugin> <operation> [additional-operation-args]

See also

See Kubernetes Plugins for list of all available plugins.