Skip to content

Commit b12d9ee

Browse files
committed
First iteration of sase series
1 parent 9c5cd24 commit b12d9ee

File tree

9 files changed

+280
-0
lines changed

9 files changed

+280
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
pcx_content_type: get-started
3+
title: Video Tutorials
4+
sidebar:
5+
order: 11
6+
---
7+
8+
import { GlossaryTooltip, Render, CardGrid, LinkCard } from "~/components";
9+
10+
<CardGrid>
11+
<LinkCard
12+
title="Build & Secure Your SASE Corporate Network"
13+
description="Dive into Cloudflare's Secure Access Service Edge platform, also known as SASE, and how it's been designed to revolutionize the idea of the corporate network."
14+
href="/learning-paths/sase-overview-course/series/video-1/"
15+
/>
16+
</CardGrid>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Overview
4+
sidebar:
5+
order: 4
6+
group:
7+
hideIndex: true
8+
tableOfContents: false
9+
---
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
pcx_content_type: navigation
3+
title: The evolution of corporate networks
4+
sidebar:
5+
order: 2
6+
tableOfContents: false
7+
---
8+
9+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
10+
11+
<Tabs>
12+
<TabItem label="Watch this episode">
13+
14+
In this video, we discuss the Cloudflare SASE platform and how it's been designed to revolutionize the corporate network. Legacy network design is struggling to address today's challenges of security, performance and monitoring needs. Many IT teams are trying to evolve their corporate network with point solutions and finding the lack of integration and performance an issue.
15+
16+
<Card>
17+
<Stream
18+
videoId="a02e5f9e58999d96c3ec9dbb0efb9707"
19+
videoTitle="video 1"
20+
thumbnailTimeOrURL="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Simon-SASE-thumbnail-test.png"
21+
moreVideosLink="false"
22+
/>
23+
24+
**Related content**
25+
26+
If you want to dive into detail about modernizing your corporate network with Cloudflare, read here:
27+
28+
- [Evolving to a SASE architecture with Cloudflare](/reference-architecture/architectures/sase/)
29+
- [Network-focused migration from VPN concentrators to Zero Trust Network Access](/reference-architecture/design-guides/network-vpn-migration/)
30+
- [Using a zero trust framework to secure SaaS applications](/reference-architecture/design-guides/zero-trust-for-saas/)
31+
- [Building zero trust architecture into your startup](/reference-architecture/design-guides/zero-trust-for-startups/)
32+
33+
</Card>
34+
</TabItem>
35+
36+
<TabItem label="Series overview">
37+
<Render file="sase-series-navigation" />
38+
</TabItem>
39+
</Tabs>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Stop hosting your own VPN service
4+
sidebar:
5+
order: 3
6+
prev: true
7+
next: true
8+
tableOfContents: false
9+
---
10+
11+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
12+
13+
<Tabs>
14+
<TabItem label="Watch this episode">
15+
16+
Cloudflare's SASE platform can replace your traditional, expensive VPN appliances which deliver poor performance for users and create more security risks than solve them. Cloudflare's Zero Trust Network Access (ZTNA) service is a more secure, highly scalable cloud solution and in this video we look at how easily you can deploy Cloudflare to secure access to internal resources.
17+
18+
<Card>
19+
<Stream
20+
videoId="a02e5f9e58999d96c3ec9dbb0efb9707"
21+
videoTitle="Video 2"
22+
thumbnailTimeOrURL="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Simon-SASE-thumbnail-test.png"
23+
moreVideosLink="false"
24+
/>
25+
26+
**Related content**
27+
28+
If you want to dive into detail about using Cloudflare to replace your existing VPN solution, read here:
29+
30+
- [Evolving to a SASE architecture with Cloudflare](/reference-architecture/architectures/sase/)
31+
- [Network-focused migration from VPN concentrators to Zero Trust Network Access](/reference-architecture/design-guides/network-vpn-migration/)
32+
- [Access to private apps without having to deploy client agents](/reference-architecture/diagrams/sase/sase-clientless-access-private-dns/)
33+
- [Zero Trust and Virtual Desktop Infrastructure](/reference-architecture/diagrams/sase/zero-trust-and-virtual-desktop-infrastructure/)
34+
35+
</Card>
36+
</TabItem>
37+
38+
<TabItem label="Series overview">
39+
<Render file="sase-series-navigation" />
40+
</TabItem>
41+
</Tabs>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Secure remote access to your critical infrastructure
4+
sidebar:
5+
order: 4
6+
prev: true
7+
next: true
8+
tableOfContents: false
9+
---
10+
11+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
12+
13+
<Tabs>
14+
<TabItem label="Watch this episode">
15+
16+
In this video learn how Cloudflare's SASE platform can provide highly secure access, leveraging a modern ZTNA service to implement zero trust principles for access to your critical infrastructure. Applications, databases and their servers are running in a variety of locations. From on-premises data centers to cloud hyperscalers, making the need to secure administrative access more important than ever.
17+
18+
<Card>
19+
<Stream
20+
videoId="a02e5f9e58999d96c3ec9dbb0efb9707"
21+
videoTitle="video 3"
22+
thumbnailTimeOrURL="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Simon-SASE-thumbnail-test.png"
23+
moreVideosLink="false"
24+
/>
25+
26+
**Related content**
27+
28+
If you want to dive into detail about using Cloudflare to access critical infrastructure, read here:
29+
30+
- [Evolving to a SASE architecture with Cloudflare](/reference-architecture/architectures/sase/)
31+
- [SSH with Access for Infrastructure](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/)
32+
- [Using a zero trust framework to secure SaaS applications](/reference-architecture/design-guides/zero-trust-for-saas/)
33+
- [Building zero trust architecture into your startup](/reference-architecture/design-guides/zero-trust-for-startups/)
34+
35+
</Card>
36+
</TabItem>
37+
38+
<TabItem label="Series overview">
39+
<Render file="sase-series-navigation" />
40+
</TabItem>
41+
</Tabs>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Connect and secure from any network to anywhere
4+
sidebar:
5+
order: 5
6+
prev: true
7+
next: true
8+
tableOfContents: false
9+
---
10+
11+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
12+
13+
<Tabs>
14+
<TabItem label="Watch this episode">
15+
16+
Build your new corporate network with Cloudflare, connecting any network into our modern SASE platform. In this video learn all the different methods of connecting networks to Cloudflare and what services can then be used to improve security and performance.
17+
18+
<Card>
19+
<Stream
20+
videoId="a02e5f9e58999d96c3ec9dbb0efb9707"
21+
videoTitle="video 4"
22+
thumbnailTimeOrURL="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Simon-SASE-thumbnail-test.png"
23+
moreVideosLink="false"
24+
/>
25+
26+
**Related content**
27+
28+
If you want to dive into detail about using Cloudflare to modernize your corporate network, read here:
29+
30+
- [Evolving to a SASE architecture with Cloudflare](/reference-architecture/architectures/sase/)
31+
- [Magic Transit Reference Architecture](/reference-architecture/architectures/magic-transit/)
32+
- [Protect data center networks](/reference-architecture/diagrams/network/protect-data-center-networks/)
33+
- [Protect hybrid cloud networks](/reference-architecture/diagrams/network/protect-hybrid-cloud-networks-with-cloudflare-magic-transit/)
34+
35+
</Card>
36+
</TabItem>
37+
38+
<TabItem label="Series overview">
39+
<Render file="sase-series-navigation" />
40+
</TabItem>
41+
</Tabs>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Protect your users from Internet risks
4+
sidebar:
5+
order: 6
6+
prev: true
7+
next: false
8+
tableOfContents: false
9+
---
10+
11+
import { Render, Tabs, TabItem, Stream, Card } from "~/components";
12+
13+
<Tabs>
14+
<TabItem label="Watch this episode">
15+
16+
The Internet is now part of your corporate network, however browsing the web comes with hidden risks—malware, phishing attacks, and malicious websites. In this video, we’ll explore how Cloudflare’s Secure Web Gateway (SWG) helps keep users safe by filtering and inspecting Internet traffic in real time. Whether you're protecting a remote workforce or securing an entire organization, Cloudflare’s solution ensures that users can access the web securely—without sacrificing speed or productivity.
17+
18+
<Card>
19+
<Stream
20+
videoId="a02e5f9e58999d96c3ec9dbb0efb9707"
21+
videoTitle="video 5"
22+
thumbnailTimeOrURL="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Simon-SASE-thumbnail-test.png"
23+
moreVideosLink="false"
24+
/>
25+
26+
**Related content**
27+
28+
If you want to dive into detail about modernizing your corporate network with Cloudflare, read here:
29+
30+
- [Evolving to a SASE architecture with Cloudflare](/reference-architecture/architectures/sase/)
31+
- [Network-focused migration from VPN concentrators to Zero Trust Network Access](/reference-architecture/design-guides/network-vpn-migration/)
32+
- [Using a zero trust framework to secure SaaS applications](/reference-architecture/design-guides/zero-trust-for-saas/)
33+
- [Building zero trust architecture into your startup](/reference-architecture/design-guides/zero-trust-for-startups/)
34+
35+
</Card>
36+
</TabItem>
37+
38+
<TabItem label="Series overview">
39+
<Render file="sase-series-navigation" />
40+
</TabItem>
41+
</Tabs>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"title": "Build & secure your SASE corporate network",
3+
"path": "/learning-paths/sase-overview-course/series/video-1/",
4+
"priority": 1,
5+
"description": "Watch this collection of videos and learn all about Cloudflare's Secure Access Service Edge platform, also known as SASE, and how it revolutionizes the corporate network.",
6+
"products": [
7+
"Cloudflare One"
8+
],
9+
"product_group": "Cloudflare One",
10+
"additional_groups": ["Cloudflare One"]
11+
}
12+
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
{}
3+
4+
---
5+
6+
import { CardGrid, LinkCard, Card } from "~/components";
7+
8+
<CardGrid>
9+
<LinkCard
10+
title="Watch Episode 1: The evolution of corporate networks"
11+
description="In this video, we provide a Cloudflare SASE platform overview and how it's been designed to revolutionize the corporate network."
12+
href="/learning-paths/sase-overview-course/series/video-1/"
13+
/>
14+
15+
<LinkCard
16+
title="Watch Episode 2: Stop hosting your own VPN service"
17+
description="In this video, we discuss the Cloudflare SASE platform and how it can replace your traditional VPN appliances."
18+
href="/learning-paths/sase-overview-course/series/video-2/"
19+
/>
20+
21+
<LinkCard
22+
title="Watch Episode 3: Secure remote access to your critical infrastructure"
23+
description="In this video, learn how Cloudflare's SASE platform leverages a modern ZTNA service to implement zero trust principles for accessing your critical infrastructure."
24+
href="/learning-paths/sase-overview-course/series/video-3/"
25+
/>
26+
27+
<LinkCard
28+
title="Watch Episode 4: Connect and secure from any network to anywhere"
29+
description="In this video, we discuss how to connect any network through Cloudfloure to any other network and which Cloudflare services will improve your traffic's security and performance.
30+
"
31+
href="/learning-paths/sase-overview-course/series/video-4/"
32+
/>
33+
34+
<LinkCard
35+
title="Watch Episode 5"
36+
description="In this video, we’ll explore how Cloudflare’s Secure Web Gateway (SWG) helps keep users safe by filtering and inspecting Internet traffic in real time."
37+
href="/learning-paths/sase-overview-course/series/video-5/"
38+
/>
39+
40+
</CardGrid>

0 commit comments

Comments
 (0)