skip to content
Alvin Lucillo

Image for temp pod

/ 1 min read

💻 Tech

One of the good images for spinning up a test pod is nginx:alpine. This is because it has curl, nc, and wget utilities that you can use to check connectivity.

k run test --image=nginx:alpine --rm -it --restart=Never -- curl service1:80