Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.76 KB

README.md

File metadata and controls

61 lines (40 loc) · 2.76 KB

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.4/examples/sysdig-cloud/README.md).

Documentation for other releases can be found at releases.k8s.io.

Sysdig Cloud 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).

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

Analytics