https://github.com/gobengo/node-solid-server-k8s
https://github.com/gobengo/node-solid-server-k8s
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gobengo/node-solid-server-k8s
- Owner: gobengo
- Created: 2020-05-20T16:13:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T16:18:52.000Z (over 5 years ago)
- Last Synced: 2025-08-02T05:46:06.529Z (6 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - gobengo/node-solid-server-k8s - (others)
README
# node-solid-server-k8s
Kubernetes configuration for running [node-solid-server](https://github.com/solid/node-solid-server).
Uses [kustomize](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/), which is bundled with `kubectl`.
```
kubectl kustomize github.com/gobengo/node-solid-server-k8s
```
Or, if you have this cloned and are in the repository base directory:
```
kubectl kustomize .
```