Commit Graph

9 Commits

Author SHA1 Message Date
Peter Jausovec 8d68e08fd3
docs: update the bookinfo screenshots (#15197)
* docs: update the bookinfo screenshots

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>

* Update content/en/docs/tasks/security/authorization/authz-http/index.md

Co-authored-by: Craig Box <craig.box@gmail.com>

---------

Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
Co-authored-by: Craig Box <craig.box@gmail.com>
2024-06-05 19:53:23 -04:00
Eric Van Norman bea8d187e5
Silence curl command (#8773)
* Silence curl command

* Update more files with -sS (adding S to show errors)

* Over-agressive on the -S and causing some tests to fail.

* Remove more curl -S flags
2021-01-20 09:45:50 -08:00
Mariam John 3a9e33542a
Update the `Learn Microservices Using Kubernetes and Istio` example (#8379)
Update this example in the Istio docs as part of writing automated test cases(#7989). The updates
include:

1. Setup a Kubernetes Cluster
- Remove Step-6 since we are installing Istio using the demo profile, access logging is enabled by default
- Step 7 - Updated command for Ingress resource to use Istio's Ingress controller
2. Setup a local computer - fix a small typo
3. Run ratings in docker
 - export USER variable
 - name the ratings container 'my-ratings' so that we can later stop it easily using this name
4.Run Bookinfo with Kubernetes
 - Configure Kubernetes Ingress resources and access your application's webpage (add annotation to use Istio's ingress controller)
 - Fixed output of some commands
5. Monitoring with Istio
 - Remove link to an old blog that is not working.
6. Fixed output of some commands
2020-10-28 09:06:49 -07:00
Bryan Muscedere 106eac2db1
Removal of -it in kubectl commands. (#8216) 2020-09-25 14:30:39 -07:00
Frank Budinsky e9a89c879f
Add owner attribute to docs (#7737)
* Add owner attribute to docs

* remove @
2020-07-15 15:19:40 -07:00
Frank Budinsky e11cf24f0d
Add test: attribute to all md files (#7413) 2020-05-27 09:11:26 -07:00
Adam Miller 43609130ea
Add tutorial modules for enabling Istio, mTLS, versioning, gateway, logging (#6372)
* Added new modules

* Add more modules

* Grammar tweaks

* Tutorial fixes

* Fixed pathing errors and desc.

* Fixed broken steps and typos

* Restore download section

* fixed broken links

* Fixed more broken links

* Fixed linter issue

* PR review fixes

* Remove unwanted json file

* Lots of review fixes
2020-02-11 13:50:44 -08:00
imgbot[bot] 619dc10350
[ImgBot] Optimize images (#6131)
*Total -- 173.46kb -> 133.67kb (22.94%)

/content/en/docs/examples/microservices-istio/bookinfo-kubernetes/bookinfo.png -- 91.13kb -> 70.05kb (23.12%)
/content/en/docs/examples/microservices-istio/production-testing/bookinfo-details-unavailable.png -- 82.33kb -> 63.62kb (22.73%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: Imgbot <help@imgbot.net>
2020-01-31 08:06:45 -08:00
Adam Miller cfacac51b7 Adding tutorial modules: containerize, deploy, and test (#5485)
* Added first draft of three modules

* New links, linter fixes, grammar

* Fixed variable steps, sequencing, removed TODO

* Fixed linter error

* GKE note and config verification steps

* Fixed typo

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/testing-in-production/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/testing-in-production/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/testing-in-production/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/testing-in-production/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/testing-in-production/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-ratings-in-docker/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-ratings-in-docker/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-bookinfo-with-kubernetes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-ratings-in-docker/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/setup-local-computer/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/testing-in-production/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/testing-in-production/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/testing-in-production/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/testing-in-production/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/examples/microservices-istio/run-ratings-in-docker/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Implemented review comments

* Fixed bad link

* Fixed linter failure

* Fixed link and warning indent
2019-12-17 17:26:24 -08:00