github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/docs/foundations/index.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Foundations" 4 sidebar_current: "docs-foundations" 5 description: |- 6 Otto supports a range of foundations to augment your infrastructure. 7 --- 8 9 # Foundation Types 10 11 Otto supports a range of [foundations](/docs/concepts/foundations.html), which 12 augment a base infrastructure to provide features like service discovery, 13 security, and scheduling. 14 15 This section documents the foundation types that Otto supports by default. Use 16 the navigation to the left to read about the available foundation types. 17 18 ## Future Foundations 19 20 Otto 0.1 uses the [Consul foundation](/docs/foundations/consul.html) to make 21 services easily discoverable in development and deployed environments. Otto 22 will add [foundations supporting security and 23 scheduling](/docs/concepts/foundations.html#future-foundations) in a future 24 release.