* Add support for a dark color themes.
- The version dropdown is now replaced with a gear dropdown. This dropdown lets you
pick the version of the site to look at, and lets you pick the light or dark color
themes for the site.
- Fixed a rendering glitch on the community page where a stray right and bottom border
was rendered.
* Fix a bunch of content errors.
- Replace links using https://istio.io and / with {{home}} so they work
on staging and archive versions of the site.
- Fix a bunch of preformatted blocks that has extra spaces or incorrect indent
- Replaced usage of "Further reading" with "What's next" to match our convention.
- Fix capitalization style of various headers to match our convention.
- Broke up some preformatted blocks to separate the command-line from the output
in order to make cut & paste easier, per our convention.
* Fix more links.
* initial version of a blog post about Egress TCP traffic
* removed a redundant whitespace
* added introduction and mysql instructions
* changed the page order to be 92
* completed mysql part
* fixed indentation and wording
* added "use the database section", including a diagram
* fixed figure caption
* added Future Work, Further Reading and Empty Conclusion
* updated bookinfo-ratings-v2-mysql-external.svg
* added a remark about the arrows on the updated diagram
* added deleting the egress rule
* added figure of error of Ratings service unavailable
* added Section Egress Rule for external MySQL instance
* fixed heading of "Future Work"
* the initial full version of the blog
* resized the diagram of Bookinfo with MySQL
* added a paragraph about service degradation
* separated the commands and their output
* wording improvements
* fixed the figures according to the new syntax
* fixed the border around details microservice in the image
* final fixes
* fixed mysqlsh strings
* broke additional long mysql lines
* fixed the ration of the images
* remove .DS_Store
* replace istio.io with {{home}}
* make lower case headings and Bookinfo sample application
* fixed the identation in "use the database..." section
* allow the in-mesh applications access -> allow the in-mesh applications to access
* Let me remind you -> As a reminder, here is
* allowed -> sent, sent by -> sent according
* rephrased the sentence about MONGO protocol
* Added a section "relation to mesh expansion".
* added mutual TLS as a benefit of mesh expansion
* sent according to the route rules -> configured according to the route rules
* Update reference docs.
- We now replace instances of https://istio.io with {{site.baseurl}} in imported
reference docs such that the generated site will work properly for staging and for
archive.istio.io
* Fix a bad link.
* Document RBAC set up for ingress key/cert
* Document revision.
* Addressed some review comments.
* Add some revision.
* Add some revision.
* Revise per comment.
* Update ingress.md
* Add documentation for Helm deployment
This adds documentation along with related configuration options for
deploying Istio with the Helm charts.
* Few corrections as suggested during review.
* Fix error in path to install Helm package
* Slight refinement of helm documentation
Fix a typo in the install command and warning clause about automatic
sidecar injection not being implemented.
* added "Relation to Security" section for egress rules task
explain that Egress Rules cannot be a security measure for the traffic to
the external services
* rephrased the paragraph about Egress Rules and security
* make the sentence about the access control shorter
* added "the" to "external services"