-
Installing Jupyter Notebook on Raspberry PI 2
Morning, Just want to share you that i managed to install the Jupyter Notebook(http://jupyter.org) on a Raspberry PI 2 without any real problems. Beside a microSD card and a Raspberry you need to read this and that would be all. So, you will need a image of Raspbian from https://www.raspberrypi.org/downloads/raspbian/ (i selected the lite version…
-
Balancing requests to kafka-manager using traefik
Hi, Just wanted to share with you a quite small and simple config to balance the traffic between three machines that have kafka-manager installed. For this i used traefik since it was new to me and i wanted to gain a little bit of experience with it. It’s an interesting solution but it took me…
-
Jupyter Notebook – very very interesting tool
Hi, As i was taking a look on the Docker newsletter beside Moby and other articles related to that i found this interesting tool and also tutorial/presentation: Beside that you can find the official site here: http://jupyter.org This caught my attention and i will certainly try this on a machine. I am pretty curios since i…
-
Integrate Kafka with Datadog monitoring using puppet
Hi, Since i was in debt with an article on how to integate Kafka monitoring using Datadog, let me tell you a couple of things about this topic. First of all, we are taking the same config of Kafka with Jolokia that was describe in following article. From the install of the brokers on our…
-
How to deploy Prometheus infrastructure for Kafka monitoring using puppet
Hi, In the last couple of days i worked on deployment of Prometheus server and agent for Kafka monitoring. In that purpose i will share with you the main points that you need to do in order to achieve this. First thing to do is to use the prometheus and grafana modules that you will…
-
Small Vagrant config file for Rancher deploy
Hi, Just wanted to post this also, if it’s not that nice the config using a jumpserver, surely we can convert that to code (Puppet/Ansible), you can also use Vagrant. The main issue that i faced when i tried to create my setup is that for a reason (not really sure why, Vagrant on Windows…