Installation best practices
RHEL installations have many options you can choose from, and what you choose should be tailored for your specific use case. However, some common recommendations apply. Let’s look at the most common types.
The first type is blueprints. Here’s how you can use them:
- Standardize the core installation and create a blueprint for it:
- This blueprint will be minimal enough to serve as the base for all other blueprints and deployments.
- Build a set of blueprints for common cases when needed:
- Try to use an automation platform to build extended cases (that is, Ansible).
- Try to make the cases modular (that is, an app server; database blueprints can be combined into one single machine).
- Be aware of the requirements you must apply to your templated blueprints and adapt to the environments you will use.
The second type is software. Here are some guidelines regarding this:
- The less software that’s installed, the smaller the...