A quick rundown of how I spin up minimal Sensu environments with Docker
This past week, I had the pleaseure of attending Dockercon. While I was there primarily working the Sensu booth, it occurred to me that Docker presents an ideal way to demo what Sensu does, and I can quickly get an environment up without having to go through the rigmarole that I previously did using Vagrant. Now, thatβs not saying that I think one tool is better than the other, but for the purposes of quick demos, Docker is more useful to me.
So letβs go over the setup.
Docker details
Iβm primarily using Docker for Mac right now, since Iβve switched over from my Linux laptop. But now that Iβve covered that, letβs take a look at this little repo Iβm using.
This makes demos super quick to spin up, and I can scale a bunch of agents if I want to show a large number of agent containers connecting to the backend.