KubernetesRuns kubectl commands in a Kubernetes cluster. There's no necessity in providing the kubectl piece of the command in the script.Type: k8sConfiguration#NameRequiredDescriptionKUBE_CONFIG_DATAyesA base64 encoded kubeconfig file.How to generate a base64 Kubeconfig fileExamples#runops tasks create --target k8s-type -s 'get pods'runops tasks create --target k8s-type -s 'get deploy -n runops'Copy