On this page
meshctl demo
Reference for the ‘meshctl demo’ command.
meshctl demo
Demo Gloo Mesh Enterprise functionality with two Istio control planes deployed on separate k8s clusters
Synopsis
Bootstrap a multicluster Istio demo with Gloo Mesh.
Running the Gloo Mesh demo setup locally requires 4 tools to be installed and accessible via your PATH: kubectl >= v1.18.8, kind >= v0.8.1, istioctl, and docker. We recommend allocating at least 8GB of RAM for Docker.
This command will bootstrap 2 clusters, one of which will run the Gloo Mesh management-plane as well as Istio, and the other will just run Istio.
Options
-h, --help help for demo
Options inherited from parent commands
--kubeconfig string Path to the kubeconfig file for the cluster.
--kubecontext string Kubernetes context for the cluster to run the command in.
-n, --namespace string Namespace to run the command in. (default "gloo-mesh")
--plain Disable styling for terminal output.
-v, --verbose Enable verbose logging.
SEE ALSO
- meshctl - The Command Line Interface for managing Gloo Mesh in your environment.
- meshctl demo cleanup - Clean up bootstrapped local resources
- meshctl demo setup - Set up a multicluster Istio demo with Gloo Mesh