Commit e6f6d258 authored by Chris Crane's avatar Chris Crane

addressed comments

parent cd7f4ab9
[Sysdig Cloud](http://www.sysdig.com/) is the first and only monitoring, alerting, and troubleshooting solution designed from the ground up to provide unprecedented visibility into containerized infrastructures. [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. 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.
......
...@@ -8,9 +8,6 @@ metadata: ...@@ -8,9 +8,6 @@ metadata:
app: sysdig-agent app: sysdig-agent
spec: spec:
template: template:
metadata:
labels:
name: sysdig-agent
spec: spec:
volumes: volumes:
- name: docker-sock - name: docker-sock
......
...@@ -9,9 +9,6 @@ metadata: ...@@ -9,9 +9,6 @@ metadata:
spec: spec:
replicas: 100 #REQUIRED - replace with the maximum number of slave nodes in the cluster replicas: 100 #REQUIRED - replace with the maximum number of slave nodes in the cluster
template: template:
metadata:
labels:
name: sysdig-agent
spec: spec:
volumes: volumes:
- name: docker-sock - name: docker-sock
...@@ -77,4 +74,4 @@ spec: ...@@ -77,4 +74,4 @@ spec:
readOnly: true readOnly: true
- mountPath: /host/usr - mountPath: /host/usr
name: usr-vol name: usr-vol
readOnly: true readOnly: true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment