-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Andrew Replogle edited this page Aug 15, 2015
·
2 revisions
Here I hope to provide more context for implementing docker and related technologies in the vein of easing Hybris installation, configuration, (infrastructure) administration and upkeep (CI/CD). I still consider myself somewhat of a novice to all of this, so if you have ideas to share or want to contribute to the wiki, I'm happy to collaborate.
- Basics - Understanding the different docker components and how they can help your Hybris implementation.
- Image Management - How to create, maintain and manage your docker images.
- Centralized Configuration - How to externalize and maintain your Hybris properties in a single place.
- Service Discovery - Automatically detect and use newly deployed services.
- Continuous Integration / Delivery - Using docker to ease CI - CD efforts.
- Persistent Data Management - What to do about persistent data, measure it's volume and avoid losing it.
- Other Advanced Topics - Clustering, Scaling, Monitoring, Logging etc.