diff --git a/README.md b/README.md
index 991abb147693541dbb0d6b0381394543724759e4..d09fe4063dcbd96c6626804679b5bd7464425293 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