k8s.github.io

Image Security

In this section we will take a look at image security

Image

  apiVersion: v1
  kind: Pod
  metadata:
    name: nginx-pod
  spec:
    containers:
    - name: nginx
      image: nginx

img1

img2

Private Registry