Skip to content

Commit 8bc10ce

Browse files
bene2k1tgenaitay
authored andcommitted
chore(tuto): review tutorials (#3860)
* chore(tuto): review tutorials * docs(tuto): remove outdated content
1 parent 9ccb191 commit 8bc10ce

File tree

5 files changed

+16
-256
lines changed

5 files changed

+16
-256
lines changed

tutorials/deploying-qdrant-vectordb-kubernetes/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to deploy Qdrant Hybrid Cloud on Scaleway Kubernetes Kapsule.
88
tags: vectordb qdrant database
99
dates:
10-
validation: 2024-04-16
10+
validation: 2024-10-21
1111
posted: 2024-04-16
1212
categories:
1313
- kubernetes
@@ -21,10 +21,10 @@ Qdrant Hybrid Cloud on Scaleway offers a secure and scalable solution that meets
2121

2222
Key benefits of running Qdrant Hybrid Cloud on Scaleway include:
2323

24-
- **AI-Focused resources:** Scaleway provides dedicated resources and infrastructure tailored for AI and machine learning workloads, complementing Qdrant Hybrid Cloud to empower advanced AI applications.
25-
- **Scalable vector search:** Qdrant Hybrid Cloud's fully managed vector database facilitates seamless scaling, whether vertically or horizontally. Deployed on Scaleway, it ensures robust scalability for projects of any scale, from startups to enterprises.
26-
- **European roots and focus:** Scaleway's presence in Europe aligns well with Qdrant's European roots, offering local expertise and infrastructure that adhere to European regulatory standards.
27-
- **Sustainability commitment:** Scaleway focuses on sustainability with eco-conscious data centers and an extended hardware lifecycle, reducing the environmental impact.
24+
- AI-Focused resources: Scaleway provides dedicated resources and infrastructure tailored for AI and machine learning workloads, complementing Qdrant Hybrid Cloud to empower advanced AI applications.
25+
- Scalable vector search: Qdrant Hybrid Cloud's fully managed vector database facilitates seamless scaling, whether vertically or horizontally. Deployed on Scaleway, it ensures robust scalability for projects of any scale, from startups to enterprises.
26+
- European roots and focus: Scaleway's presence in Europe aligns well with Qdrant's European roots, offering local expertise and infrastructure that adhere to European regulatory standards.
27+
- Sustainability commitment: Scaleway focuses on sustainability with eco-conscious data centers and an extended hardware lifecycle, reducing the environmental impact.
2828

2929
<Macro id="requirements" />
3030

@@ -36,8 +36,8 @@ Key benefits of running Qdrant Hybrid Cloud on Scaleway include:
3636

3737
Setting up Qdrant Hybrid Cloud on Scaleway is straightforward, thanks to its Kubernetes-native architecture.
3838

39-
1. **Activate Hybrid Cloud:** Log into your Qdrant account and activate **Hybrid Cloud**.
40-
2. **Integrate your clusters:** Add your Scaleway Kubernetes clusters as a private region in the Hybrid Cloud settings.
41-
3. **Simplified Management:** Use the Qdrant Management Console for seamless creation and oversight of Qdrant clusters on Scaleway.
39+
1. Log into your Qdrant account and activate **Hybrid Cloud**.
40+
2. Add your Scaleway Kubernetes clusters as a private region in the Hybrid Cloud settings.
41+
3. Use the Qdrant Management Console for seamless creation and oversight of Qdrant clusters on Scaleway.
4242

4343
For detailed deployment instructions on how to build a RAG system that combines blog content ingestion with the capabilities of semantic search, refer to the [official Qdrant on Scaleway documentation](https://qdrant.tech/documentation/examples/rag-chatbot-scaleway/) or the [Qdrant product documentation](https://qdrant.tech/documentation/).
Binary file not shown.
Binary file not shown.

tutorials/k8s-fluentbit-observability/index.mdx

Lines changed: 0 additions & 240 deletions
This file was deleted.

tutorials/k8s-kapsule-multi-az/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
- kubernetes
1212
- domains-and-dns
1313
dates:
14-
validation: 2024-04-15
14+
validation: 2024-10-21
1515
posted: 2023-04-15
1616
---
1717

@@ -97,7 +97,7 @@ Start by creating a multi-AZ cluster on `fr-par` region, in a dedicated VPC and
9797
tags = ["multi-az"]
9898
9999
type = "kapsule"
100-
version = "1.28"
100+
version = "1.30.2"
101101
cni = "cilium"
102102
103103
delete_additional_resources = true
@@ -163,12 +163,12 @@ Start by creating a multi-AZ cluster on `fr-par` region, in a dedicated VPC and
163163
kubectl get nodes
164164
165165
NAME STATUS ROLES AGE VERSION
166-
scw-kapsule-multi-az-pool-fr-par-1-61e22198f8c Ready <none> 89s v1.28.0
167-
scw-kapsule-multi-az-pool-fr-par-1-8334e772ced Ready <none> 82s v1.28.0
168-
scw-kapsule-multi-az-pool-fr-par-2-1bcf90f3683 Ready <none> 90s v1.28.0
169-
scw-kapsule-multi-az-pool-fr-par-2-33265e85597 Ready <none> 86s v1.28.0
170-
scw-kapsule-multi-az-pool-fr-par-3-44b14b7bbbd Ready <none> 84s v1.28.0
171-
scw-kapsule-multi-az-pool-fr-par-3-863491657c7 Ready <none> 80s v1.28.0
166+
scw-kapsule-multi-az-pool-fr-par-1-61e22198f8c Ready <none> 89s v1.30.2
167+
scw-kapsule-multi-az-pool-fr-par-1-8334e772ced Ready <none> 82s v1.30.2
168+
scw-kapsule-multi-az-pool-fr-par-2-1bcf90f3683 Ready <none> 90s v1.30.2
169+
scw-kapsule-multi-az-pool-fr-par-2-33265e85597 Ready <none> 86s v1.30.2
170+
scw-kapsule-multi-az-pool-fr-par-3-44b14b7bbbd Ready <none> 84s v1.30.2
171+
scw-kapsule-multi-az-pool-fr-par-3-863491657c7 Ready <none> 80s v1.30.2
172172
```
173173

174174
## Nginx ingress controller as a stateless multi-AZ application

0 commit comments

Comments
 (0)