Skip to content

skhm/istio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

istio

Istio hands-on

We can run these in katacoda where env is readily available

Steps:

  1. Create config map with command:

kubectl create configmap sidecar-config --from-file=envoy-config=envoy.yaml

  1. Create deployment and service with command:

kubectl create -f deployment.yaml kubectl create -f service.yaml

  1. View istio-init logs

kubectl logs -c istio-init

  1. View envoy logs

kubectl exec -it -c envoy sh

  1. Check service with curl

kubectl get svc (get cluster ip)

curl - output printed curl :8083 - Blackhole cluster should be hit.

About

Istio hands-on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published