istio-workshop
Istio Workshop
File Explorer
Download Latest Version (.zip)- docker-compose.yml
- Dockerfile-frontenvoy
- Dockerfile-service
- front-envoy.yaml
- README.md
- service-envoy.yaml
- service.py
- start_service.sh
- IGdemo.png
- IGdemoattach.png
- k8sdesign.png
- VPCdemo.png
- README.md
- README_AWS.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- optional.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- boost_mode.png
- cloud_shell.png
- docker_compose_v0.1.svg
- docker_file_sharing.png
- homescreen.png
- homescreen2.png
- k8console.png
- project_name.jpg
- welcomeaccount.png
- deny-guestbook-service.yaml
- guestbook-gateway.yaml
- guestbook-service-503-vs.yaml
- guestbook-service-dest.yaml
- guestbook-service-retry-vs.yaml
- guestbook-ui-80p-v1-vs.yaml
- guestbook-ui-chrome-vs.yaml
- guestbook-ui-delay-vs.yaml
- guestbook-ui-dest.yaml
- guestbook-ui-v1-vs.yaml
- guestbook-ui-vs.yaml
- helloworld-service-80p-v1-vs.yaml
- helloworld-service-dest.yaml
- helloworld-service-v1-vs.yaml
- rate-limits.yaml
- guestbook-deployment.yaml
- guestbook-service.yaml
- guestbook-ui-deployment.yaml
- guestbook-ui-service.yaml
- helloworld-deployment.yaml
- helloworld-service.yaml
- mysql-deployment.yaml
- mysql-service.yaml
- redis-deployment.yaml
- redis-service.yaml
- guestbook-ui-deployment-v2.yaml
- helloworld-deployment-v2.yaml
- add_helm.sh
- README.md
- ..data
- .gitignore
- LICENSE
- README.md
- TROUBLESHOOTING.md
# Installation Guide
1. Get the code
git clone https://github.com/retroryan/istio-workshop
Downloads the entire project code from GitHub to your computer.
cd istio-workshop
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f envoy-front-proxy/docker-compose.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
