From de089c1988ebb9fccd3606b1d175d02be2b4554e Mon Sep 17 00:00:00 2001
From: Robert Butora <robert.butora@inaf.it>
Date: Mon, 3 Mar 2025 16:04:02 +0100
Subject: [PATCH] README: adds ref to vlkb-k8s

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 991abb1..d09fe40 100644
--- a/README.md
+++ b/README.md
@@ -6,14 +6,14 @@ It implements [IVOA SODA v1.0](https://ivoa.net/documents/SODA/20170517/index.ht
 
 When used with [vlkb-siav2](https://ict.inaf.it/gitlab/ViaLactea/vlkb-siav2) they provide complete data-discovery and access solution.
 
-## Launching the service
+## Launching the service (docker, kubernetes)
 
 The vlkb-soda service is available as a docker-image and may be launched as examplified in this [**compose.yaml**](docker/example-compose-soda.yaml). Mount the root of the FITS-file store to internal /srv/datasets directory. Also set the service port-number and ACCESS_CONTEXT_ROOT. To see that the instance is running, access the availability endpoint:
 
 ```bash
 curl --get http://localhost:8004/vlkb/datasets/availability
 ```
-
+Kubernetes manifests are available in [vlkb-k8s](https://ict.inaf.it/gitlab/ViaLactea/vlkb-k8s) project.
 
 ## End-points
 
-- 
GitLab