aims to provide an easy-to-use solution to manage your Docker containers. A lot of work has gone into development over the past several months and I am pleased to announce PiCluster 2.3! Let’s take a look at what is new in this release.
New Features
When config changes are made, they now populate to every node in the cluster. This allows users to change settings on the fly in config.json cluster-wide via the web console such as:
username, password, syslog, rsyslog, elasticsearch server, VIP, theme, token, server, and server_port.
There is now support for theming which was done as an internal joke between us developers. Users can easily create their own logos for PiCluster and choose it with the theme variable in config.json. The current themes are default and jerry, which was inspired by the awesome Rick and Morty show.
PiCluster has better host monitoring metrics support with Elasticsearch. You can now monitor CPU, Memory, and disk usage over time and visualize it with Kibana or Grafana. You can read about that more in this post.
In addition to monitoring, the container list page has also been improved and now displays new metrics such as container uptime and host CPU and memory utilization. With this ability, you can see how busy your containers are and see how long they are up.
Enhancements
Major CSS rework has gone into this release in addition to simplifying the top navigation menu. For example, adding and managing containers is merged into a single menu. When uploading container images, the temporary files will be deleted. When making updates to the config, PiCluster will automatically reload the configuration.
New Manage Container page:
New Node List Page:
New Manage Images Page:
A full list of is in the release notes. I encourage you to try out PiCluster to learn more and provide any feedback on our GitHub .