* un-split command lines
* split long text lines
* CA -> Citadel
* update the first paragraph, "you-language" and Service Entries instead of Egress Rules
* fix the subtitle: Egress Rules -> Mesh-external Service Entries
* ServiceEntry -> Service Entry
* add a note that the blog was updated
* Istio 0.3+ -> Istio 0.8+
* changed we/I-language into you-language
* remove mentioning HTTPS as a motivation for TCP egress control
HTTPS is handled now separately by TLS egress control
* replace route/egress rules by virtual services/service entries
* add using MYSQL_DB_HOST and MYSQL_DB_PORT environment variables
* put 1 into backticks
* add an output from the update table command
* instruct the users to apply the default destination rules
* do not use kube-inject in the commands
* add a reminder for users to make sure they applied the default destination rules
* use istioctl replace, update the output
* use bash-inlined service entry with bash variables
* specify a single IP address as a CIDR block with suffix 32
* update the output of deleting the virtual services
* remove kube-inject from deleting a deployment
* instruct the user how to set MYSQL_DB_IP for a local database
* change the update date to 23 of July
* I demonstrate you -> I demonstrate
* add a comma before respectively
* releasearchive -> release archive
* TLS -> HTTPS
* egress rule -> service entry
* remove a redundant empty line
* put the configuration item's path in backticks
* remove future work
* remove "Note:", remove the sentence of the old API to be removed
* data, outside -> data outside
* initial version of Egress Gateway for 1.0
* use HTTPS protocol for the egress gateway ports
* change troubleshouting section regarding mutual TLS
just direct users to read the mutual TLS page regarding troubleshooting
* add egressgateway to .spelling
* remove "let's" prevent the "we language"
* fix lint errors
* rename Cleanup section names to more detailed names, to prevent lint errors
* add a section about directing HTTPS traffic thru egress gateway
* remove istio-system namespace from the HTTPS-related artifacts
* add a section for mutual TLS over HTTPS
* disable mTLS on Istio with mTLS between a sidecar and the egress gateway
* use * as a host in the gateway's definition
* clarify the fact that in HTTPS the original traffic is already encrypted
* use mTLS between sidecar and egress gateway
* use explicit host in gateways instead of *
* add subjectAltNames to the upstream of the sidecar proxy
* unite creating a gateway for mTLS and a destination to set SNI
* add a missing dot
* add destination rule for setting SNI for mTLS to all cases
* add deleting the destination rule for mTLS
* split a long line
* Rewrite the steps to create a service entry in a separate step
* use port 80 in the destionation rule for direct HTTP traffic without TLS origination
* remove redundant ServiceEntry definition
* mention DestinationRule for TLS origination
* rename port tls to tls-cnn
for future definition of multiple servers on the same port
* describe getting Envoy's stastics of istio-egressgateway
Update "Collecting Metrics and Logs" task with new source and destination attributes
Updated based on reviews and added tcp metrics changes too
Update Prometheus Task
Update Using-Istio-Dashboard task
Updated fluentd and servicegraph tasks.
Also update distributed tracing and using-istio-dashboards tasks based
on feedback
Add new picture for servicegraph and indent using-istio-dashboard again
Fixed Linting Errors
Updating based on review
Updating based on review
Adding destination-rule-all-mtls for tcp metrics routing too
Add explanation for Inbound Workloads and Outbound Services for Workload Dashboards
* Update authentication concept doc.
* Fix lint errors.
* Address comments and fixed some links.
* Remove feature stages change from this PR.
I will make a separate PR for it.
* Chinese community translation and fix a markdown error
- Translate community page into Chinese
- Fix https overlay markdown style check error
* fix CI errors
- update Quick Start with Kubernetes
- update Prerequisites and Installation steps
- fix some broken links
* Multicluster: add details on enabling mTLS for control plane and app pods
- describes deployment steps and includes an example deployment with commands
* fix review comments on wording