Automating the cluster setup
See original GitHub issueI am incorporating kafka-manager in a kafka/zookeeper openshift/kubernetes config, and wish to automate the cluster setup.
I am using a docker image similar to sheepkiller/kafka-manager-docker, whereby I am passing an env var for the zookeeper connection. Anyhow I am seeing kafka-manager connecting to zookeeper fine:
[info] o.a.z.ZooKeeper - Initiating client connection, connectString=zookeeper:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@5c9fdc3a
[info] k.m.a.KafkaManagerActor - zk=zookeeper:2181
[info] k.m.a.KafkaManagerActor - baseZkPath=/kafka-manager
[info] o.a.z.ClientCnxn - Opening socket connection to server zookeeper.kafka.svc.cluster.local/172.30.151.6:2181. Will not attempt to authenticate using SASL (unknown error)
[info] o.a.z.ClientCnxn - Socket connection established to zookeeper.kafka.svc.cluster.local/172.30.151.6:2181, initiating session
[info] o.a.z.ClientCnxn - Session establishment complete on server zookeeper.kafka.svc.cluster.local/172.30.151.6:2181, sessionid = 0x100012e44a90005, negotiated timeout = 40000
But when I go in the gui, I see nothing. No clusters listed or anything. Is this expect behaviour, and if so, how can I pre-configure a cluster in kafka-manager to pass to the server?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:14
Top Results From Across the Web
How to Automate Kubernetes Cluster Deployments?
For a time-saving booster, you can automate the deployment of clusters, which are groups of containers in Kubernetes. While automating Kubernetes cluster.
Read more >How to automate the setup of a Kubernetes cluster on GCP
Using Ansible to install, setup, and configure a Google Kubernetes Cluster (GKE) on Google Cloud Platform (GCP).
Read more >Automation Engine and Clusters
Install the Automation Engine in a separate directory. Enter the cluster's virtual IP address in the INI-file parameter hostname= (section [TCP/IP]).
Read more >5 ways to automate Kubernetes cluster management
According to the official documentation, this involves automating cluster creation and configuration, upgrading master and worker nodes, ...
Read more >Automating Hadoop Cluster Setup Using Ansible | Medium
Now lets start setup of Hadoop Cluster using Ansible. Steps : Install ansible in controller mode pip3 install ansible yum install sshpass#To see ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I do it by ansible in the following way:
This is my defaults (any variable can be overriden by extra-vars)
and this is my task
Also you can do it by znode module from ansible