Container images with demo website that display random dog and cat images Build the image podman build -t random-dogcat:latest . Run the public image form dockerhub podman run -d --name random-dogcat -p 8080:80 docker.io/lundberg88/random-dogcat:latest Run the workload in kubernetes kubectl apply -f workload.yaml