mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-28 17:57:16 +00:00
Add OpenFaaS Istio port-forward commands
This commit is contained in:
@@ -141,7 +141,7 @@ kubectl create secret generic cert-manager-credentials \
|
||||
--namespace=istio-system
|
||||
```
|
||||
|
||||
Create a letsencrypt issuer for CloudDNS (replace `email@example.com` with a valid email address):
|
||||
Create a letsencrypt issuer for CloudDNS (replace `email@example.com` with a valid email address and `my-gcp-project` with your project ID):
|
||||
|
||||
```yaml
|
||||
apiVersion: certmanager.k8s.io/v1alpha1
|
||||
@@ -553,7 +553,13 @@ HOSTNAME=env-59bf48fb9d-cjsjw
|
||||
HOSTNAME=env-canary-5dffdf4458-4vnn2
|
||||
```
|
||||
|
||||
Tracing the general available release with Jaeger:
|
||||
Access Jaeger dashboard using port forwarding:
|
||||
|
||||
```bash
|
||||
kubectl -n istio-system port-forward deployment/istio-tracing 16686:16686
|
||||
```
|
||||
|
||||
Tracing the general available release:
|
||||
|
||||

|
||||
|
||||
@@ -561,7 +567,13 @@ Tracing the canary release:
|
||||
|
||||

|
||||
|
||||
Monitor ga vs canary success rate and latency with Prometheus and Grafana:
|
||||
Access Grafana using port forwarding:
|
||||
|
||||
```bash
|
||||
kubectl -n istio-system port-forward deployment/grafana 3000:3000
|
||||
```
|
||||
|
||||
Monitor ga vs canary success rate and latency:
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user