Welcome to the Linux Foundation Forum!

Where do default Kubernetes container images come from

Options

Whenever we specify container images, where are they pulled from by default? For example in exercise 2.4, we are pulling an image called fluent/fluentd. Is there some sort of central registry for default Kubernetes images?

[...]
image: fluent/fluentd

Best Answer

Answers

  • fazlur.khan
    Options

    The typical naming convention for images is:

    registry/useraccount/repository:Tag

    Container runtime has defaults configured. You can override the defaults by specifying full image names or modify the default configurations.

Categories

Upcoming Training