I can connect to the application running in my container in Kubernetes, but this was using the load balancing gateway based on the documentation here:
https://cloud.google.com/container-engine/docs/tutorials/http-balancer
Is there a way to run the web server in the Google Container Engine without paying $ 18 per month for a separate balancer?
Try using type: Nodeportfor service. This will open a port on all of your nodes. You can use direct traffic for this port. See https://kubernetes.io/docs/concepts/services-networking/service/
type: Nodeport
Source: https://habr.com/ru/post/1679944/More articles:Recommendations for saving the game when a user logs out of Google Play Services? - androidR-knitr: kable - How to display a table without column names? - rChange product version - tychoR - knitr: kable - удаление отдельных заголовков и добавление одного заголовка на несколько столбцов - rParceler ZipException "duplicate entry" - androidFileNotFoundException for System.ServiceModel.Primitives when using Reflection in the .NET Core DLL containing the associated service reference. - c #How to use an additional Java operator to match multiple subtypes - javaHow to set the time zone for Heroku - timezoneКак я могу получить стек для компиляции моей кодовой базы с помощью clash-ghc? - haskellHow to connect iOS Swift app to hardware devices using socket programming? - iosAll Articles