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

Add canonical links for /networking #357

Merged
merged 2 commits into from
Jul 18, 2023
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
4 changes: 4 additions & 0 deletions docs/networking/clusternetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ keywords:
- Network
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/clusternetwork"/>
</head>

## Concepts

### Cluster Network
Expand Down
4 changes: 4 additions & 0 deletions docs/networking/deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ keywords:
- Topology
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/deep-dive"/>
</head>

The network topology below reveals how we implement the Harvester network.

![](/img/v1.2/networking/topology.png)
Expand Down
4 changes: 4 additions & 0 deletions docs/networking/harvester-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ keywords:
- Network
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/harvester-network"/>
</head>

Harvester provides three types of networks for virtual machines (VMs), including:

- Management Network
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v0.3/networking/harvester-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ keywords:
Description: Harvester is built on Kubernetes, which uses CNI as an interface between network providers and Kubernetes pod networking. Naturally, we implement the Harvester network based on CNI. Moreover, the Harvester UI integrates the Harvester network to provide a user-friendly way to configure networks for VMs.
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/harvester-network"/>
</head>

Harvester is built on top of [Kubernetes](https://kubernetes.io/) and leverages its built-in [CNI](https://github.com/containernetworking/cni) mechanism to provide the interface between network providers and its VM networks.

We have implemented the Harvester VLAN network based on the [bridge](https://www.cni.dev/plugins/current/main/bridge/) CNI to provide a pure L2-mode network, that would bridge your VMs to the host network interface and can be connected using the physical switch for both internal and external network communication.
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.0/networking/harvester-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ keywords:
Description: Harvester is built on Kubernetes, which uses CNI as an interface between network providers and Kubernetes pod networking. Naturally, we implement the Harvester network based on CNI. Moreover, the Harvester UI integrates the Harvester network to provide a user-friendly way to configure networks for VMs.
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/harvester-network"/>
</head>

Harvester is built on top of [Kubernetes](https://kubernetes.io/) and leverages its built-in [CNI](https://github.com/containernetworking/cni) mechanism to provide the interface between network providers and its VM networks.

We have implemented the Harvester VLAN network based on the [bridge](https://www.cni.dev/plugins/current/main/bridge/) CNI to provide a pure L2-mode network, that would bridge your VMs to the host network interface and can be connected using the physical switch for both internal and external network communication.
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.1/networking/clusternetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ keywords:
- Network
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/clusternetwork"/>
</head>

## Concepts

### Cluster Network
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.1/networking/deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ keywords:
- Topology
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/deep-dive"/>
</head>

The network topology below reveals how we implement the Harvester network.

![](/img/v1.1/networking/topology.png)
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-v1.1/networking/harvester-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ keywords:
- Network
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.1/networking/harvester-network"/>
</head>

Harvester provides three types of virtual networks for virtual machines (VMs), including:

- Management Network
Expand Down