Skip to content
Snippets Groups Projects
Commit de089c19 authored by Robert Butora's avatar Robert Butora
Browse files

README: adds ref to vlkb-k8s

parent 3aa668a1
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,14 @@ It implements [IVOA SODA v1.0](https://ivoa.net/documents/SODA/20170517/index.ht ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment