- 2
- 1 776
Hamza Asif
เข้าร่วมเมื่อ 22 พ.ค. 2014
How to deploy dotnet core app to google cloud Kubernetes Engine
This video demonstrates how to deploy .net core app to google cloud kubernets engine.
You must add docker support to your .net core app.
This video also demonstrates how to solve COPY failed: stat /var/lib/docker/tmp/docker-builder376111839/[Project Name]/[Project Name].csproj: no such file or directory
You must add docker support to your .net core app.
This video also demonstrates how to solve COPY failed: stat /var/lib/docker/tmp/docker-builder376111839/[Project Name]/[Project Name].csproj: no such file or directory
มุมมอง: 1 751
I have followed the same steps at the end getting this below error Deploying SampleProject to Kubernetes Engine Failed to deploy SampleProject to Kubernetes Engine
Check your error logs. This error message is of generic type.
@@hamzaasif9443 Readiness probe failed: Get "": dial tcp connect: connection refused in google cloud getting error like this you have any idea ?
@@gadamsettisrimanikanta sorry i don't have any idea at the moment.
any resoultion to this issue ?
This video is one of the greatest video on Google Cloud Kubernetes Engine. I am not aware of the charging process of Google Cloud. Can you please share if you have any information?
Hi, I have one doubt.. I have connected my SQL Server with .NET API so now if I'm deploying my API in google cloud.... will it fetch data from SQL server which is in my local server.
i think if you used the APIs from your local pc it will fetch from the database but if you try to use the APIs from another computer it will throw errors. you have to buy a cloud mssql and change the connection string in appsettings dot json to the connection string they give you, i know in azure they cost money but i don't know if they exist on google cloud