Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 674 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 674 Bytes

Istio Client

Overview

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>)

Build

make

Docker image tags and respective Dockerfile links

Run

docker run --rm -it smiyoshi/istioctl:1.1.1 istioctl version

Author

Shunsuke Miyoshi