Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

A 0FS (Zero Footprint Service) should be self contained. Download the file, untar and then start the service. Then as the system grows, easily move the 0FS to a new physical/virtual server by with tar, copy and untar.

This is not a new idea and in fact this is core to Unix and Linux. However, there seems to be not structure in the industry to maintain this principle when additional moving parts are added.

Further, out of the box, a 0FS is per-configured with,

  • Log Management (logs should rollover and compress)
  • Secured following best practices
  • Optimized trimming unnecessary fat for production use
  • Documented
  • Handle moving between environments (Dev, IST, QAT, Production ect...) without making changes during deployment.

Go to the 0FS main article to see the services currently made Zero Footprint through work on the BonsaiFramework.

  • No labels