diff --git a/content/help/ops/controlz/index.md b/content/help/ops/controlz/index.md index c2d226e012..5bffd17880 100644 --- a/content/help/ops/controlz/index.md +++ b/content/help/ops/controlz/index.md @@ -22,3 +22,13 @@ Here's sample of the ControlZ interface: The `--ctrlz_port` and `--ctrlz_address` command-line options can be given when starting a component to control the specific address and port where ControlZ should be exposed. + +To access the ControlZ page of deployed components (i.e. Mixer, Galley, Pilot), you can port-forward their ControlZ endpoints +locally and connect through your local browser: + +{{< text bash >}} +$ kubectl port-forward -n istio-system 9876:9876 +{{< /text >}} + +This will redirect the component's ControlZ page to ```http://localhost:9876``` for remote access. +