Have you ever wondered what an application architecture would look like if you committed to using mostly all graduated or incubating projects from the Cloud Native Computing Foundation? This repo, the CNCF Projects App, attempts to answer that question with an example expense application that is made up almost exclusively of CNCF projects.
The CNCF Projects App is a sample expense application simulating a user submitting an expense report. The application consists of the following components:
- Kubernetes - Container Orchestration Cluster (CNCF)
- Rook - Storage Management (CNCF)
- Harbor - Container Registry (CNCF)
- NATS - Pub/Sub Messaging (CNCF)
- Linkerd - Service Mesh (CNCF)
- Prometheus - Monitoring (CNCF)
- Jaeger - Observability/Tracing (CNCF)
- OpenFaaS - Functions
- MySQL - Database
- Nginx - Kubernetes Ingress Controller
- Tekton CI/CD (CD Foundation)
- Grafana - Dashboard
- SendGrid - Email Service
- GitHub - Code Repository
- Web Front-End & Web API - .NET Core
Below is the documented CNCF Projects App architecture for reference.
We are currently working on both a Helm and CNAB installation of the repo. As of now please follow the instructions here in sequence to deploy the CNCF Projects App in your environment.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.