Skip to content

isutare412/istio-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Istio Playground

Istio playground with out-of-box MSA servers included.

Deployment

Istio

# Deploy istio operator
make istio-operator

# Deploy istiod, ingress
make istio

# Deploy addons for istio
make istio-addon

Servers

Enable envoy sidecar injection for your namespace.

export MYNS=dev
kubectl label namespace $MYNS istio-injection=enabled

Deploy applications into cluster.

# Deploy user server helm chart
make helm-user

# Deploy api server helm chart
make helm-api

# Deploy consumer helm chart
make helm-consumer

About

Istio playground with out-of-box simple MSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published