Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix network policy overviews #1754

Merged
merged 9 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions __tests__/crawler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ test("Crawl the docs and execute tests", async () => {
'https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/configmap-resource',
'https://prometheus.io/docs/prometheus/latest/disabled_features/', // ==>Origin: https://downloads.tigera.io/ee/v3.17.4/manifests/tigera-prometheus-operator.yaml
'https://prometheus.io/docs/prometheus/latest/feature_flags/', // ==>Origin: https://downloads.tigera.io/ee/v3.20.0-1.0/manifests/tigera-prometheus-operator.yaml
'https://docs.fluentd.org/filter/grep',
];

const lc = linkChecker();
Expand Down
17 changes: 13 additions & 4 deletions calico-cloud/compliance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ description: Get reports on Kubernetes workloads and environments for regulatory
hide_table_of_contents: true
---

# Compliance reports
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

# Compliance and security

Get reports on Kubernetes workloads and environments for regulatory compliance.
Encrypt traffic in your cluster with WireGuard.

<DocCardLinkLayout>
<DocCardLink docId='compliance/enable-compliance' />
<DocCardLink docId='compliance/overview' />
<DocCardLink docId='compliance/compliance-reports-cis' />
<DocCardLink docId='compliance/encrypt-cluster-pod-traffic' />
</DocCardLinkLayout>

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items} />
25 changes: 21 additions & 4 deletions calico-cloud/image-assurance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,26 @@
hide_table_of_contents: true
---

# Image assurance
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
# Image Assurance

<DocCardList items={useCurrentSidebarCategory().items} />
Detect and block vulnerable images from container workloads.

## Scaning images for vulnerabilities

Check failure on line 12 in calico-cloud/image-assurance/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Scaning'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Scaning'?", "location": {"path": "calico-cloud/image-assurance/index.mdx", "range": {"start": {"line": 12, "column": 4}}}, "severity": "ERROR"}

<DocCardLinkLayout>
<DocCardLink docId='image-assurance/scanners/overview' />
<DocCardLink docId='image-assurance/scanners/cluster-scanner' />
<DocCardLink docId='image-assurance/scanners/registry-scanner' />
<DocCardLink docId='image-assurance/scanners/pipeline-scanner' />
</DocCardLinkLayout>

## Working with scan results

<DocCardLinkLayout>
<DocCardLink docId='image-assurance/set-up-alerts' />
<DocCardLink docId='image-assurance/understanding-scan-results' />
<DocCardLink docId='image-assurance/exclude-vulnerabilities-from-scan-results' />
<DocCardLink docId='image-assurance/install-the-admission-controller' />
</DocCardLinkLayout>
14 changes: 10 additions & 4 deletions calico-cloud/multicluster/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ description: Steps to configure cluster mesh.
hide_table_of_contents: true
---

# Federation and multi-cluster networking
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
# Cluster mesh

<DocCardList items={useCurrentSidebarCategory().items} />
With cluster mesh, you can secure cross-cluster connections using identity-aware network policy and federate services for cross-cluster service discovery.

<DocCardLinkLayout>
<DocCardLink docId='multicluster/overview' />
<DocCardLink docId='multicluster/services-controller' />
<DocCardLink docId='multicluster/aws' />
<DocCardLink docId='multicluster/kubeconfig' />
</DocCardLinkLayout>
19 changes: 16 additions & 3 deletions calico-cloud/threat/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@ description: Trace, analyze, and block malicious threats using intelligent feeds
hide_table_of_contents: true
---

import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';


# Threat defense

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
Use real-time monitoring to detect and block threats to your cluster.

<DocCardLinkLayout>
<DocCardLink docId='threat/security-event-management' />
<DocCardLink docId='threat/container-threat-detection' />
<DocCardLink docId='threat/suspicious-domains' />
<DocCardLink docId='threat/suspicious-ips' />
<DocCardLink docId='threat/web-application-firewall' />
<DocCardLink docId='threat/configuring-webhooks' />
<DocCardLink docId='threat/deploying-waf-ingress-gateway' />
<DocCardLink docId='threat/deeppacketinspection' />
<DocCardLink docId='threat/tor-vpn-feed-and-dashboard' />
</DocCardLinkLayout>

<DocCardList items={useCurrentSidebarCategory().items} />
50 changes: 47 additions & 3 deletions calico-cloud/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,51 @@
title: Tutorials
hide_table_of_contents: true
---
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

# Tutorials

Learn more about Calico Cloud and Kubernetes network policy.

## Calico Cloud features

<DocCardLinkLayout>
<DocCardLink docId='tutorials/calico-cloud-features/tour' />
<DocCardLink docId='tutorials/calico-cloud-features/service-graph' />
<DocCardLink docId='tutorials/calico-cloud-features/networksets' />
</DocCardLinkLayout>

