Commit de089c19 authored by Robert Butora's avatar Robert Butora
Browse files

README: adds ref to vlkb-k8s

parent 3aa668a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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.
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:
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
```bash
curl --get http://localhost:8004/vlkb/datasets/availability
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
## End-points