DEV Community

Kong Microservices Api Gateway with Docker

Mert Simsek on December 24, 2018

In recent years, all of us mention about the microservices, try to refer this way in our companies. To refer the microservices, there are plenty of...
Collapse
 
alex_barashkov profile image
Alex Barashkov

Good article! My personal feeling is the better use UI such as Konga to do and learn Kong.

Collapse
 
_mertsimsek profile image
Mert Simsek

I appreciate that. In fact, my goal is going to the roots of the Kong for next step. As you said, Konga is useful UI.

Collapse
 
casimirrex profile image
casimirrex

docker run --rm --network=kong-net -e "KONG_DATABASE=postgres" -e "KONG_PG_HOST=kong-database" -e "KONG_CASSANDRA_CONTACT_POINTS=kong-database" kong:latest kong migrations up Unable to find image 'kong:latest' locally
latest: Pulling from library/kong
0a6724ff3fcd: Pull complete 274efec6805c: Pull complete 87d5cdce85c4: Pull complete 83d64491ed12: Pull complete Digest: sha256:255db29e37ed7db52d0599252e635e6757480b28ea3b0973d535813fec153297
Status: Downloaded newer image for kong:latest
Error: [PostgreSQL error] failed to retrieve PostgreSQL server_version_num: temporary failure in name resolution

Collapse
 
axelsean profile image
Dave Betterton

Without a detailed discussion of services this doesn't actually provide value

Collapse
 
casimirrex profile image
casimirrex

why i am getting this error