Skip to content

Commit ac9ded9

Browse files
committed
Set publication date to 05-04-2024
1 parent 2b15a67 commit ac9ded9

File tree

10 files changed

+4
-5
lines changed

10 files changed

+4
-5
lines changed

content/en/blog/_posts/2024-02-22-diy-create-your-own-cloud-with-kubernetes-part-2/index.md renamed to content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-2/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
layout: blog
33
title: "DIY: Create Your Own Cloud with Kubernetes (Part 2)"
44
slug: diy-create-your-own-cloud-with-kubernetes-part-2
5-
date: 2024-02-04
5+
date: 2024-04-05
66
---
77

88
**Author**: Andrei Kvapil (Ænix)
99

1010
Continuing our series of posts on how to build your own cloud using just the Kubernetes ecosystem.
11-
In the [previous article](/blog/2024/01/22/diy-create-your-own-cloud-with-kubernetes-part-1/), we explained how we prepare a basic Kubernetes distribution based on Talos Linux and Flux CD.
11+
In the [previous article](/blog/2024/04/05/diy-create-your-own-cloud-with-kubernetes-part-1/), we explained how we prepare a basic Kubernetes distribution based on Talos Linux and Flux CD.
1212
In this article, we'll show you a few various virtualization technologies in Kubernetes and prepare everything need to run virtual machines in Kubernetes, primarily storage and networking.
1313

1414
We will talk about technologies such as KubeVirt, LINSTOR, and Kube-OVN.
@@ -76,10 +76,9 @@ The time-tested and industry-popular technologies such as LVM and ZFS as backend
7676
For installing LINSTOR in Kubernetes, there is the Piraeus project, which already provides a ready-made block storage to use with KubeVirt.
7777

7878
{{< note >}}
79-
In case you are using Talos Linux, as we described in the [previous article](/blog/2024/01/22/diy-create-your-own-cloud-with-kubernetes-part-1/), you will need to enable the necessary kernel modules in advance, and configure piraeus as described in the [instruction](https://github.com/piraeusdatastore/piraeus-operator/blob/v2/docs/how-to/talos.md).
79+
In case you are using Talos Linux, as we described in the [previous article](/blog/2024/04/05/diy-create-your-own-cloud-with-kubernetes-part-1/), you will need to enable the necessary kernel modules in advance, and configure piraeus as described in the [instruction](https://github.com/piraeusdatastore/piraeus-operator/blob/v2/docs/how-to/talos.md).
8080
{{< /note >}}
8181

82-
8382
## Networking for Kubernetes VMs
8483

8584
Despite having the similar interface - CNI, The network architecture in Kubernetes is actually more complex and typically consists of many independent components that are not directly connected to each other. In fact you can split Kubernetes networking into four layers, which are described below.
@@ -148,4 +147,4 @@ This enables failover that works independently of Kubernetes control-plane.
148147

149148
This concludes our overview of virtualization, storage, and networking in Kubernetes. The technologies mentioned here are available and already pre-configured on the [Cozystack](https://github.com/aenix-io/cozystack) platform, where you can try them with no limitations.
150149

151-
In the next article, we will detail how, on top of this, we implement the provisioning of fully functional Kubernetes clusters with just the push of a button.
150+
In the [next article](/blog/2024/04/05/diy-create-your-own-cloud-with-kubernetes-part-3/), we will detail how, on top of this, we implement the provisioning of fully functional Kubernetes clusters with just the push of a button.

0 commit comments

Comments
 (0)