We will need a way to automate a step by step installation process to add additional server software that is typically added after an LXC is stood up. If Developers make projects on demand it will be difficult to keep track of what exists and what needs installed to meet server setup requirements.
Some concerns that pop up directly in my head.
- For containers made for enterprise use, we will need to integrate the Netbox API to call a request to create a new container entry. On deletion we can call the API to request to remove the existing entry.
- Will need to find solutions to install virus protection such as ClamAV, and also modify the Wazuh endpoint to reflect an enterprise environment.
- Unsure what/if we want to run and keep backups, or make it an option.
- PMM integration with database specific containers?
- Zabbix monitoring through a landing ran by the manager? Set to immediately add the host to a developer group once the agent is live.
We will need a way to automate a step by step installation process to add additional server software that is typically added after an LXC is stood up. If Developers make projects on demand it will be difficult to keep track of what exists and what needs installed to meet server setup requirements.
Some concerns that pop up directly in my head.