摘要:
getting start 1)创建新用户 2)解压 运行: bin/solr start -e cloud -noprompt 显示: Welcome to the SolrCloud example! Starting up 2 Solr nodes for your example SolrC 阅读全文
摘要:
kubernetes API Server 提供了Kubernetes各类资源对象(如pod,re,service等)的增删改查及watch等Http Rest接口,成为集群内各个功能模块之间数据交互和通信的中心枢纽,是整个系统的数据总线和数据中心。 运行下列的curl命令,分别返回集群中Pod列表 阅读全文