I followed the instruction at for a quick start setup using helm chart to configure a Tyk Open Source API gateway. I got the pods up running. However when trying to access the pod gateway-tyk-oss-tyk-gateway-7dd5c9d6c6-mvqr5, I ran into the issue below:
$ kubectl -n tyk-oss get pods
NAME READY STATUS RESTARTS AGE
gateway-tyk-oss-tyk-gateway-7dd5c9d6c6-mvqr5 1/1 Running 0 22h
tyk-redis-master-0 1/1 Running 0 22h
tyk-redis-replicas-0 1/1 Running 0 22h
tyk-redis-replicas-1 1/1 Running 0 22h
tyk-redis-replicas-2 1/1 Running 0 22h
$ kubectl -n tyk-oss exec -it gateway-tyk-oss-tyk-gateway-7dd5c9d6c6-mvqr5 bash
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] – [COMMAND] instead.
Defaulted container “gateway-tyk-gateway” out of: gateway-tyk-gateway, setup-directories (init)
error: Internal error occurred: error executing command in container: Internal error occurred: error executing command in container: Internal error occurred: error executing command in container: failed to exec in container: failed to start exec “3ae6fb9ab27c5f8328b10b71102bcf5519a667de94799956d96f54c751e91fc5”: OCI runtime exec failed: exec failed: unable to start container process: exec: “bash”: executable file not found in $PATH: unknown
Please let me know how I can access the pod. Thanks!