Skip to content

Commit 0422e91

Browse files
committed
Clean up use cases quickstart link
1 parent a69354e commit 0422e91

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

use-cases/egress-access-controls.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ sidebar_label: Egress access controls
99

1010
This document will outline what egress access controls are, what they can protect you from, and how you can implement Kubernetes egress access controls with Calico to protect, restrict, and manage egress access.
1111

12+
:::tip[Calico quickstart]
13+
14+
You can get started with Calico by following our [quickstart guide](/calico/latest/getting-started/kubernetes/quickstart).
15+
You'll learn how to install Calico, secure a cluster with network policy, and monitor network traffic with Calico Whisker.
16+
17+
:::
18+
1219
## Overview
1320

1421
### What are egress access controls?
@@ -24,7 +31,6 @@ This could be considered akin to a Kubernetes firewall, as you can define none,
2431
This allows you to secure Kubernetes egress traffic to known and trusted endpoints over specific ports and protocols.
2532

2633
If you’re new to network policies we recommend that you read this: [What is network policy?](/calico/latest/about/kubernetes-training/about-network-policy)
27-
To get started with Calico follow the [quickstart guide](https://docs.tigera.io/calico/latest/getting-started/kubernetes/quickstart) which shows you how to install Calico, secure a cluster with network policy, and monitor network traffic with Calico Whisker.
2834

2935
### What can egress access controls protect you from?
3036

use-cases/microsegmentation.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ sidebar_label: Microsegmentation
99

1010
This guide explains the concept of microsegmentation and shows you how to use Calico network policy to isolate and protect containerized applications.
1111

12+
:::tip[Calico quickstart]
13+
14+
You can get started with Calico by following our [quickstart guide](/calico/latest/getting-started/kubernetes/quickstart).
15+
You'll learn how to install Calico, secure a cluster with network policy, and monitor network traffic with Calico Whisker.
16+
17+
:::
18+
1219
## Overview
1320

1421
### What is microsegmentation?

use-cases/observability.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ sidebar_label: Observability
99

1010
This guide explains what observability is and shows you how to use Calico's observability tools.
1111
With these tools, you can find and troubleshoot issues with workload communications, performance, and operations in a Kubernetes cluster.
12-
You can get started with Calico by following our [quickstart guide](https://docs.tigera.io/calico/latest/getting-started/kubernetes/quickstart) which shows you how to install Calico, secure a cluster with network policy, and monitor network traffic with Calico Whisker.
12+
13+
:::tip[Calico quickstart]
14+
15+
You can get started with Calico by following our [quickstart guide](/calico/latest/getting-started/kubernetes/quickstart).
16+
You'll learn how to install Calico, secure a cluster with network policy, and monitor network traffic with Calico Whisker.
17+
18+
:::
1319

1420
## Overview
1521

0 commit comments

Comments
 (0)