* First draft getting started
* Added istio-installation and changed bookinfo
* Fix display issue
* Addressed code review comments
* Address more review comments, istio-ca not part of the install
* Use local files instead of raw github files
* Addressed more review comments
* Added note about istioctl and renamed istio-ingress-controller to istio-ingress
* Fix the verb tense
* Rename istio-ingress-controller to istio-ingress
* Fixed installation instructions
* Remove fault injection
* Fix uninstall
* Fix link
* Correct path
* Rbac clarification for alpha and beta versions
* Add more clarity
* Add a dot
* Fix display error
* Fix display error
* Add clarification for Ingress
* Update installation to point to latest release
* Added instructions
* Add more clarity in installation
* Add more clarity in installation
* Get rbac the right way
* First draft getting started
* Added istio-installation and changed bookinfo
* Fix display issue
* Addressed code review comments
* Address more review comments, istio-ca not part of the install
* Use local files instead of raw github files
* Addressed more review comments
* Added note about istioctl and renamed istio-ingress-controller to istio-ingress
* Fix the verb tense
* Rename istio-ingress-controller to istio-ingress
* Fixed installation instructions
* Remove fault injection
* Fix uninstall
* Fix link
* Correct path
* Rbac clarification for alpha and beta versions
* Add more clarity
* Add a dot
* Fix display error
* Fix display error
* Add clarification for Ingress
* Update installation to point to latest release
* Added instructions
* Add more clarity in installation
* Add more clarity in installation
* First draft getting started
* Added istio-installation and changed bookinfo
* Fix display issue
* Addressed code review comments
* Address more review comments, istio-ca not part of the install
* Use local files instead of raw github files
* Addressed more review comments
* Added note about istioctl and renamed istio-ingress-controller to istio-ingress
* Fix the verb tense
* Rename istio-ingress-controller to istio-ingress
* Fixed installation instructions
* Remove fault injection
* Fix uninstall
* Fix link
* Correct path
* Rbac clarification for alpha and beta versions
* Add more clarity
* Add a dot
* Fix display error
* Fix display error
* Add clarification for Ingress
* Update installation to point to latest release
* First draft getting started
* Added istio-installation and changed bookinfo
* Fix display issue
* Addressed code review comments
* Address more review comments, istio-ca not part of the install
* Use local files instead of raw github files
* Addressed more review comments
* Added note about istioctl and renamed istio-ingress-controller to istio-ingress
* Fix the verb tense
* Rename istio-ingress-controller to istio-ingress
* Fixed installation instructions
* Remove fault injection
* Fix uninstall
* Fix link
* Correct path
* Rbac clarification for alpha and beta versions
* Add more clarity
* Add a dot
* Fix display error
* Fix display error
* First draft getting started
* Added istio-installation and changed bookinfo
* Fix display issue
* Addressed code review comments
* Address more review comments, istio-ca not part of the install
* Use local files instead of raw github files
* Addressed more review comments
* Added note about istioctl and renamed istio-ingress-controller to istio-ingress
* Fix the verb tense
* Rename istio-ingress-controller to istio-ingress
* Fixed installation instructions
* Remove fault injection
* Fix uninstall
* Fix link
* Correct path
* Update grafana install instructions.
This PR updates text around accessing the Istio dashboard configured
in the grafana image. It adds a default screenshot of an empty dashboard
and suggests port-forward as the simplest way to access the dashboard.
Fixes#49.
* Address review comments
This PR simplifies some of the task by:
- eliminating non-essential istioctl mixer validation step (now handled in reference docs)
- eliminating the new request_size metric from the rule, as envoy doesn't currently seem to produce non-zero values for request.size
- using grafana for metrics validation (instead of port-forwarding and searching through /metrics)