diff --git a/site/faq.md b/site/faq.md index 1061417ea..2db1afe9e 100644 --- a/site/faq.md +++ b/site/faq.md @@ -8,31 +8,10 @@ search_type: Documentation ## Running Scope in a Kubernetes setting -A simple way to get Scope running in a Kubernetes setting is to - -1. Clone the Scope repo: - - ```sh - git clone https://github.com/weaveworks/scope - cd scope - ``` - -1. Spin up a cluster wherever it suits you. - [Minikube](https://github.com/kubernetes/minikube) is a simple option. -1. Run - - ```sh - kubectl apply -f example/k8s - ``` - - to deploy Scope to your cluster. -1. Port-forward to access `weave-scope-app`: - - ```sh - kubectl port-forward svc/weave-scope-app -n weave 4040:80 - ``` - -1. Point your browser to +This is answered in [our +docs](https://www.weave.works/docs/scope/latest/installing/#k8s). you can +choose between two options, either clone the source of Weave Scope, or use +the YAML manifests from `cloud.weave.works`. ## Disabling Scope Write Access diff --git a/site/installing.md b/site/installing.md index 1a90a5c1e..d4a26b0ac 100644 --- a/site/installing.md +++ b/site/installing.md @@ -168,6 +168,35 @@ Allowable parameters for the launcher URL: The URL is: http://localhost:4040. +### Kubernetes (local clone) + +A simple way to get Scope running in a Kubernetes setting is to + +1. Spin up a cluster wherever it suits you. + [Minikube](https://github.com/kubernetes/minikube) is a simple option. + +1. Clone the Scope repo: + + ```sh + git clone https://github.com/weaveworks/scope + cd scope + ``` + +1. Run + + ```sh + kubectl apply -f example/k8s + ``` + + to deploy Scope to your cluster. +1. Port-forward to access `weave-scope-app`: + + ```sh + kubectl port-forward svc/weave-scope-app -n weave 4040:80 + ``` + +1. Point your browser to + ### OpenShift To install Weave Scope on OpenShift, you first need to login as `system:admin` user with the following command: