Files
seedsidecar/README.md

12 lines
307 B
Markdown

# seedsidecar
Sidecar container to be used in Kubernetes to seed data sources or interact with data.
For usage, check the [example_deployment.yaml](./example_deployment.yaml)
To enter the console of the container run:
```
kubectl -n <namespace> get pods
kubectl -n <namespace> exec -it <podId> -- sh
```