Skip to content

Commit

Permalink
Add canonical links for /networking (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSaintarbor committed Jul 18, 2023
1 parent 7a5d505 commit 536e219
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
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

0 comments on commit 536e219

Please sign in to comment.