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 13 Next »

A 0FS (Zero Footprint Service) should be self-contained at two levels.

Level 1 - download the file containing runtime, runtime engine, container, configs. Be able to 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 of using small discrete programs chained together to do lots.

Level 2 - also package the operating system. This only became possible with Container technology.

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