From 24f6fe91292e7241adc0ca894c0b21c8f6220fc8 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 28 Apr 2023 20:03:04 +0200 Subject: [PATCH] docs: instructions how to access the console --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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