From 761357a4802cda8a868a27f532538e71255eefb7 Mon Sep 17 00:00:00 2001 From: davidmyriel Date: Mon, 27 Jan 2025 20:32:48 -0500 Subject: [PATCH] Update hybrid-cloud-cluster-creation.md --- .../hybrid-cloud/hybrid-cloud-cluster-creation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-cluster-creation.md b/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-cluster-creation.md index b9af34b40..54c2dbb7f 100644 --- a/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-cluster-creation.md +++ b/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-cluster-creation.md @@ -61,6 +61,12 @@ If you want to retrieve the secret again, you can also use `kubectl`: kubectl get secret qdrant-api-key -o jsonpath="{.data.api-key}" --namespace the-qdrant-namespace | base64 --decode ``` +#### Watch the Video + +In this tutorial, we walk you through the steps to expose your Qdrant database cluster running on Qdrant Hybrid Cloud to external applications or users outside your Kubernetes cluster. Learn how to configure TLS certificates for secure communication, set up authentication, and explore different methods like load balancers, ingress, and port configurations. + + + ### Exposing Qdrant clusters to your client applications You can expose your Qdrant clusters to your client applications using Kubernetes services and ingresses. By default, a `ClusterIP` service is created for each Qdrant cluster.