Requirements
unCtlrequires Pythonv3.10or later.unCtlruns on Linux, macOS, Windows.For using different providers it is important that you already have connectivity to service and specified tool:
kubeconfigfile with access to Kubernetes cluster fork8sprovider
Restricted access to your cluster will only run checks for available resources.
By default it is using value from KUBECONFIG and in case you want to use different kubeconfig file need just assign path to another file:
KUBECONFIG=<path to kube config file> unctl k8s -f.my.cnffile with access to MySQL server formysqlprovider
unCtl is using ~/.my.cnf as config path.
Last updated