## Secure ingress and egress for applications

<DocCardLinkLayout>
<DocCardLink docId='tutorials/applications/egress-controls' />
<DocCardLink docId='tutorials/applications/ingress-microservices' />
</DocCardLinkLayout>

## Implement enterprise security controls

<DocCardLinkLayout>
<DocCardLink docId='tutorials/enterprise-security/namespace-isolation' />
<DocCardLink docId='tutorials/enterprise-security/global-egress' />
<DocCardLink docId='tutorials/enterprise-security/default-deny' />
<DocCardLink docId='tutorials/enterprise-security/platform' />
</DocCardLinkLayout>

## Kubernetes networking for beginners

<DocCardLinkLayout>
<DocCardLink docId='tutorials/training/about-network-policy' />
<DocCardLink docId='tutorials/training/about-kubernetes-services' />
<DocCardLink docId='tutorials/training/about-kubernetes-ingress' />
<DocCardLink docId='tutorials/training/about-kubernetes-egress' />
</DocCardLinkLayout>

## Kubernetes tutorials and demos

<DocCardLinkLayout>
<DocCardLink docId='tutorials/kubernetes-tutorials/kubernetes-demo' />
<DocCardLink docId='tutorials/kubernetes-tutorials/kubernetes-network-policy' />
<DocCardLink docId='tutorials/kubernetes-tutorials/kubernetes-policy-basic' />
<DocCardLink docId='tutorials/kubernetes-tutorials/kubernetes-policy-advanced' />
</DocCardLinkLayout>

<DocCardList items={useCurrentSidebarCategory().items}/>
16 changes: 12 additions & 4 deletions calico-cloud/users/index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
---
title: Users
title: Manage users and user permissions for Calico Cloud Manager UI.
hide_table_of_contents: true
---
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

# Users

Manage users and user permissions for Calico Cloud Manager UI.

<DocCardLinkLayout>
<DocCardLink docId='users/user-management' />
<DocCardLink docId='users/create-and-assign-custom-roles' />
<DocCardLink docId='users/create-custom-role-for-entra-id-group' />
</DocCardLinkLayout>
15 changes: 11 additions & 4 deletions calico-cloud_versioned_docs/version-20-1/compliance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ description: Get reports on Kubernetes workloads and environments for regulatory
hide_table_of_contents: true
---

# Compliance reports
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
# Compliance and security

<DocCardList items={useCurrentSidebarCategory().items} />
Get reports on Kubernetes workloads and environments for regulatory compliance.
Encrypt traffic in your cluster with WireGuard.

<DocCardLinkLayout>
<DocCardLink docId='compliance/enable-compliance' />
<DocCardLink docId='compliance/overview' />
<DocCardLink docId='compliance/compliance-reports-cis' />
<DocCardLink docId='compliance/encrypt-cluster-pod-traffic' />
</DocCardLinkLayout>
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,26 @@
hide_table_of_contents: true
---

# Image assurance
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
# Image Assurance

<DocCardList items={useCurrentSidebarCategory().items} />
Detect and block vulnerable images from container workloads.

## Scaning images for vulnerabilities

Check failure on line 12 in calico-cloud_versioned_docs/version-20-1/image-assurance/index.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Scaning'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Scaning'?", "location": {"path": "calico-cloud_versioned_docs/version-20-1/image-assurance/index.mdx", "range": {"start": {"line": 12, "column": 4}}}, "severity": "ERROR"}

<DocCardLinkLayout>
<DocCardLink docId='image-assurance/scanners/overview' />
<DocCardLink docId='image-assurance/scanners/cluster-scanner' />
<DocCardLink docId='image-assurance/scanners/registry-scanner' />
<DocCardLink docId='image-assurance/scanners/pipeline-scanner' />
</DocCardLinkLayout>

## Working with scan results

<DocCardLinkLayout>
<DocCardLink docId='image-assurance/set-up-alerts' />
<DocCardLink docId='image-assurance/understanding-scan-results' />
<DocCardLink docId='image-assurance/exclude-vulnerabilities-from-scan-results' />
<DocCardLink docId='image-assurance/install-the-admission-controller' />
</DocCardLinkLayout>
16 changes: 12 additions & 4 deletions calico-cloud_versioned_docs/version-20-1/multicluster/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ description: Steps to configure cluster mesh.
hide_table_of_contents: true
---

# Federation and multi-cluster networking
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

# Cluster mesh

With cluster mesh, you can secure cross-cluster connections using identity-aware network policy and federate services for cross-cluster service discovery.

