Hi @karthikbirur,
You’re most welcome - we’re always happy to help!
Would you be able to tell me if the gateway and the dashboard versions remain same all the time.
The Gateway and Dashboard aren’t always the same. However starting with the Tyk v3.0 release Tyk Dashboard and Tyk Gateway will always be aligned for major and minor releases.
I’m not fully aware of the gateway version as it’s hidden from us.
There’s a few different ways to view the different versions of both the Gateway and the Dashboard that you’re running.
My personal preference is just going to your docker-compose.yml and it’ll list the images versions your set up is running i.e image: tykio/tyk-gateway:v3.1.2, image: tykio/tyk-dashboard:v3.1.2. You can also change the these versions this way.
You can hit the /hello
endpoint on the gateway. On your local set up it would be localhost:8080/hello
.
Also locally on your root directory you can run the docker ps
command which also gives which images your Gateway container is running on.
– Valmir