Deploying back end java app to ibm cloud kubernates

4/21/2020

I,m trying to deploy a backend java app to ibm cloud and i'm getting this error`FAILED Failed to generate the required files. Please try again.

Could not get list of available Starter Kits. Please try again. [Get https://us-south.devx.cloud.ibm.com/appmanager/v1/starters?tag=notDeveloperConsole: dial tcp: lookup us-south.devx.cloud.ibm.com on 127.0.0.53:53: no such host] ` Please note the app is written in kotlin and ktor

-- ahmed kamar
backend
ibm-cloud
java
kotlin
kubernetes

1 Answer

4/21/2020

dial tcp: lookup us-south.devx.cloud.ibm.com on 127.0.0.53:53: no such host

Looks like your dns server is not working. Try using different dns server.

Look at this StackOverflow question

-- HelloWorld
Source: StackOverflow