<DocCardLinkLayout>
<DocCardLink docId='multicluster/overview' />
<DocCardLink docId='multicluster/services-controller' />
<DocCardLink docId='multicluster/aws' />
<DocCardLink docId='multicluster/kubeconfig' />
</DocCardLinkLayout>

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items} />
19 changes: 16 additions & 3 deletions calico-cloud_versioned_docs/version-20-1/threat/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@ description: Trace, analyze, and block malicious threats using intelligent feeds
hide_table_of_contents: true
---

import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';


# Threat defense

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
Use real-time monitoring to detect and block threats to your cluster.

<DocCardLinkLayout>
<DocCardLink docId='threat/security-event-management' />
<DocCardLink docId='threat/container-threat-detection' />
<DocCardLink docId='threat/suspicious-domains' />
<DocCardLink docId='threat/suspicious-ips' />
<DocCardLink docId='threat/web-application-firewall' />
<DocCardLink docId='threat/configuring-webhooks' />
<DocCardLink docId='threat/deploying-waf-ingress-gateway' />
<DocCardLink docId='threat/deeppacketinspection' />
<DocCardLink docId='threat/tor-vpn-feed-and-dashboard' />
</DocCardLinkLayout>

<DocCardList items={useCurrentSidebarCategory().items} />
50 changes: 47 additions & 3 deletions calico-cloud_versioned_docs/version-20-1/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,51 @@
title: Tutorials
hide_table_of_contents: true
---
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

# Tutorials

Learn more about Calico Cloud and Kubernetes network policy.

## Calico Cloud features

<DocCardLinkLayout>
<DocCardLink docId='tutorials/calico-cloud-features/tour' />
<DocCardLink docId='tutorials/calico-cloud-features/service-graph' />
<DocCardLink docId='tutorials/calico-cloud-features/networksets' />
</DocCardLinkLayout>

## Secure ingress and egress for applications

<DocCardLinkLayout>
<DocCardLink docId='tutorials/applications/egress-controls' />
<DocCardLink docId='tutorials/applications/ingress-microservices' />
</DocCardLinkLayout>

## Implement enterprise security controls

<DocCardLinkLayout>
<DocCardLink docId='tutorials/enterprise-security/namespace-isolation' />
<DocCardLink docId='tutorials/enterprise-security/global-egress' />
<DocCardLink docId='tutorials/enterprise-security/default-deny' />
<DocCardLink docId='tutorials/enterprise-security/platform' />
</DocCardLinkLayout>

## Kubernetes networking for beginners

<DocCardLinkLayout>
<DocCardLink docId='tutorials/training/about-network-policy' />
<DocCardLink docId='tutorials/training/about-kubernetes-services' />
<DocCardLink docId='tutorials/training/about-kubernetes-ingress' />
<DocCardLink docId='tutorials/training/about-kubernetes-egress' />
</DocCardLinkLayout>

## Kubernetes tutorials and demos

<DocCardLinkLayout>
<DocCardLink docId='tutorials/kubernetes-tutorials/kubernetes-demo' />
<DocCardLink docId='tutorials/kubernetes-tutorials/kubernetes-network-policy' />
<DocCardLink docId='tutorials/kubernetes-tutorials/kubernetes-policy-basic' />
<DocCardLink docId='tutorials/kubernetes-tutorials/kubernetes-policy-advanced' />
</DocCardLinkLayout>

<DocCardList items={useCurrentSidebarCategory().items}/>
16 changes: 12 additions & 4 deletions calico-cloud_versioned_docs/version-20-1/users/index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
---
title: Users
title: Manage users and user permissions for Calico Cloud Manager UI.
hide_table_of_contents: true
---
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

# Users

Manage users and user permissions for Calico Cloud Manager UI.

<DocCardLinkLayout>
<DocCardLink docId='users/user-management' />
<DocCardLink docId='users/create-and-assign-custom-roles' />
<DocCardLink docId='users/create-custom-role-for-entra-id-group' />
</DocCardLinkLayout>
15 changes: 11 additions & 4 deletions calico-enterprise/compliance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ description: Get reports on Kubernetes workloads and environments for regulatory
hide_table_of_contents: true
---

# Compliance reports
import { DocCardLink, DocCardLinkLayout } from '/src/___new___/components';

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
# Compliance and security

<DocCardList items={useCurrentSidebarCategory().items} />
Get reports on Kubernetes workloads and environments for regulatory compliance.
Encrypt traffic in your cluster with WireGuard.

<DocCardLinkLayout>
<DocCardLink docId='compliance/enable-compliance' />
<DocCardLink docId='compliance/overview' />
<DocCardLink docId='compliance/compliance-reports-cis' />
<DocCardLink docId='compliance/encrypt-cluster-pod-traffic' />
</DocCardLinkLayout>
Loading
Loading