Commit Graph

2848 Commits

Author SHA1 Message Date
Jeff Mendoza 0080429510 Add Task for setting up and using the Fluend Mixer adapter. (#905) 2018-01-31 15:44:57 -08:00
imgbot[bot] 0efc17e525 [ImgBot] optimizes images (#903)
*Total -- 319.16kb -> 163.74kb (48.7%)

/_blog/2018/img/externalBookDetails.png -- 225.50kb -> 109.33kb (51.51%)
/_blog/2018/img/errorFetchingBookDetails.png -- 93.67kb -> 54.41kb (41.91%)
2018-01-31 13:49:27 -08:00
Vadim Eisenberg 191263a4c2
Update egress https blog after a review of a technical writer (#906)
* fixed capitalization - make Service Mesh, Egress/Route Rules lowercase

* added missing definite articles

* rephrase the second paragraph

* rephrase the third paragraph

* will work -> work

* I will copy here -> here is a copy of

* whose boundaries -> the boundaries of which, dashed -> dotted

* rephrase the route rule to details v2

* added commas in the "good news" paragraph

* removed hmm

* rewrote the paragraph about the wildcard feature

* will produce -> produces

* rephrases TLS origination

* 443, the port the service listens to -> 443, which is the port...

* kubernetes deployment, container spec -> Kubernetes Deployment spec, container section

* strong identity -> a strong identity

* in order to -> to

* The trick -> the attack

* rephrase "right now we are working"

* the future releases -> future releases

* we are working -> we're working

* change dot to colon in "let's define an egress rule"

* for the sake of example -> for the sake of the example

* Ruby module -> the Ruby module

* additional case of Service Mesh -> service mesh

* added a comma after and

* additional case of the future releases -> future releases
2018-01-31 20:19:59 +02:00
Vadim Eisenberg 535f68b81d Blog Post about HTTPS Egress Traffic in Istio (#881)
* added initial version of Egress HTTPS blog, including adding blog section for 2018

* replace dash with comma

* that has Istio installed -> with Istio installed

* route rule -> Route Rule

* app -> application

* restructured error propagation

* could have gone wrong -> might have gone wrong

* which -> that

* the same -> the previous

* moved "now" after "accessing"

* rephrased "the previous error..."

* rewrote the passage about dynamically defined egress rules, marked some terms in bold

* rephrased "written or configured differently"

* IP -> destination IP

* removed "to secure Egress Rules"

* "to add applying" -> "to enable applying"

* rephrased the passage about no tracing, telemetry, mixer checks

* checkss -> checks, tracing/telemetry -> tracing, telemetry

* logging -> tracing

* rephrased the conclusion section

* e.g -> for example

* added "currently" to "Istio cannot perform filtering"

* allow Istio perform -> allow Istio to perform

* "true" string -> _"true"_

* "Egress Rule" is, it enables -> "Egress Rules" are, they enable, just -> only

* rewrote the sentence about the malicious attack

* ... Mixer checks -> ... Mixer checks for the egress traffic

* updated the date to be 26-th of January

* App -> Application

* cluster -> Kubernetes cluster

* added graceful service degradation

* BookInfo -> Bookinfo

* BookInfo -> Bookinfo in a second place

* Book Details displayed without error -> Book Details displayed correctly

* The issues -> Issues

* no Mixer Checks -> No Mixer Checks in section's title

* on the egress traffic -> for the egress traffic

* on the egress traffic -> for the egress traffic, in the second place

* we achieve -> we have

* added Envoy proxy in parenthesis when talking about Istio sidecar proxy

* completed the https from the app diagram, inside/outside of Istio

* added a figure with HTTPS traffic, from inside/outside of Istio

* added a paragraph about the HTTPS traffic figure

* added a paragraph about the port 443

* added "differently," after configured

* replaced places of "from inside" and "from outside"

since "from outside" appears first on the diagram

* container spec -> the `container` spec

* fixed two links

* moved "to external services" after "traffic"

* the Istio Service Mesh -> an Istio Service Mesh

* traffic between the proxy -> traffic between the pod

* the Istio Service Mesh -> an Istio Service Mesh

* has/have to -> must

* the microservice code -> the code of the microservices

* inside/outside of -> inside/outside

* outside of -> outside (removed of)

* Egress Requests -> egress requests

* added derived from the URL's schema

* URL -> URI, added (https://)

* remove .DS_Store, submitted accidentially

* to outside the cluster -> to destinations outside the cluster

* made "block all the traffic to destinations outside the cluster"

* extended the example about the wildcard match of Egress Rules

www.googleapis.com and fcm.googleapis.com

* replaced "now" with "after deleting the Egress Rule"

* fixed calculating the latest blog, thanks to Martin Teillefer

* removed using istio initializer, since starting from 0.5.0 it requires Kubernetes 1.9

* added mentioning of the Istio version for this blog post

* updated the date to be 31 January 2018

* added mentioning that the example work with or without mTLS

* added a sub-section on a relation to Istio Mutual TLS

* Added: The TLS origination for the external services will work, whether the Istio mutual TLS is enabled or not.

* fixed a link to Egress Rules reference

* added a migration use cases for external services
2018-01-31 09:58:18 -05:00
Jason Young 328343c39f
clarify `sidecar.istio.io/inject` annotation usage (#899)
`sidecar.istio.io/inject` annotation should be applied to the pod template spec and not the controllers, e.g. deployment.
2018-01-30 12:27:38 -08:00
Jason Young 35bbdd55e3 improve documentation for manual sidecar injection (#898)
* add `--dry-run` to manual injection configuration step

* Update sidecar-injection.md
2018-01-30 13:31:03 -05:00
Martin Taillefer fafeefab44
Fix a few links. (#897) 2018-01-30 08:16:52 -08:00
Martin Taillefer 4854fdd800
First push of reference docs using new doc tooling. (#894) 2018-01-30 06:28:49 -08:00
Oliver Liu f426bc7fcb Update the ingress controller task. (#895)
* Improve the ingress controller HTTPS verification spec.

* Small fix.
2018-01-29 19:28:14 -08:00
Martin Taillefer 23b47d9983
Prepare for new generated reference content. (#889)
- Stop using the prism functionality for syntax highlighting since
it doesn't handle embedded links in <pre> blocks, which prevents
cross-linking to type names properly. We now roll our own PRE block
handling.

- Stop drawing a box around inline code elements which substantially improves
the visuals, especially in tables.

- Improve appearance of tables to be a bit cleaner.
2018-01-29 06:44:07 -08:00
Andra Cismaru 9a4fcf4cde
Update sidecar-injection.md follow up (#892)
* Update sidecar-injection.md

* Update sidecar-injection.md
2018-01-27 23:22:54 -08:00
Andra Cismaru d66ba78b91
Update sidecar-injection.md (#891) 2018-01-27 22:31:15 -08:00
Martin Taillefer efb592ba9d
Update from Bootstrap 4 Beta to Bootstrap 4 release. (#890) 2018-01-27 22:03:30 -08:00
Jason Young 350416c7e1 Update sidecar-injection.md (#888) 2018-01-26 22:04:57 -08:00
Jason Young b2688e39b5
update kubernetes sidecar injection setup instructions (#882) 2018-01-26 21:02:41 -08:00
Christian Posta 20dd5a5c54 Fixes https://github.com/istio/istio.github.io/issues/883 for incorrect link to Envoy docs for mirroring (#884) 2018-01-26 10:18:04 -08:00
Hollin Wilkins 5f087ef6a3 Add Envoy high CPU troubleshooting section. (#867) 2018-01-25 14:35:23 -05:00
Georgios Andrianakis 9e6c08bb9a Change the installation instructions for Openshift (#856)
The documentation change here reflects the work that was done on:
https://github.com/istio/istio/pull/2465
and should only be merged IFF the aforementioned PR is merged
2018-01-25 14:33:32 -05:00
Tao Li dc3511ed14 Make pluggable CA feature clearer (#880) 2018-01-23 15:55:54 -08:00
patricekrakow 4613c9d3b4 Update ServiceModel_Versions.svg | Rename the box at the bottom right from << SvcB >> to << SvcB' >> (B prime) as it should be a different variant of the service << serviceB.example.com >>. (#876) 2018-01-19 16:20:21 -08:00
Ross Guarino 4964d46079 Point OPA Adapter documentation at official repo (#878)
The new link should point to the same content but the link is in the official github.com/istio/istio
repository instead of a fork.
2018-01-19 16:16:39 -08:00
Christian Posta 19fbe09d42 Addition of circuit breaking task which fixes (#873)
https://github.com/istio/istio.github.io/issues/872
2018-01-17 10:51:42 -08:00
Hollin Wilkins 9c10bc9175 Revise section on TCP headless service disruption. (#870) 2018-01-12 13:15:34 -08:00
Christian Posta ecf622489a removed referece to istio-egress from the k8s quickstart as that no longer exists. https://github.com/istio/istio/issues/2523 (#864) 2018-01-10 10:41:29 -08:00
Vincent 4bd145d7b0 Add kind field into the yaml files of DestinationPolicy object. (#855) 2018-01-09 16:33:31 -05:00
Christian Posta 37a7372225 Add missing reference docs for Mirror and CORS configuration related to https://github.com/istio/istio/pull/1314 and https://github.com/istio/istio/issues/2359 (#859) 2018-01-09 16:33:08 -05:00
Vadim Eisenberg 4c66684251 fix the definition of sleepWindow: minimum time the circuit will be open. (#863)
Instead of closed as it was previously. The circuit is open = "no traffic".
2018-01-09 16:30:55 -05:00
Guang Ya Liu 52c5ca9206 Added doc for how to get ingress ip and port for IBM Cloud Private. (#861) 2018-01-09 10:55:29 -08:00
Christian Posta 7ef841d0ea Make the required fields for circuit breaking more visible/apparent. (#862) 2018-01-08 21:08:06 -08:00
Christian Posta a43c8e0d08 add couple edits to get working on guest OS -- expose on non-localhost (#857) 2018-01-08 18:31:14 -08:00
Martin Taillefer ba76cf4e46 SCSS cleanup. (#860)
- Delete some unused CSS definitions

- Switch the nav bar link hover color from cyan to the site's overall
$linkHoverColor.
2018-01-08 10:37:01 -08:00
Martin Taillefer 127928a5f8
Improve color consistency of some elements. (#858)
- This affects table headers, button highlighting, and nav bar link highlighting.
They use more consistent coloring now.
2018-01-08 09:42:58 -08:00
Laurent Demailly f68eedb402
Revert "Improve consistency of the coloring of a few elements with the site theme" (#853)
* Revert "Improve consistency of the coloring of a few elements with the site theme. (#851)"

This reverts commit 73dee9e611.
2018-01-07 20:27:00 -08:00
Julien Senon 52343935ca Update side car injection with AWS configuration (#839) 2018-01-07 22:43:21 -05:00
Martin Taillefer 73dee9e611
Improve consistency of the coloring of a few elements with the site theme. (#851) 2018-01-07 19:29:26 -08:00
Laurent Demailly 14ed1e8608
extend copyright to 2018 (#843)
* extend copyright to 2018

* Update LICENSE

* just 2018
2018-01-06 12:28:55 -08:00
Laurent Demailly b300210e82
Update script header to indicate the new location (#841)
* Update script header to indicate the new location

* Typo
2018-01-05 15:37:43 -08:00
Laurent Demailly 0a7f7f80b0
Make the I in istio readable (#776) 2018-01-05 15:19:19 -08:00
Nathan Mittler bafe86f85e Adding links to Envoy docs for protocols (#840)
* Adding links to Envoy docs for protocols

* addressing comments
2018-01-05 09:20:04 -08:00
Laurent Demailly 93fc112206
Fix 404s (#838)
Fixes #837
But we need probably some replacement text

We can’t anyway link to master with line numbers, that wasn’t working
even before we deleted the files

Cc @douglas-reid
2018-01-04 20:10:36 -08:00
Fanghui Qing 957e713a79 Fix the "install" link for istoctl. (#836) 2018-01-04 16:09:12 -08:00
Jasmine Jaksic d1ffee0eab
Update feature-stages.md (#834)
Added the link to per-service mtls
2018-01-04 12:00:53 -08:00
Martin Taillefer 7357b00335 Add a bunch of redirects. (#831) 2018-01-03 20:09:54 -08:00
Jasmine Jaksic 268088721b
Updates to features page (#829)
* Updates to features page

redoing #825

* Update feature-stages.md
2018-01-03 16:51:38 -08:00
Martin Taillefer 831ebfb970
Adjust the height of the header based on the height of the page, instead of on its width. 2018-01-03 16:43:27 -08:00
Martin Taillefer 3d4bb9b9d3 Remove unsightly gap on the home page on mobile. (#828)
I made a last minute change to shrink the header height when on mobile,
but I forgot to compensate for that on the home page, which left a white
gap on the screen. Yuck.
2018-01-03 12:31:39 -05:00
Martin Taillefer aab7fa27a8
Major update of the web site's infrastructure. (#826)
Four major themes to this work:

* Performance. This new site is fast. It loads considerably faster, especially on mobile.
Every pixel is drawn exactly once. Clicking around doesn't result in things jiggling everywhere.

* Navigation. I wanted to make it easier to get around the site, especially on mobile. To that end, we now have:

  - Sticky navigation elements. The top nav bar, the left sidebar and the right TOC are now sticky and remain
on screen even as page content is scrolled.

  - Tabs in the Docs section have been removed and integrated as accordion items in the left sidebar.

* Layout. I moved a bit of content around to make it easier to find and give us some room to grow:

  - The Help page is now replaced with a full Help section. This provides a home for the FAQ, glossary,
bug reporting, and troubleshooting pages.

  - The About page is now replaced with a full About section. This provides a home for the release notes, roadmap, upcoming "in the news" section, etc.

* Design. I tried to improve consistency across the site and provide a slightly lighter feel by minimizing the impact of some design elements. Specifics:

  - Font sizes are now consistent across the site.

  - The site does a much better job at adjusting to different screen sizes which makes the mobile experience better.

  - Accessibility is improved by adding many attributes for screen readers, and by ensuring the site scales properly based on user-selected fonts.
2018-01-03 08:16:28 -08:00
Jason Yee ba4e2fc030 Include traffic-shifting routerule yaml in doc. (#801) 2018-01-03 10:15:51 -05:00
Shriram Rajagopalan 5e01b7652c
add delay to ingress spec. (#798) 2018-01-03 10:14:50 -05:00
Lee Calcote c5801a7653 Update bookinfo.md (#824)
Spelling correction "folloiwng" to "following"
2018-01-01 13:48:07 -08:00