Skip to content

Library for automation of replication of Manticore Search in Kubernetes. Used by Manticore Helm chart and other projects

License

Notifications You must be signed in to change notification settings

manticoresoftware/manticoresearch-auto-replication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local development

Create index.php file for local debug

require('vendor/autoload.php');


$labels = [
    'app.kubernetes.io/component' => 'worker',
    'app.kubernetes.io/instance' => 'helm',
];

$api = new ApiClient();
$api->setApiUrl('http://localhost:8080');
$api->setNamespace('helm');
$api->setMode(ApiClient::DEV_MODE);

Run k8s proxy

kubectl proxy --port=8080

About

Library for automation of replication of Manticore Search in Kubernetes. Used by Manticore Helm chart and other projects

Resources

License

Stars

Watchers

Forks

Languages