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

getting-started: added helm deployment #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
17 changes: 16 additions & 1 deletion documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ skydive analyzer [--conf etc/skydive.yml]
skydive client
{% endhighlight %}

### Helm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would place this in this file in the kubernetes section
https://github.com/skydive-project/skydive.network/blob/master/documentation/deployment.md


If you are using Kubernetes then you can deploy skydive using helm directly from Git:

```console
helm plugin install https://github.com/aslafy-z/helm-git --version 0.10.0
helm repo add skydive git+https://github.com/skydive-project/skydive@charts
helm repo update
helm install skydive-analyzer skydive/skydive-analyzer
helm install skydive-agent skydive/skydive-agent
kubectl port-forward service/skydive-analyzer 8082:8082
```

Open a browser to http://localhost:8082 to access the analyzer Web UI.

## Vagrant deployment

You can use Vagrant to deploy a Skydive environment with one virtual machine
Expand Down Expand Up @@ -306,4 +321,4 @@ docker run -d --name=grafana -p 3000:3000 skydive/skydive-grafana-datasource
```

For further information, please see the
[plugin README](https://github.com/skydive-project/skydive-grafana-datasource)
[plugin README](https://github.com/skydive-project/skydive-grafana-datasource)