September 12-14, 2018 Raleigh, NC
Advanced Deployment and Configuration Docker, Clustering, and Load-Balancing hosted by: Derek O’Neill
Docker?
Pros Easier app installs Easier upgrades Automated multi-host deployments Entire cluster of apps defined in one file
Cons New administration infrastructure to learn More levels of abstraction to consider Minor performance impact Individual apps can be more complicated to configure
Load-Balancer Designate clusters of Informer 5 threads for specific tasks Centralized management of HTTPS certificates Highly-configurable
Demo! Docker already installed on Ubuntu 18.04 Elasticsearch clustering Spreads shards across nodes for better concurrent query performance
Questions?