Run an ad-hoc container

by Administrator  (2018-11-06)
last change: 2018-11-06


From the book "Istio in Action":

kubectl run -i --rm --restart=Never dummy \
--image=dockerqa/curl:ubuntu-trusty --command \
-- sh -c 'curl -s catalog:8080/api/catalog'



all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.