forked from barak/tarpoon
Add glide.yaml and vendor deps
This commit is contained in:
parent
db918f12ad
commit
5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions
27
vendor/k8s.io/kubernetes/examples/sysdig-cloud/README.md
generated
vendored
Normal file
27
vendor/k8s.io/kubernetes/examples/sysdig-cloud/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[Sysdig Cloud](http://www.sysdig.com/) is a monitoring, alerting, and troubleshooting platform designed to natively support containerized and service-oriented applications.
|
||||
|
||||
Sysdig Cloud comes with built-in, first class support for Kubernetes. In order to instrument your Kubernetes environment with Sysdig Cloud, you simply need to install the Sysdig Cloud agent container on each underlying host in your Kubernetes cluster. Sysdig Cloud will automatically begin monitoring all of your hosts, apps, pods, and services, and will also automatically connect to the Kubernetes API to pull relevant metadata about your environment.
|
||||
|
||||
# Example Installation Files
|
||||
|
||||
Provided here are two example sysdig.yaml files that can be used to automatically deploy the Sysdig Cloud agent container across a Kubernetes cluster.
|
||||
|
||||
The recommended method is using daemon sets - minimum kubernetes version 1.1.1.
|
||||
|
||||
If daemon sets are not available, then the replication controller method can be used (based on [this hack](https://stackoverflow.com/questions/33377054/how-to-require-one-pod-per-minion-kublet-when-configuring-a-replication-controll/33381862#33381862 )).
|
||||
|
||||
# Latest Files
|
||||
|
||||
See here for the latest maintained and updated versions of these example files:
|
||||
https://github.com/draios/sysdig-cloud-scripts/tree/master/agent_deploy/kubernetes
|
||||
|
||||
# Install instructions
|
||||
|
||||
Please see the Sysdig Cloud support site for the latest documentation:
|
||||
http://support.sysdigcloud.com/hc/en-us/sections/200959909
|
||||
|
||||
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
[]()
|
||||
<!-- END MUNGE: GENERATED_ANALYTICS -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue