Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/content/docs/reference-architecture/by-solution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,27 @@ Architecture documentation related to using Cloudflare for Zero Trust, SSE and S
- [Securing data at rest](/reference-architecture/diagrams/security/securing-data-at-rest/)
- [Securing data in transit](/reference-architecture/diagrams/security/securing-data-in-transit/)
- [Securing data in use](/reference-architecture/diagrams/security/securing-data-in-use/)
- [Extend ZTNA with external authorization and serverless computing](/reference-architecture/diagrams/sase/augment-access-with-serverless/)

#### Design guides

- [Building zero trust architecture into your startup](/reference-architecture/design-guides/zero-trust-for-startups/)
- [Network-focused migration from VPN concentrators to Zero Trust Network Access](/reference-architecture/design-guides/network-vpn-migration/)
- [Using a zero trust framework to secure SaaS applications](/reference-architecture/design-guides/zero-trust-for-saas/)

#### Implementation guides

- [Secure your Internet traffic and SaaS apps](/learning-paths/secure-internet-traffic/)
- [Replace your VPN](/learning-paths/replace-vpn/)
- [Deploy Zero Trust Web Access](/learning-paths/zero-trust-web-access/)

### Networking

#### Reference architecture diagrams

- [Protect public networks with Cloudflare](/reference-architecture/diagrams/network/protect-public-networks-with-cloudflare/)
- [Bring your own IP space to Cloudflare](/reference-architecture/diagrams/network/bring-your-own-ip-space-to-cloudflare/)

### Application Performance

Content related to DNS, caching, load balancing and other Cloudflare services designed to improve application reliability and performance.
Expand All @@ -68,6 +77,11 @@ Content related to DNS, caching, load balancing and other Cloudflare services de

Content related to protecting your applications from threats such as DDoS attack, SQL injection, exploiting application vulnerabilities, scraping API data and more.

#### Reference architecture diagrams

- [Bot management](/reference-architecture/diagrams/bots/bot-management/)


#### Design guides

- [Secure application delivery](/reference-architecture/design-guides/secure-application-delivery/)
Expand All @@ -78,16 +92,26 @@ Architecture content for our developer platform.

#### Reference architecture diagrams

##### AI

- [Automatic captioning for video uploads](/reference-architecture/diagrams/ai/ai-video-caption/)
- [Composable AI architecture](/reference-architecture/diagrams/ai/ai-composable/)
- [Content-based asset creation](/reference-architecture/diagrams/ai/ai-asset-creation/)
- [Multi-vendor AI observability and control](/reference-architecture/diagrams/ai/ai-multivendor-observability-control/)
- [Retrieval Augmented Generation (RAG)](/reference-architecture/diagrams/ai/ai-rag/)
- [Ingesting BigQuery Data into Workers AI](/reference-architecture/diagrams/ai/bigquery-workers-ai/)

##### Serverless

- [Optimizing Image Delivery with Cloudflare Image Resizing and R2](/reference-architecture/diagrams/content-delivery/optimizing-image-delivery-with-cloudflare-image-resizing-and-r2/)
- [A/B-testing using Workers](/reference-architecture/diagrams/serverless/a-b-testing-using-workers/)
- [Fullstack Applications](/reference-architecture/diagrams/serverless/fullstack-application/)
- [Serverless ETL pipelines](/reference-architecture/diagrams/serverless/serverless-etl/)
- [Serverless global APIs](/reference-architecture/diagrams/serverless/serverless-global-apis/)
- [Serverless image content management](/reference-architecture/diagrams/serverless/serverless-image-content-management/)

##### Storage

- [Egress-free object storage in multi-cloud setups](/reference-architecture/diagrams/storage/egress-free-storage-multi-cloud/)
- [On-demand Object Storage Data Migration](/reference-architecture/diagrams/storage/on-demand-object-storage-migration/)
- [Event notifications for storage](/reference-architecture/diagrams/storage/event-notifications-for-storage/)
Loading