https://github.com/cncf/architecture
https://github.com/cncf/architecture
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cncf/architecture
- Owner: cncf
- License: apache-2.0
- Created: 2024-08-08T14:22:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T20:56:12.000Z (over 1 year ago)
- Last Synced: 2024-12-29T18:29:49.612Z (over 1 year ago)
- Language: HTML
- Homepage: https://architecture.cncf.io/
- Size: 64.9 MB
- Stars: 18
- Watchers: 11
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/cncfarchitecture/deploys)
# Cloud Native Reference Architecture
The [CNCF](https://www.cncf.io/) Cloud Native Reference Architecture site is hosted at [https://architecture.cncf.io/](https://architecture.cncf.io/) and is intended to be used as a reference for common cloud native architectures.
## Getting started
If you'd like to help with the site we'd love to have your contributions!
## License
All code contributions are under the Apache 2.0 license. Documentation is distributed under CC BY 4.0.
## Setting up a local instance
To improve the site itself, install a local copy with these instructions. Note you must have [npm](https://www.npmjs.com/) and [Hugo](https://gohugo.io/) installed.
```sh
git clone https://github.com/cncf/architecture.git
npm install
```
You can then run the site using `npm run serve` (select "[Hugo]"). To have the site run locally with a functioning local search, run `npm run serve:with-pagefind`.