Skip to content

sh-miyoshi/istioctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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