Configuration required to collect data from Kubernetes server.

To collect data from kubernetes server, which is required to create kubernetes custom collectors, need to add/modify config.json file based on schema file config_input_schema.json which is under collector_sdk.

  • Config.json

For kubernetes custom collecor:

{  
"host": "https://10.198.97.29:6443",  
"verify_ssl": true,  
"cert_file":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCkVSVElGSUNBVEUtLS0tLQo=",  
"key_file":"LS0tLS1CRUdJTiBSU0Egc2g3Vis1cEk=",
"ssl_ca_cert":"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUM2akNDQWRLZ=="
}