Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: tell how to deploy demo app in Hubble CLI guide #15973

Merged
merged 1 commit into from
May 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 3 additions & 8 deletions Documentation/gettingstarted/hubble_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,10 @@ across the globe, there is almost always someone available to help.
unsure, run ``cilium status`` and validate that Cilium and Hubble are up and
running.

.. note::

Generate some network traffic
=============================

In order to generate some network traffic, run the connectivity test:

.. code-block:: shell-session

while true; do cilium connectivity test; done
This guide uses examples based on the Demo App. If you would like to run them,
deploy the Demo App first. Please refer to :ref:`gs_http` for more details.

Inspecting the cluster's network traffic with Hubble Relay
==========================================================
Expand Down