Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions deployment/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ There are two options for running Weave Scope, either you can run the UI locally
ssh -i ~/.ssh/deploy-docs-k8s.pem ubuntu@$master_ip kubectl apply -f 'https://cloud.weave.works/launch/k8s/weavescope.yaml?service-token=<token>'
```

### *(Optional)* Setup Weave Flux
You may optionally choose to configure Weave Flux which allows automatic deployment of changes. Unfortunately it's beyond the scope of this document, but you can read more about it [here](http://www.weave.works/guides/cloud-guide-part-2-deploy-continuous-delivery/).

### *(Optional)* Setup Fluentd + ELK based logging
* Copy the logging manifests
* Start Fluentd, Elasticsearch and Kibana
Expand Down