This container provides the Istio client istioctl and the Kubernetes client kubectl.
kubectl use when deploying applications by istio like following,
kubectl apply -f <(istioctl kube-inject -f <resource.yaml>)
make
1.1.1
,1.0.0
,latest
: master/Dockerfileubuntu-base
: ubuntu-base/Dockerfile
docker run --rm -it smiyoshi/istioctl:1.1.1 istioctl version
Shunsuke Miyoshi