docs: instructions how to access the console

This commit is contained in:
2023-04-28 20:03:04 +02:00
parent ef50125879
commit 24f6fe9129

View File

@@ -2,4 +2,11 @@
Sidecar container to be used in Kubernetes to seed data sources or interact with data. 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) 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
```