diff --git a/README.md b/README.md index 6b5d757..99744f2 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,11 @@ 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) \ No newline at end of file +For usage, check the [example_deployment.yaml](./example_deployment.yaml) + +To enter the console of the container run: +``` +kubectl -n get pods + +kubectl -n exec -it -- sh +``` \ No newline at end of file