Commit Graph

2564 Commits

Author SHA1 Message Date
Douglas Reid 06e4ebb106 Clarify scope of consul install (#2872) 2018-11-15 16:29:16 -08:00
Douglas Reid 196090c3f6 Remove bits about envoy mongo stats (#2886) 2018-11-15 16:24:38 -08:00
Vadim Eisenberg 42c4e21235 Consuming External MongoDB Services (#2347)
* sceleton of the post

* add creating and dropping bookinfo user

* use present tense

* add created/drop ratings collection

* add unsetting of MONGODB_HOST and MONGODB_PORT environment variables

* add a step to check that bookinfo user can get ratings

* fix command line bookinfo v2 deployment

* renamed externalMySQLRatings.png -> externalDBRatings.png

* set the ratings to 1 to provide a visual clue

* rewrite the "access the webpage" section

* add "Egress control for TLS" section

* add "Directing TLS Egress traffic through the egress gateway" section

* add the "Enable Egress MongoDB traffic to arbitrary wildcarded domains" section

* replace cat <<EOF | kubectl apply/create -f - with kubectl apply/create -f - <<EOF

* replace mysql with mongodb in the diagram

* add a section about TCP egress control

* add cleanup of egress entry for TCP

* add location: MESH_EXTERNAL to service entries

* if you have mTLS enabled -> if you want to enable mTLS

* add a section regarding TCP traffic through the egress gateway

* restructure the post to be devided into TCP and TLS sections

* removed mentioning Istio installed with Istio 1.0

* fix indentation

* extend the description of TCP egress control

* fix a link

* expand the explanation on the egress gateway, move the setting IP env variable to the common TCP section

* add unsetting MONGODB_IP to the cleanup section

* do not use a list for one entry

* bookinfo-ratings-v2-mysql-external.svg -> bookinfo-ratings-v2-mongodb-external.svg

* MySQL -> MongoDB

* fix the explanation about the DNS resolution of the TCP service entry

* add an explanation about directing TCP egress traffic thru the egress gateway

* remove future tense

* add a sentence about encrypting TCP traffic with mutual TLS

* application pods -> MongoDB clients

* add explanation about TCP egress without mutual TLS

* protocol is on top of -> protocol runs on top of

* add an explanation about the egress control for mongo protocol on TLS

* add a missing dot

* sidecar proxy directs the traffic to the host -> to the gateway

* remove redundant empty line

* add explanation about TLS through the egress gateway

* add explanation about sidecar proxy -> gateway -> mongo db routing

* subsection -> section

* HTTPS -> MongoDB

* add conclusion

* add a sentence about wildcarded domains to the conclusion

* add wildcarded to .spelling

* add 'wildcards' to .spelling

* fix a title (TCP -> TLS)

* remove a redundant empty line

* linting: do not use italics inside links

* fix the date of the blog post

* fix the weight of the blog post

* improve the titles

* controlling external services -> controlling traffic to external services

* to prevent the password being -> to prevent the password from being

* remove redundant comma

* MongoDB -> MongoDB service

* you deploy a version of ratings -> you will deploy a version... in the next subsection

* simplified description of deploying ratings v2

* simplifie TCP egress traffic alternatives description

* rewrite the motivation for egress gateway

* fix an internal link (direct egress traffic thru an egress gateway)

* to provide you -> to provide yourself

* remove redundant web page refresh instruction

* remove redundant 'to'

* remove redundant explanation about mTLS

* port for direct -> port for directing

* Revert "remove redundant web page refresh instruction"

This reverts commit 2c73a26497.

* MongoDB instance -> MongoDB service

* fix additional dead link

* add an expanation about the SNI proxy

* remove instructions for Istio before 1.0.1

* shorten a title

* our -> your

* organization security requirements -> organization's security requirements

* special -> custom, add a sentence about other TCP/TLS protocols

* move the blog post to advanced examples

* rewrite the blog post as example

* fix an internal link

* Revert "rewrite the blog post as example"

This reverts commit 5369927fd4.

* Revert "move the blog post to advanced examples"

This reverts commit 461c9f679a.

* move the "with mTLS section" after "without mTLS", for TCP egress gateway

* remove 'the' from TCP traffic

* update the date of the blog post

* add an explanation about *.com used in the example

* one per each -> one for each

* fix wording of egress traffic configuration for wildcarded domains

* for the cases -> for cases

* fix the wording of leaving multiple MongoDB hosts as an exercise for the reader

* add an explanation about TCP vs. Mongo protocols

* add "sometimes" in "sometimes the IP of the MongoDB host is not stable..."

* through an egress gateway -> from sidecars to the egress gateway

* capable to route -> capable of routing
2018-11-15 16:01:38 -05:00
Vincent 2f905e7e23 zh/sync: content_zh/docs/examples/advanced-gateways/_index.md (#2882) 2018-11-15 07:05:02 -08:00
Vincent 49868ffcb9 zh/sync: content_zh/docs/examples/multicluster/_index.md (#2883) 2018-11-15 07:04:01 -08:00
Vincent 73e8a3e3a0 zh: /docs/setup/kubernetes/multicluster-install/_index.md (#2880) 2018-11-15 06:59:05 -08:00
John Mazzitelli 9539638274 [Kiali] the API changed - this reflects that change (#2878) 2018-11-14 14:56:21 -05:00
John Mazzitelli c988dbea81 Remove the canned credentials in Kiali Task instructions. (#2841)
* This removes the canned credentials in the instructions. So a user can't just copy-n-paste the instructions and always get the same credentials - they have to enter their own username and passphrase.

* remove reference to the helm readme

* use text-bash

* changes as per review

* need the -n option to echo to correctly base64 encode the creds
2018-11-14 11:34:02 -08:00
Chunlin Yang bf264f1ae6 Delete Service Graph (#2874)
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-11-14 06:59:03 -08:00
Vincent 58c54f2908 zh:content/docs/tasks/security/authz-http/ (#2856)
* temp

* zh:content/docs/tasks/security/authz-http/

* fixed: typo and 404

* re-lint

* re-lint

* re-lint

* re-lint

* re-lint

* re-lint
2018-11-14 06:18:01 -08:00
Venil Noronha 4e9e127c63 docs: add a task for weighted TCP routing (#2865)
This adds a new Task under the Traffic Management module for showcasing
Istio's Weighted TCP Routing feature.

Signed-off-by: Venil Noronha <veniln@vmware.com>
2018-11-13 15:44:49 -05:00
Shriram Rajagopalan 2aa5d863ae Revert "Delete Servicegraph" (#2871)
* Revert "Fix lint error."

This reverts commit e0a98af68c.

* Revert "Delete Servicegraph (#2868)"

This reverts commit ab421f2c39.
2018-11-13 08:15:13 -08:00
mtail e0a98af68c Fix lint error. 2018-11-13 07:58:19 -08:00
Chunlin Yang ab421f2c39 Delete Servicegraph (#2868)
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-11-13 09:40:25 -05:00
Chunlin Yang a3754037b2 Correct Kiali URL (#2869)
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-11-13 09:39:36 -05:00
Shriram Rajagopalan c9a4a6fd11
updating multicluster over gateways (#2847)
* updating multicluster over gateways

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* nits

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* updates

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* cleanup

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* spell check

* more spell fixes

* more fixes

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>
2018-11-13 09:38:05 -05:00
Martin Taillefer 7c791bfc44 Add trulia.com to our exception list, since it is causing a lot of false positive lint failures. (#2864) 2018-11-12 13:44:00 -08:00
John Mazzitelli 31f88bbef9 kiali task - do not rely on the gateway - use port-forward (#2846) 2018-11-12 13:31:36 -08:00
Jonh Wendell 4eeef8afa7 Minimal installation: Fix mixer flags (#2863) 2018-11-12 09:43:47 -08:00
Chunlin Yang 20fbebf20b Add baseURL (#2861)
Signed-off-by: clyang82 <clyang@cn.ibm.com>
2018-11-12 09:37:38 -08:00
Chunlin Yang 12bc629d31 Fix redundant number - 2317 (#2860)
Signed-off-by: clyang82 <clyang@cn.ibm.com>
2018-11-12 09:35:30 -08:00
Junjun Li 2cdc8a66aa zh: sync content/docs/tasks/traffic-management/egress/index.md (#2858) 2018-11-12 05:59:53 -08:00
Chunlin Yang cbdad68418 fix mixer attributes descriptions (#2859)
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-11-12 05:52:25 -08:00
Rigs Caballero c64d38fdda Improve style guide to clarify common issues. (#2857)
* Improve style guide to clarify common issues.

These changes are meant to clarify some common questions I've encountered during
content review. I've also removed the exception for passive voice since there is
no need to obscure the subject of a sentence in documentation. I've also
introduced the concepts of title case and sentence case to align with other
style guides for clarity.
2018-11-09 12:52:50 -08:00
Jonh Wendell 5a505ebd3a Add a 'How to join Slack' FAQ entry (#2855) 2018-11-09 11:12:28 -05:00
Brian Avery 2d2c951563 Fixed authentication example command (#2853) 2018-11-09 11:00:25 -05:00
Frank Budinsky 93a928bc48
Improvements to egress examples (#2850)
* Reorganize egress gateway and TLS origination examples

* More cleanup

* fix circleci errors

* nits

* another nit

* address review comments

* fix broken link
2018-11-08 10:44:10 -05:00
themanifold a514e979db Fixing curl command to set debug mode for proxy (#2836)
Trivial MR: curl command for setting debug mode for proxy should be a POST not a GET
2018-11-07 07:02:49 -08:00
Rigs Caballero a47dc08cf1 Edit and clean the multicluster installation. (#2703)
* Edit and clean the multicluster installation.

Performed a major edit to enhance the clarity and accuracy of the content.
The edits include:
* Consistency and quality-of-content improvements including expanding
  abbreviations on first use, adding or modifying markup for emphasis, and
  adding lists.
* Grammar and spelling fixes including fixing passive voice and missing
  articles.
* Content structure improvements to improve the readability and flow of the
  content.
* Introduced heading tags to make identifying cross-references easier to
  identify and maintain.

Signed-off-by: rcaballeromx <grca@google.com>

* Address typos

Signed-off-by: rcaballeromx <grca@google.com>

* Fix broken links with IDs.

Signed-off-by: rcaballeromx <grca@google.com>

* Implemented tabs for procedural options.

Alongside the tabs implementation, a warning and a note were added based on
comments.
2018-11-06 09:18:56 -08:00
xavierbaude 32f5b2a172 Xavierbaude patch openshift (#2840) 2018-11-06 06:03:01 -08:00
Andy Lai d478874e98 Remove static charts. (#2842)
Now that they are built along with daily releases and they can be found
in
https://gcsweb.istio.io/gcs/istio-prerelease/daily-build/master-latest-daily/charts/ for master
or https://gcsweb.istio.io/gcs/istio-prerelease/daily-build/release-1.1-latest-daily/charts/ for release-1.1.
2018-11-06 05:56:48 -08:00
mtail a251c3d52c Fix some broken Envoy links. 2018-11-06 05:24:49 -08:00
Quanjie Lin bfe4b926ec add note for authz permissive mode documentation (#2835) 2018-11-05 15:03:33 -08:00
x15zhang 534cedde9e correct percent expression (#2837)
correct percent expression
2018-11-05 07:02:14 -08:00
flydragon 396b38cd18 zh: content/docs/reference/config/policy-and-telemetry/adapters/denier (#2656)
* zh: content/docs/reference/config/policy-and-telemetry/adapters/denier

add

Signed-off-by: ylf <1045438139@qq.com>

* re-lint

* re-lint

* zh:  content/docs/reference/config/policy-and-telemetry/adapters/denier

fix typo
fix link

Signed-off-by: ylf <1045438139@qq.com>

* re-lint

* zh: content/docs/reference/config/policy-and-telemetry/adapters/denier

fix links

* re-lint

* zh: denier

fix description

Signed-off-by: ylf <1045438139@qq.com>
2018-11-04 19:45:36 -08:00
flydragon 02ff5a3c8d zh: content/docs/reference/config/policy-and-telemetry/adapters/circ… (#2671)
* zh:  content/docs/reference/config/policy-and-telemetry/adapters/circonus

add

Signed-off-by: ylf <1045438139@qq.com>

* zh:  content/docs/reference/config/policy-and-telemetry/adapters/circonus

fix title style

Signed-off-by: ylf <1045438139@qq.com>

* re-lint

* zh: content/docs/reference/config/policy-and-telemetry/adapters/circonus

fix links

* re-lint

* zh: circonus

fix description

Signed-off-by: ylf <1045438139@qq.com>
2018-11-04 19:44:36 -08:00
Jinming Yue 477c93166f zh: sync docs/tasks/traffic-management/mirrorDing/index.md (#2793)
* zh: sync docs/tasks/traffic-management/mirrorDing/index.md

* fix comments
2018-11-04 19:43:36 -08:00
Jonh Wendell 2b861520eb Use port 8000 for httpbin service everywhere (#2461) 2018-11-01 11:56:45 -07:00
Tim Swanson 2a82133d2d grab_charts.sh: Fix istio/cni repo location and helm repo add for istio/istio helm dependencies (#2827) 2018-11-01 07:16:20 -07:00
Jinming Yue 47ce4b5c30 zh: content_zh/about/notes/_index.md (#2773) 2018-11-01 07:13:01 -07:00
Vincent c622659d3c zh: announcing-1.0.3 (#2822) 2018-11-01 07:12:25 -07:00
Jimmy Song 972069e072 zh: fix typo (#2828)
- Refer to #2741
2018-11-01 07:11:47 -07:00
l10xbin 4b7aaa0013 Update translation for task rate-limiting (#2832) 2018-11-01 07:10:14 -07:00
Frank Budinsky 770bc421b5
A few more improvements to TLS origination example (#2826)
* Improve example subsection titles

* simplify tls origination example

* A few more tweaks
2018-10-31 11:59:17 -04:00
John Mazzitelli 9481a38d6d fix typo in helm install instructions (#2825) 2018-10-31 11:05:56 -04:00
l10xbin 73772acf1a Fix request number wrong in(/docs/tasks/traffic-management/circuit-breaking/) (#2820) 2018-10-31 07:32:05 -07:00
shaobai a637d64641 zh: update content (#2808) 2018-10-31 07:30:42 -07:00
Vincent af72fc066d zh: added-istio 1.0.3 release note (#2821) 2018-10-31 07:30:08 -07:00
Frank Budinsky 6bfefa3c40 Improve egress examples (#2823)
* Improve example subsection titles

* simplify tls origination example
2018-10-31 07:29:26 -07:00
Lee Calcote d6525f1eb9 Updating consistency in capitalization (#2824) 2018-10-31 07:27:58 -07:00