Still new to containers and kubernetes here, but I am struggling with cluster deployment in the Google Containers Engine and wondered if you can use the hosted docker node image to deploy containers, so in my .yaml configuration file I would say:
... image: hub.docker.com/r/my-team/my-image:latest ...
Is it possible? Or do you need to upload / build an image locally and then upload it to Google Containers Registery?
Thank you very much
Yes it is possible. A replication template template or special specification image is not special. If you specify image: redis , you will get the last tag of the official Docker Hub Redis library, as if you did docker pull redis .
image: redis
docker pull redis
Source: https://habr.com/ru/post/1236283/More articles:Swift filter for multiple dictionary keys - filterCan someone explain that / ^ (\ -How to resolve an ambiguous display error when using the wma60 service provider? - spring-mvcHamburger Lite Material Menu, not centered in the title - material-design-liteNoSuchModuleError: unable to load plugin: sqlalchemy.dialects: redshift.psycopg2 - python-2.7How to implement Punch Autoprefixer pre-processor? - javascriptErrors fancyrpartplot - rIs it possible to launch a kubernete as a docker container? - windowsIf the statement does not work as expected with a combined enumeration value - debuggingKeyboardView could not be created - androidAll Articles