Created
February 7, 2017 21:35
-
-
Save checketts/285135b6fd6de0c192a22934d53fb7af to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kind": "PodList", | |
"apiVersion": "v1", | |
"metadata": { | |
"selfLink": "/api/v1/pods", | |
"resourceVersion": "27074399" | |
}, | |
"items": [ | |
{ | |
"metadata": { | |
"name": "drydock-2582274429-3q0yg", | |
"generateName": "drydock-2582274429-", | |
"namespace": "drydock", | |
"selfLink": "/api/v1/namespaces/drydock/pods/drydock-2582274429-3q0yg", | |
"uid": "62dcd60a-ecd0-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26684957", | |
"creationTimestamp": "2017-02-07T00:57:23Z", | |
"labels": { | |
"app": "drydock", | |
"pod-template-hash": "2582274429" | |
}, | |
"annotations": { | |
"appVersion": "1.0.558_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"drydock\",\"name\":\"drydock-2582274429\",\"uid\":\"44c4cc84-ecd0-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26684615\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "drydock-2582274429", | |
"uid": "44c4cc84-ecd0-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-s3lu7", | |
"secret": { | |
"secretName": "default-token-s3lu7", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "drydock", | |
"image": "dregs.domosoftware.net/public/drydock:1.0.558_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "dev1" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,dev1,dev1_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "drydock.domorig.io" | |
}, | |
{ | |
"name": "K8S_MASTER_TOKEN", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "drydock", | |
"key": "k8spassword" | |
} | |
} | |
}, | |
{ | |
"name": "JWT_SECRET", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "drydock", | |
"key": "jwtsecret" | |
} | |
} | |
}, | |
{ | |
"name": "CONFIG_SERVER_ENCRYPT_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "drydock", | |
"key": "encryptkey" | |
} | |
} | |
}, | |
{ | |
"name": "SPRING_DATASOURCE_PASSWORD", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "drydock", | |
"key": "dbpassword" | |
} | |
} | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-s3lu7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/health", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "elector", | |
"image": "gcr.io/google_containers/leader-elector:0.4", | |
"args": [ | |
"--election=drydock", | |
"--http=localhost:4040" | |
], | |
"ports": [ | |
{ | |
"containerPort": 4040, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-s3lu7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-4.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:57:23Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:58:04Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:57:23Z" | |
} | |
], | |
"hostIP": "10.12.8.4", | |
"podIP": "192.168.2.22", | |
"startTime": "2017-02-07T00:57:23Z", | |
"containerStatuses": [ | |
{ | |
"name": "drydock", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T00:57:35Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/drydock:1.0.558_master", | |
"imageID": "docker://sha256:b63bdd0e72bc3090252fada9db00feb7ab9f69be10a2bc3556e1422e848726d2", | |
"containerID": "docker://47c5668d3777d226d3df210aa2132b6f2a0e9a0d7de7787ecc82e829f1323428" | |
}, | |
{ | |
"name": "elector", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T00:57:57Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/leader-elector:0.4", | |
"imageID": "docker://sha256:08342cee2851ce98e7344aec6f71e00f3d6c6328704a2cf27e536af07ac15fb2", | |
"containerID": "docker://e5813680eadf3f245675b7772661b34b3f9015dd8bf8df5db2f7b34b810b0f53" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "drydock-2582274429-rhprh", | |
"generateName": "drydock-2582274429-", | |
"namespace": "drydock", | |
"selfLink": "/api/v1/namespaces/drydock/pods/drydock-2582274429-rhprh", | |
"uid": "44c6393b-ecd0-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26684611", | |
"creationTimestamp": "2017-02-07T00:56:33Z", | |
"labels": { | |
"app": "drydock", | |
"pod-template-hash": "2582274429" | |
}, | |
"annotations": { | |
"appVersion": "1.0.558_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"drydock\",\"name\":\"drydock-2582274429\",\"uid\":\"44c4cc84-ecd0-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26684202\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "drydock-2582274429", | |
"uid": "44c4cc84-ecd0-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-s3lu7", | |
"secret": { | |
"secretName": "default-token-s3lu7", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "drydock", | |
"image": "dregs.domosoftware.net/public/drydock:1.0.558_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "dev1" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,dev1,dev1_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "drydock.domorig.io" | |
}, | |
{ | |
"name": "K8S_MASTER_TOKEN", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "drydock", | |
"key": "k8spassword" | |
} | |
} | |
}, | |
{ | |
"name": "JWT_SECRET", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "drydock", | |
"key": "jwtsecret" | |
} | |
} | |
}, | |
{ | |
"name": "CONFIG_SERVER_ENCRYPT_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "drydock", | |
"key": "encryptkey" | |
} | |
} | |
}, | |
{ | |
"name": "SPRING_DATASOURCE_PASSWORD", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "drydock", | |
"key": "dbpassword" | |
} | |
} | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-s3lu7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/health", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "elector", | |
"image": "gcr.io/google_containers/leader-elector:0.4", | |
"args": [ | |
"--election=drydock", | |
"--http=localhost:4040" | |
], | |
"ports": [ | |
{ | |
"containerPort": 4040, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-s3lu7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-41.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:56:33Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:57:23Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:56:33Z" | |
} | |
], | |
"hostIP": "10.12.8.41", | |
"podIP": "192.168.232.138", | |
"startTime": "2017-02-07T00:56:33Z", | |
"containerStatuses": [ | |
{ | |
"name": "drydock", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T00:56:44Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/drydock:1.0.558_master", | |
"imageID": "docker://sha256:b63bdd0e72bc3090252fada9db00feb7ab9f69be10a2bc3556e1422e848726d2", | |
"containerID": "docker://f9248f6859e8bf5a6c946243a41f1429b3414c9dcf4ea13ccf19f853d131e019" | |
}, | |
{ | |
"name": "elector", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T00:57:13Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/leader-elector:0.4", | |
"imageID": "docker://sha256:08342cee2851ce98e7344aec6f71e00f3d6c6328704a2cf27e536af07ac15fb2", | |
"containerID": "docker://7da65e57659ded5ec4d8fd8b68d61029ee14fe678cb6d95625cfda9916e9f06e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "postgres-3075322852-do1hi", | |
"generateName": "postgres-3075322852-", | |
"namespace": "drydock", | |
"selfLink": "/api/v1/namespaces/drydock/pods/postgres-3075322852-do1hi", | |
"uid": "744438fd-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26325383", | |
"creationTimestamp": "2017-02-06T06:49:49Z", | |
"labels": { | |
"app": "postgres", | |
"pod-template-hash": "3075322852" | |
}, | |
"annotations": { | |
"appVersion": "9.6.0", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"drydock\",\"name\":\"postgres-3075322852\",\"uid\":\"88f5590f-e813-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26323303\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "postgres-3075322852", | |
"uid": "88f5590f-e813-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "pg-data", | |
"awsElasticBlockStore": { | |
"volumeID": "vol-0aa538b8e50218c62", | |
"fsType": "ext4" | |
} | |
}, | |
{ | |
"name": "postgres-token-mu4dg", | |
"secret": { | |
"secretName": "postgres-token-mu4dg", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "postgres", | |
"image": "postgres:9.6.0", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 5432, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "PGDATA", | |
"value": "/var/lib/postgresql/data/pgdata" | |
}, | |
{ | |
"name": "POSTGRES_USER", | |
"value": "drydock" | |
}, | |
{ | |
"name": "POSTGRES_PASSWORD", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "drydock", | |
"key": "dbpassword" | |
} | |
} | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "200Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "pg-data", | |
"mountPath": "/var/lib/postgresql/data" | |
}, | |
{ | |
"name": "postgres-token-mu4dg", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 5432 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "postgres", | |
"serviceAccount": "postgres", | |
"nodeName": "ip-10-12-8-123.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:50Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:30Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:49Z" | |
} | |
], | |
"hostIP": "10.12.8.123", | |
"podIP": "192.168.65.117", | |
"startTime": "2017-02-06T06:49:50Z", | |
"containerStatuses": [ | |
{ | |
"name": "postgres", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:23Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "postgres:9.6.0", | |
"imageID": "docker://sha256:bff88803c2dfb3174fc38adef3a080640e89c712e4d5b902582bf5d4a66738a0", | |
"containerID": "docker://35884efb3058c1345c27ea8eac4464503aea7b27fa2c807c297307b3c2299206" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apicontent-1567658873-hdsck", | |
"generateName": "apicontent-1567658873-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/apicontent-1567658873-hdsck", | |
"uid": "31471015-ed67-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27022068", | |
"creationTimestamp": "2017-02-07T18:56:54Z", | |
"labels": { | |
"app": "apicontent", | |
"pod-template-hash": "1567658873" | |
}, | |
"annotations": { | |
"appVersion": "1.0.6047_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"apicontent-1567658873\",\"uid\":\"3145cbae-ed67-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27021477\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apicontent-1567658873", | |
"uid": "3145cbae-ed67-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apicontent", | |
"image": "dregs.domosoftware.net/public/apicontent:1.0.6047_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-24.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T18:56:54Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T18:58:25Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T18:56:54Z" | |
} | |
], | |
"hostIP": "10.12.8.24", | |
"podIP": "192.168.138.78", | |
"startTime": "2017-02-07T18:56:54Z", | |
"containerStatuses": [ | |
{ | |
"name": "apicontent", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T18:57:16Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apicontent:1.0.6047_master", | |
"imageID": "docker://sha256:90a85b9ddb880b5f7cf071d9fbf5245310bc61b421ebc7cfcc7efd7cafdb2385", | |
"containerID": "docker://083cdf71aab3ea55a27129d14be86074b6c778738ba8433408841f80ca520242" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apidata-2075168245-1u8av", | |
"generateName": "apidata-2075168245-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/apidata-2075168245-1u8av", | |
"uid": "3ead6e73-ed6a-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27029042", | |
"creationTimestamp": "2017-02-07T19:18:45Z", | |
"labels": { | |
"app": "apidata", | |
"pod-template-hash": "2075168245" | |
}, | |
"annotations": { | |
"appVersion": "1.0.4715_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"apidata-2075168245\",\"uid\":\"3eac3bf5-ed6a-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27028325\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apidata-2075168245", | |
"uid": "3eac3bf5-ed6a-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apidata", | |
"image": "dregs.domosoftware.net/public/apidata:1.0.4715_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-119.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T19:18:45Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T19:20:16Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T19:18:45Z" | |
} | |
], | |
"hostIP": "10.12.8.119", | |
"podIP": "192.168.199.171", | |
"startTime": "2017-02-07T19:18:45Z", | |
"containerStatuses": [ | |
{ | |
"name": "apidata", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T19:19:09Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apidata:1.0.4715_master", | |
"imageID": "docker://sha256:fa2da82061bebbd2132e0b805b3695c8cd1b65af505f6efeb3cb7adb47b98f82", | |
"containerID": "docker://2d9c824a2292da4e7126b3bc7701ed06970e190882a4d9043e24c7cc90a0dd27" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apiidentity-1010275523-g3ohs", | |
"generateName": "apiidentity-1010275523-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/apiidentity-1010275523-g3ohs", | |
"uid": "b4c9174f-ed58-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26979733", | |
"creationTimestamp": "2017-02-07T17:13:12Z", | |
"labels": { | |
"app": "apiidentity", | |
"pod-template-hash": "1010275523" | |
}, | |
"annotations": { | |
"appVersion": "1.0.530_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"apiidentity-1010275523\",\"uid\":\"b4c7dcf6-ed58-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26979400\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apiidentity-1010275523", | |
"uid": "b4c7dcf6-ed58-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apiidentity", | |
"image": "dregs.domosoftware.net/public/apiidentity:1.0.530_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-43.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T17:13:12Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T17:14:03Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T17:13:12Z" | |
} | |
], | |
"hostIP": "10.12.8.43", | |
"podIP": "192.168.228.186", | |
"startTime": "2017-02-07T17:13:12Z", | |
"containerStatuses": [ | |
{ | |
"name": "apiidentity", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T17:13:30Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apiidentity:1.0.530_master", | |
"imageID": "docker://sha256:3f89c9160b71152f5e6bd53aa170a452d9ae1554f53f84c49f4b72b115788fed", | |
"containerID": "docker://557f0eaba6d325223a9b031072cb282258624c577276c642041fd59b19bf0c53" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apilibrary-3381891931-1o9e4", | |
"generateName": "apilibrary-3381891931-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/apilibrary-3381891931-1o9e4", | |
"uid": "bffa0d9b-ed74-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27054883", | |
"creationTimestamp": "2017-02-07T20:33:57Z", | |
"labels": { | |
"app": "apilibrary", | |
"pod-template-hash": "3381891931" | |
}, | |
"annotations": { | |
"appVersion": "1.0.2930_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"apilibrary-3381891931\",\"uid\":\"bfec4491-ed74-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27054364\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apilibrary-3381891931", | |
"uid": "bfec4491-ed74-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apilibrary", | |
"image": "dregs.domosoftware.net/public/apilibrary:1.0.2930_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-40.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:33:57Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:35:07Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:33:57Z" | |
} | |
], | |
"hostIP": "10.12.8.40", | |
"podIP": "192.168.21.88", | |
"startTime": "2017-02-07T20:33:57Z", | |
"containerStatuses": [ | |
{ | |
"name": "apilibrary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:34:19Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apilibrary:1.0.2930_master", | |
"imageID": "docker://sha256:3a4b3407ce81023d83ba44d2d17d25857b10cfd91ac4bdd6c6e1ffb5e1307993", | |
"containerID": "docker://736786d9d3b6e96d5b325ded94f4a41f44278c6f92ddba5bc14f0d570c3d0879" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apisocial-3878064519-lovuv", | |
"generateName": "apisocial-3878064519-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/apisocial-3878064519-lovuv", | |
"uid": "eb5c45ab-ecf5-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26767102", | |
"creationTimestamp": "2017-02-07T05:26:04Z", | |
"labels": { | |
"app": "apisocial", | |
"pod-template-hash": "3878064519" | |
}, | |
"annotations": { | |
"appVersion": "1.0.5478_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"apisocial-3878064519\",\"uid\":\"eb55d43a-ecf5-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26766546\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apisocial-3878064519", | |
"uid": "eb55d43a-ecf5-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apisocial", | |
"image": "dregs.domosoftware.net/public/apisocial:1.0.5478_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-61.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T05:26:04Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T05:27:34Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T05:26:04Z" | |
} | |
], | |
"hostIP": "10.12.8.61", | |
"podIP": "192.168.85.200", | |
"startTime": "2017-02-07T05:26:04Z", | |
"containerStatuses": [ | |
{ | |
"name": "apisocial", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T05:26:28Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apisocial:1.0.5478_master", | |
"imageID": "docker://sha256:0a8d7fdf6e5c8859a6c035e413e6b91a56eae95e6fddb514214bf1b9977f9106", | |
"containerID": "docker://4ff796d1be1e714eb20a2227329ccc6b28ca1eca0efb14750add0e92a681a82a" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "audit-2339277469-zws6f", | |
"generateName": "audit-2339277469-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/audit-2339277469-zws6f", | |
"uid": "ba336550-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052336", | |
"creationTimestamp": "2017-02-07T20:26:38Z", | |
"labels": { | |
"app": "audit", | |
"pod-template-hash": "2339277469" | |
}, | |
"annotations": { | |
"appVersion": "1.0.177_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"audit-2339277469\",\"uid\":\"ba238453-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051208\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "audit-2339277469", | |
"uid": "ba238453-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "audit", | |
"image": "dregs.domosoftware.net/public/audit:1.0.177_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-15.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:26:38Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:28:08Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:26:38Z" | |
} | |
], | |
"hostIP": "10.12.8.15", | |
"podIP": "192.168.174.202", | |
"startTime": "2017-02-07T20:26:38Z", | |
"containerStatuses": [ | |
{ | |
"name": "audit", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:26:55Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/audit:1.0.177_master", | |
"imageID": "docker://sha256:55eb9e024a4533779c201f3fcdbd8f07d0eceafbd1efbb6abcbfa753b2024e5c", | |
"containerID": "docker://f9986dbadec212384576d1e351716136c69b6cfc7b416d1c5734718ea19fd273" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "clamav-2226079183-jh4ba", | |
"generateName": "clamav-2226079183-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/clamav-2226079183-jh4ba", | |
"uid": "7bf45d32-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324367", | |
"creationTimestamp": "2017-02-06T06:50:02Z", | |
"labels": { | |
"app": "clamav", | |
"pod-template-hash": "2226079183" | |
}, | |
"annotations": { | |
"appVersion": "0.0.1_2", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"clamav-2226079183\",\"uid\":\"f69fb636-ebda-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26323849\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "clamav-2226079183", | |
"uid": "f69fb636-ebda-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "clamav-token-6teaj", | |
"secret": { | |
"secretName": "clamav-token-6teaj", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "clamav", | |
"image": "dregs.domosoftware.net/public/clamav:0.0.1_2", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 3310, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "512Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "512Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "clamav-token-6teaj", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 3310 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "clamav", | |
"serviceAccount": "clamav", | |
"nodeName": "ip-10-12-8-70.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:02Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:51:12Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:02Z" | |
} | |
], | |
"hostIP": "10.12.8.70", | |
"podIP": "192.168.113.183", | |
"startTime": "2017-02-06T06:50:02Z", | |
"containerStatuses": [ | |
{ | |
"name": "clamav", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:51Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/clamav:0.0.1_2", | |
"imageID": "docker://sha256:df999896b65cc49cc90623bef59b5a2290deb876f9e28c71198430697e895bb3", | |
"containerID": "docker://c91da4a29517961c338c3f90095f583187a21a1da38e432d712432d6860a6d17" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "containermanager-1648598388-p951k", | |
"generateName": "containermanager-1648598388-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/containermanager-1648598388-p951k", | |
"uid": "412672cf-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26140942", | |
"creationTimestamp": "2017-02-05T19:42:40Z", | |
"labels": { | |
"app": "containermanager", | |
"pod-template-hash": "1648598388" | |
}, | |
"annotations": { | |
"appVersion": "0.2.2659_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"containermanager-1648598388\",\"uid\":\"41256809-ebdb-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26140440\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "containermanager-1648598388", | |
"uid": "41256809-ebdb-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "containermanager", | |
"image": "dregs.domosoftware.net/public/containermanager:0.2.2659_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-71.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:42:40Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:43:40Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:42:40Z" | |
} | |
], | |
"hostIP": "10.12.8.71", | |
"podIP": "192.168.10.120", | |
"startTime": "2017-02-05T19:42:40Z", | |
"containerStatuses": [ | |
{ | |
"name": "containermanager", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:42:52Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/containermanager:0.2.2659_master", | |
"imageID": "docker://sha256:7ff8c318703aeda7d7f80c9b9846199f1c6f286251f59b2a17785cb96e229fe0", | |
"containerID": "docker://62063bb36ec9d41dc39164b6e6042b048445ad9e4be62022d560990aea2a7741" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "custcol-1317899892-tg3vu", | |
"generateName": "custcol-1317899892-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/custcol-1317899892-tg3vu", | |
"uid": "78613be8-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324611", | |
"creationTimestamp": "2017-02-06T06:49:56Z", | |
"labels": { | |
"app": "custcol", | |
"pod-template-hash": "1317899892" | |
}, | |
"annotations": { | |
"appVersion": "1.0.108_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"custcol-1317899892\",\"uid\":\"2a1a33e5-ebdb-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26323574\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "custcol-1317899892", | |
"uid": "2a1a33e5-ebdb-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "custcol", | |
"image": "dregs.domosoftware.net/public/custcol:1.0.108_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-46.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:56Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:52:06Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:56Z" | |
} | |
], | |
"hostIP": "10.12.8.46", | |
"podIP": "192.168.110.198", | |
"startTime": "2017-02-06T06:49:56Z", | |
"containerStatuses": [ | |
{ | |
"name": "custcol", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:22Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/custcol:1.0.108_master", | |
"imageID": "docker://sha256:d31752cceea408819c9037d737abb610842d314e5a0d14e3bf7eedc3d445d98f", | |
"containerID": "docker://a02eeefd59ed8277b071466a83580f1d5e43aec413578f0ddccfe86633d61366" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "datahub-1810271731-zhmoo", | |
"generateName": "datahub-1810271731-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/datahub-1810271731-zhmoo", | |
"uid": "c130996b-ed78-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27064261", | |
"creationTimestamp": "2017-02-07T21:02:37Z", | |
"labels": { | |
"app": "datahub", | |
"pod-template-hash": "1810271731" | |
}, | |
"annotations": { | |
"appVersion": "1.0.1203_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"datahub-1810271731\",\"uid\":\"c12d46f8-ed78-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27063854\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "datahub-1810271731", | |
"uid": "c12d46f8-ed78-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "datahub", | |
"image": "dregs.domosoftware.net/public/datahub:1.0.1203_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-80.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:02:37Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:03:27Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:02:37Z" | |
} | |
], | |
"hostIP": "10.12.8.80", | |
"podIP": "192.168.33.53", | |
"startTime": "2017-02-07T21:02:37Z", | |
"containerStatuses": [ | |
{ | |
"name": "datahub", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:03:01Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/datahub:1.0.1203_master", | |
"imageID": "docker://sha256:ddbb66fd93a23783291c4ef03752ab579fc32ce22e9fc699c3b3f8f5b928b039", | |
"containerID": "docker://c9339dbd22c6036737ab0342a80b1349d4ae2e82f2fd14f388857d11299a6c39" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fileimport-2856836392-vtao1", | |
"generateName": "fileimport-2856836392-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/fileimport-2856836392-vtao1", | |
"uid": "2a9d47dc-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26141328", | |
"creationTimestamp": "2017-02-05T19:42:02Z", | |
"labels": { | |
"app": "fileimport", | |
"pod-template-hash": "2856836392" | |
}, | |
"annotations": { | |
"appVersion": "1.0.275_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"fileimport-2856836392\",\"uid\":\"2a9c594a-ebdb-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26140036\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "fileimport-2856836392", | |
"uid": "2a9c594a-ebdb-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fileimport", | |
"image": "dregs.domosoftware.net/public/fileimport:1.0.275_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "sftp", | |
"containerPort": 9722, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "smtp", | |
"containerPort": 9725, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-71.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:42:03Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:45:04Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:42:03Z" | |
} | |
], | |
"hostIP": "10.12.8.71", | |
"podIP": "192.168.10.98", | |
"startTime": "2017-02-05T19:42:03Z", | |
"containerStatuses": [ | |
{ | |
"name": "fileimport", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:42:36Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/fileimport:1.0.275_master", | |
"imageID": "docker://sha256:b9c30d61100d97918a65c837541cc25aefa21b220e115fa527b239c25ce7678f", | |
"containerID": "docker://aa3ddb0a634b2c607899598f07d67f2ce8992feb314e3127e092be1486227575" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "genus-1341623175-p3wwo", | |
"generateName": "genus-1341623175-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/genus-1341623175-p3wwo", | |
"uid": "03bbe9a7-ed49-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26940699", | |
"creationTimestamp": "2017-02-07T15:20:53Z", | |
"labels": { | |
"app": "genus", | |
"pod-template-hash": "1341623175" | |
}, | |
"annotations": { | |
"appVersion": "2.0.0_master.654", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"genus-1341623175\",\"uid\":\"03b9dbc5-ed49-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26940299\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "genus-1341623175", | |
"uid": "03b9dbc5-ed49-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "genus", | |
"image": "dregs.domosoftware.net/public/genus:2.0.0_master.654", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-41.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:20:53Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:21:53Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:20:53Z" | |
} | |
], | |
"hostIP": "10.12.8.41", | |
"podIP": "192.168.232.139", | |
"startTime": "2017-02-07T15:20:53Z", | |
"containerStatuses": [ | |
{ | |
"name": "genus", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T15:21:14Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/genus:2.0.0_master.654", | |
"imageID": "docker://sha256:662d7743352a45828b9c5a3933c09179546e3bdb0647385f1fd52e3a2c02841d", | |
"containerID": "docker://48eaaaca85743460d6a9e6237505905b4ce91e91dd007202f70bf5e2400abd55" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "genusadvanced-3406140941-bdifv", | |
"generateName": "genusadvanced-3406140941-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/genusadvanced-3406140941-bdifv", | |
"uid": "b6802716-ed51-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26960301", | |
"creationTimestamp": "2017-02-07T16:23:09Z", | |
"labels": { | |
"app": "genusadvanced", | |
"pod-template-hash": "3406140941" | |
}, | |
"annotations": { | |
"appVersion": "2.0.2331_emp", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"genusadvanced-3406140941\",\"uid\":\"b67ecf21-ed51-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26959974\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "genusadvanced-3406140941", | |
"uid": "b67ecf21-ed51-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "genusadvanced", | |
"image": "dregs.domosoftware.net/public/genus_advanced:2.0.2331_emp", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-4.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T16:23:09Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T16:23:59Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T16:23:09Z" | |
} | |
], | |
"hostIP": "10.12.8.4", | |
"podIP": "192.168.2.28", | |
"startTime": "2017-02-07T16:23:09Z", | |
"containerStatuses": [ | |
{ | |
"name": "genusadvanced", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T16:23:30Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/genus_advanced:2.0.2331_emp", | |
"imageID": "docker://sha256:397c515756cf9a7b775c315a3484999573443730e36a5be1504a2d46e7a31d15", | |
"containerID": "docker://2985d5de969b06302bf48ebdf681fe6c07cbcaaa46a55c6eff959114556e5c04" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "genusweb-1531744515-jj605", | |
"generateName": "genusweb-1531744515-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/genusweb-1531744515-jj605", | |
"uid": "9e30da0c-ed79-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27066542", | |
"creationTimestamp": "2017-02-07T21:08:48Z", | |
"labels": { | |
"app": "genusweb", | |
"pod-template-hash": "1531744515" | |
}, | |
"annotations": { | |
"appVersion": "1.0.18821_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"genusweb-1531744515\",\"uid\":\"9e28e26c-ed79-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27065943\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "genusweb-1531744515", | |
"uid": "9e28e26c-ed79-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "genusweb", | |
"image": "dregs.domosoftware.net/public/genus-web:1.0.18821_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-61.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:08:48Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:09:38Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:08:48Z" | |
} | |
], | |
"hostIP": "10.12.8.61", | |
"podIP": "192.168.85.231", | |
"startTime": "2017-02-07T21:08:48Z", | |
"containerStatuses": [ | |
{ | |
"name": "genusweb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:09:17Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/genus-web:1.0.18821_master", | |
"imageID": "docker://sha256:bc6f906659b8da02a3f9bfd86c487c1d3fab730cb2bbb2bdecfccadca4b0a992", | |
"containerID": "docker://1c50cc4bf6ec0e1307c6a0d66ee3063434e18403f3fc476d6007f8aab8426729" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "ice-4058285929-7mkz1", | |
"generateName": "ice-4058285929-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/ice-4058285929-7mkz1", | |
"uid": "650acfcd-ecc9-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26666369", | |
"creationTimestamp": "2017-02-07T00:07:20Z", | |
"labels": { | |
"app": "ice", | |
"pod-template-hash": "4058285929" | |
}, | |
"annotations": { | |
"appVersion": "1.0.3563_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"ice-4058285929\",\"uid\":\"6500e770-ecc9-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26666062\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "ice-4058285929", | |
"uid": "6500e770-ecc9-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "ice", | |
"image": "dregs.domosoftware.net/public/ice:1.0.3563_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-70.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:07:21Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:08:01Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:07:20Z" | |
} | |
], | |
"hostIP": "10.12.8.70", | |
"podIP": "192.168.113.146", | |
"startTime": "2017-02-07T00:07:21Z", | |
"containerStatuses": [ | |
{ | |
"name": "ice", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T00:07:37Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/ice:1.0.3563_master", | |
"imageID": "docker://sha256:cca467877a6a2ba9f5c388c59dce3c7d7ad271401f33b4dac4cda761b10800dd", | |
"containerID": "docker://2122c4f889223f0f7af8b7ef9bd96652ef5e159b97b0a247b7f5453b6a0eeb35" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "icebox-2875755565-h93ve", | |
"generateName": "icebox-2875755565-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/icebox-2875755565-h93ve", | |
"uid": "a21c14fa-ed4c-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26948974", | |
"creationTimestamp": "2017-02-07T15:46:47Z", | |
"labels": { | |
"app": "icebox", | |
"pod-template-hash": "2875755565" | |
}, | |
"annotations": { | |
"appVersion": "1.0.791_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"icebox-2875755565\",\"uid\":\"a21a2e5c-ed4c-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26948659\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "icebox-2875755565", | |
"uid": "a21a2e5c-ed4c-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "icebox", | |
"image": "dregs.domosoftware.net/public/icebox:1.0.791_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-80.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:46:47Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:47:37Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:46:47Z" | |
} | |
], | |
"hostIP": "10.12.8.80", | |
"podIP": "192.168.33.27", | |
"startTime": "2017-02-07T15:46:47Z", | |
"containerStatuses": [ | |
{ | |
"name": "icebox", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T15:47:07Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/icebox:1.0.791_master", | |
"imageID": "docker://sha256:5f9e18b2d5dcd35976fd4640fa51385be4ef85764e263c6ebb4ecb9a69e44fc7", | |
"containerID": "docker://84ca9324043211d2f914a707bd3a1711b62bc97680dd1e5d154b7dbfb1fa1a64" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "import-145591642-0761r", | |
"generateName": "import-145591642-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/import-145591642-0761r", | |
"uid": "71c16f1b-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324666", | |
"creationTimestamp": "2017-02-06T06:49:45Z", | |
"labels": { | |
"app": "import", | |
"pod-template-hash": "145591642" | |
}, | |
"annotations": { | |
"appVersion": "0.2.2661_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"import-145591642\",\"uid\":\"2adf1bc0-ebdb-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26323251\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "import-145591642", | |
"uid": "2adf1bc0-ebdb-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "import", | |
"image": "dregs.domosoftware.net/public/import:0.2.2661_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-119.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:45Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:52:15Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:45Z" | |
} | |
], | |
"hostIP": "10.12.8.119", | |
"podIP": "192.168.199.130", | |
"startTime": "2017-02-06T06:49:45Z", | |
"containerStatuses": [ | |
{ | |
"name": "import", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:15Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/import:0.2.2661_master", | |
"imageID": "docker://sha256:e1f89c5728e29da5aac3a5bc7c85ef62a4656c911b503359a6cef7d3c71ec2d0", | |
"containerID": "docker://8502498b0bec934d673e3150288ee275bcb3f153c6fba17b68d72f14d8ddbb5c" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "memcached-1670477168-w28fy", | |
"generateName": "memcached-1670477168-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/memcached-1670477168-w28fy", | |
"uid": "f5d6b598-ebda-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26140220", | |
"creationTimestamp": "2017-02-05T19:40:34Z", | |
"labels": { | |
"app": "memcached", | |
"pod-template-hash": "1670477168" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"memcached-1670477168\",\"uid\":\"f52e6b69-ebda-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26139024\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9150", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "memcached-1670477168", | |
"uid": "f52e6b69-ebda-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "memcached-token-eyc9p", | |
"secret": { | |
"secretName": "memcached-token-eyc9p", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "memcached", | |
"image": "dregs.domosoftware.net/domovm/domo-memcached:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 11211, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "memcached-token-eyc9p", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 11211 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "prom/memcached-exporter:v0.3.0", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9150, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "memcached-token-eyc9p", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "memcached", | |
"serviceAccount": "memcached", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:40:35Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:42:25Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:40:35Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.70", | |
"startTime": "2017-02-05T19:40:35Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:42:23Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "prom/memcached-exporter:v0.3.0", | |
"imageID": "docker://sha256:93a421a1f9c91cf732b03524babe9d4a66079dbcac2e88933e26bbd3b631b127", | |
"containerID": "docker://32a01d479ad50144a8832ec2d0c8b309d66b76a4a12c535bded134bb54ad7834" | |
}, | |
{ | |
"name": "memcached", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:40:59Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/domovm/domo-memcached:latest", | |
"imageID": "docker://sha256:9dae08adefcb2e9c25cae075d1caf601c16a6fda0e3b8db573f3fe98927d9a0c", | |
"containerID": "docker://da1edce6efa30e5cf2ca1cc6309c5b3ec5771dd63d8eed5d8fe9ee3399e22b7f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "mongodb-3222686854-vz13x", | |
"generateName": "mongodb-3222686854-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/mongodb-3222686854-vz13x", | |
"uid": "f6e1111b-ebda-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26139501", | |
"creationTimestamp": "2017-02-05T19:40:35Z", | |
"labels": { | |
"app": "mongodb", | |
"pod-template-hash": "3222686854" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"mongodb-3222686854\",\"uid\":\"f6dff43b-ebda-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26139153\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "mongodb-3222686854", | |
"uid": "f6dff43b-ebda-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mongodb-token-9f8ac", | |
"secret": { | |
"secretName": "mongodb-token-9f8ac", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "mongodb", | |
"image": "dregs.domosoftware.net/domovm/domo-mongodb:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 27017, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mongodb-token-9f8ac", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 27017 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "mongodb", | |
"serviceAccount": "mongodb", | |
"nodeName": "ip-10-12-8-71.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:40:35Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:41:25Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:40:35Z" | |
} | |
], | |
"hostIP": "10.12.8.71", | |
"podIP": "192.168.10.66", | |
"startTime": "2017-02-05T19:40:35Z", | |
"containerStatuses": [ | |
{ | |
"name": "mongodb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:41:20Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/domovm/domo-mongodb:latest", | |
"imageID": "docker://sha256:e79b013480ebccfd37918de865e6b158000f0f78534c0aa27d533a4433a8f658", | |
"containerID": "docker://ee3633f61563df03ad00a6aa65c1e40acdc01ea12f1ff96ced1f357bbb162e60" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "mysql-1534890321-xva3j", | |
"generateName": "mysql-1534890321-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/mysql-1534890321-xva3j", | |
"uid": "71dfaadf-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324483", | |
"creationTimestamp": "2017-02-06T06:49:45Z", | |
"labels": { | |
"app": "mysql", | |
"pod-template-hash": "1534890321" | |
}, | |
"annotations": { | |
"appVersion": "0.0.1_8", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"mysql-1534890321\",\"uid\":\"f54bef4a-ebda-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26323255\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9104", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "mysql-1534890321", | |
"uid": "f54bef4a-ebda-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mysql-token-3m6lx", | |
"secret": { | |
"secretName": "mysql-token-3m6lx", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "mysql", | |
"image": "dregs.domosoftware.net/public/mysql:0.0.1_8", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 3306, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "4Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "4Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mysql-token-3m6lx", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 3306 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "prom/mysqld-exporter:v0.9.0", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9104, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "DATA_SOURCE_NAME", | |
"value": "domo:popchart@(localhost:3306)/" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "mysql-token-3m6lx", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "mysql", | |
"serviceAccount": "mysql", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:45Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:51:35Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:45Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "192.168.25.194", | |
"startTime": "2017-02-06T06:49:45Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:51:31Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "prom/mysqld-exporter:v0.9.0", | |
"imageID": "docker://sha256:6ccd386280782f67700fac5a4ce9c164f5a3edb5951aa2cd58a2ba5d81c924ba", | |
"containerID": "docker://23872af921852733d6c7dccb050030758fa12db208669e777f4e328c7cf74251" | |
}, | |
{ | |
"name": "mysql", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:12Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/mysql:0.0.1_8", | |
"imageID": "docker://sha256:c0547a05f9d3f39c52a7cb74b0b1bf1416f75fbe4e4686e62c5339e01b19431f", | |
"containerID": "docker://a8da0cf27114f73eddaf29fb4dd694089fb34321507006614609f82d22dd991f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "phoenix-2008780508-8qqf8", | |
"generateName": "phoenix-2008780508-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/phoenix-2008780508-8qqf8", | |
"uid": "4798796c-ed7c-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27073131", | |
"creationTimestamp": "2017-02-07T21:27:51Z", | |
"labels": { | |
"app": "phoenix", | |
"pod-template-hash": "2008780508" | |
}, | |
"annotations": { | |
"appVersion": "1.0.2078_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"phoenix-2008780508\",\"uid\":\"478d9a6a-ed7c-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27072820\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "phoenix-2008780508", | |
"uid": "478d9a6a-ed7c-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "phoenix", | |
"image": "dregs.domosoftware.net/public/phoenix:1.0.2078_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-119.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:27:51Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:28:21Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:27:51Z" | |
} | |
], | |
"hostIP": "10.12.8.119", | |
"podIP": "192.168.199.177", | |
"startTime": "2017-02-07T21:27:51Z", | |
"containerStatuses": [ | |
{ | |
"name": "phoenix", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:28:02Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/phoenix:1.0.2078_master", | |
"imageID": "docker://sha256:beed91a465f8635243288b307fb3ebb958d9595bda0cf8e337d20a5b89e695e1", | |
"containerID": "docker://6f12ff0a4a7bf3011bb49080d106f9367bbc019a20fe5b6e7ffc2c5fe94e4331" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "promote-csv-connector-3zlem", | |
"generateName": "promote-csv-connector-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/promote-csv-connector-3zlem", | |
"uid": "42bca8a7-ecbd-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26633145", | |
"creationTimestamp": "2017-02-06T22:40:29Z", | |
"labels": { | |
"app": "promote-csv-connector", | |
"controller-uid": "42bb0602-ecbd-11e6-93b9-1247551dff28", | |
"job-name": "promote-csv-connector" | |
}, | |
"annotations": { | |
"appVersion": "1.0", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"Job\",\"namespace\":\"fat-ox\",\"name\":\"promote-csv-connector\",\"uid\":\"42bb0602-ecbd-11e6-93b9-1247551dff28\",\"apiVersion\":\"batch\",\"resourceVersion\":\"26631460\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "promote-csv-connector", | |
"image": "dregs.domosoftware.net/public/promote-csv-connector:1.0", | |
"env": [ | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "OnFailure", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-57.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Succeeded", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T22:40:29Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "Ready", | |
"status": "False", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T22:43:06Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T22:40:29Z" | |
} | |
], | |
"hostIP": "10.12.8.57", | |
"podIP": "192.168.235.215", | |
"startTime": "2017-02-06T22:40:29Z", | |
"containerStatuses": [ | |
{ | |
"name": "promote-csv-connector", | |
"state": { | |
"terminated": { | |
"exitCode": 0, | |
"reason": "Completed", | |
"startedAt": "2017-02-06T22:43:12Z", | |
"finishedAt": "2017-02-06T22:43:24Z", | |
"containerID": "docker://b5acf2c2932f793fd6fad68e5b69850f9b2fd249f3e95636aa0506ecdcb6c270" | |
} | |
}, | |
"lastState": { | |
"terminated": { | |
"exitCode": 255, | |
"reason": "Error", | |
"startedAt": "2017-02-06T22:40:38Z", | |
"finishedAt": "2017-02-06T22:43:05Z", | |
"containerID": "docker://e33821f80a6b3d15998c0e8829fe8f6d6ba50dfafb14173048b647234efc3811" | |
} | |
}, | |
"ready": false, | |
"restartCount": 1, | |
"image": "dregs.domosoftware.net/public/promote-csv-connector:1.0", | |
"imageID": "docker://sha256:81c8b5a2c1031ebe950e50412f41b4401ca67bbac03924b074bb18b34ab3f223", | |
"containerID": "docker://b5acf2c2932f793fd6fad68e5b69850f9b2fd249f3e95636aa0506ecdcb6c270" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "promote-fail-connector-ca2dv", | |
"generateName": "promote-fail-connector-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/promote-fail-connector-ca2dv", | |
"uid": "818c1564-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26141562", | |
"creationTimestamp": "2017-02-05T19:44:28Z", | |
"labels": { | |
"app": "promote-fail-connector", | |
"controller-uid": "8184e590-ebdb-11e6-bb5f-124a4b41d706", | |
"job-name": "promote-fail-connector" | |
}, | |
"annotations": { | |
"appVersion": "2.0", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"Job\",\"namespace\":\"fat-ox\",\"name\":\"promote-fail-connector\",\"uid\":\"8184e590-ebdb-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"batch\",\"resourceVersion\":\"26141175\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-qxvyn", | |
"secret": { | |
"secretName": "default-token-qxvyn", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "promote-fail-connector", | |
"image": "dregs.domosoftware.net/public/promote-fail-connector:2.0", | |
"env": [ | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,fat-ox,fat-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "fat-ox" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "fat-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-qxvyn", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "OnFailure", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Succeeded", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:44:28Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "Ready", | |
"status": "False", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:09Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:44:28Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.73", | |
"startTime": "2017-02-05T19:44:28Z", | |
"containerStatuses": [ | |
{ | |
"name": "promote-fail-connector", | |
"state": { | |
"terminated": { | |
"exitCode": 0, | |
"reason": "Completed", | |
"startedAt": "2017-02-05T19:45:33Z", | |
"finishedAt": "2017-02-05T19:46:08Z", | |
"containerID": "docker://69b422b34fb45a1cdc383eed91ae02736540fc064b02f30c780be8d293e6020e" | |
} | |
}, | |
"lastState": {}, | |
"ready": false, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/promote-fail-connector:2.0", | |
"imageID": "docker://sha256:e2e67d1f9dd29c5fe5c2d8893da1bad6ea16e9862d2476c9041e1ccbc70dd037", | |
"containerID": "docker://69b422b34fb45a1cdc383eed91ae02736540fc064b02f30c780be8d293e6020e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "pusher-2337032161-40png", | |
"generateName": "pusher-2337032161-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/pusher-2337032161-40png", | |
"uid": "f70181f9-ebda-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26140164", | |
"creationTimestamp": "2017-02-05T19:40:36Z", | |
"labels": { | |
"app": "pusher", | |
"pod-template-hash": "2337032161" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"pusher-2337032161\",\"uid\":\"f700881d-ebda-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26139172\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "pusher-2337032161", | |
"uid": "f700881d-ebda-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "pusher-token-gm4lb", | |
"secret": { | |
"secretName": "pusher-token-gm4lb", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "pusher", | |
"image": "dregs.domosoftware.net/public/poxa:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8883, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "pusher-token-gm4lb", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 8883 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "pusher", | |
"serviceAccount": "pusher", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:40:36Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:42:16Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:40:36Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.71", | |
"startTime": "2017-02-05T19:40:36Z", | |
"containerStatuses": [ | |
{ | |
"name": "pusher", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:42:15Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/poxa:latest", | |
"imageID": "docker://sha256:9b33b3756851e6a683f7a466c86354a75b3d7da4fb3a3d2543588d84b99320ee", | |
"containerID": "docker://d0df66b54766626bafd0de4181adb1142805960d86f39b3a97d0be51b0246709" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "rabbit-2940571590-eyr1l", | |
"generateName": "rabbit-2940571590-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/rabbit-2940571590-eyr1l", | |
"uid": "74bd82df-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324407", | |
"creationTimestamp": "2017-02-06T06:49:50Z", | |
"labels": { | |
"app": "rabbit", | |
"pod-template-hash": "2940571590" | |
}, | |
"annotations": { | |
"appVersion": "3.6.5-management", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"rabbit-2940571590\",\"uid\":\"f5984f19-ebda-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26323331\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9090", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "rabbit-2940571590", | |
"uid": "f5984f19-ebda-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "rabbit-token-0pjlp", | |
"secret": { | |
"secretName": "rabbit-token-0pjlp", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "rabbit", | |
"image": "rabbitmq:3.6.5-management", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 5672, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "management", | |
"containerPort": 15672, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "512Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "512Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "rabbit-token-0pjlp", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 5672 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "kbudde/rabbitmq-exporter:0.17.1", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9090, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "rabbit-token-0pjlp", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "rabbit", | |
"serviceAccount": "rabbit", | |
"nodeName": "ip-10-12-8-70.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:50Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:51:20Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:50Z" | |
} | |
], | |
"hostIP": "10.12.8.70", | |
"podIP": "192.168.113.155", | |
"startTime": "2017-02-06T06:49:50Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:34Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "kbudde/rabbitmq-exporter:0.17.1", | |
"imageID": "docker://sha256:9291342a31099f8928c22c9abe6548f0533b15c2e7cd5dde52690e2b08ca367d", | |
"containerID": "docker://188595837f2391513e7734e6833215746f1e69bfa2998979ab3959c56f8b513a" | |
}, | |
{ | |
"name": "rabbit", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:51:12Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "rabbitmq:3.6.5-management", | |
"imageID": "docker://sha256:5335b737c38052271dcfe6277287cb47fb82d0d18d940c742471c980f5500710", | |
"containerID": "docker://f2f63039d03e5e69b32c16ecd485b646b4ef50db47059f6a4a54d1b2104a5768" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "s3-2633646697-vxeo4", | |
"generateName": "s3-2633646697-", | |
"namespace": "fat-ox", | |
"selfLink": "/api/v1/namespaces/fat-ox/pods/s3-2633646697-vxeo4", | |
"uid": "787e177a-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324295", | |
"creationTimestamp": "2017-02-06T06:49:56Z", | |
"labels": { | |
"app": "s3", | |
"pod-template-hash": "2633646697" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"fat-ox\",\"name\":\"s3-2633646697\",\"uid\":\"f645cb98-ebda-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26323587\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "s3-2633646697", | |
"uid": "f645cb98-ebda-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "s3-token-hqp8x", | |
"secret": { | |
"secretName": "s3-token-hqp8x", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "s3", | |
"image": "dregs.domosoftware.net/domovm/domo-vblob:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 9981, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "s3-token-hqp8x", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 9981 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "s3", | |
"serviceAccount": "s3", | |
"nodeName": "ip-10-12-8-119.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:57Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:57Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:57Z" | |
} | |
], | |
"hostIP": "10.12.8.119", | |
"podIP": "192.168.199.132", | |
"startTime": "2017-02-06T06:49:57Z", | |
"containerStatuses": [ | |
{ | |
"name": "s3", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:56Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/domovm/domo-vblob:latest", | |
"imageID": "docker://sha256:0f6bfb3888e9eb371e95b0b9dbfc5f3643e44cd5fb2a64c97989ca907e60b7ca", | |
"containerID": "docker://2fd7de648eba4a7d554b316985147e581dead406d9cc9a402d9711f82a867722" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "dashboard-1929342869-ruiey", | |
"generateName": "dashboard-1929342869-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/dashboard-1929342869-ruiey", | |
"uid": "8b565582-ebd8-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26133149", | |
"creationTimestamp": "2017-02-05T19:23:16Z", | |
"labels": { | |
"app": "dashboard", | |
"pod-template-hash": "1929342869" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"dashboard-1929342869\",\"uid\":\"a7fb3271-e8a7-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"23998239\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "dashboard-1929342869", | |
"uid": "a7fb3271-e8a7-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "dashboard-token-m0qgt", | |
"secret": { | |
"secretName": "dashboard-token-m0qgt", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "dashboard", | |
"image": "gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 9090, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "dashboard-token-m0qgt", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/", | |
"port": 9090, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 30, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "dashboard", | |
"serviceAccount": "dashboard", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:23:16Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:23:29Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:23:16Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.65", | |
"startTime": "2017-02-05T19:23:16Z", | |
"containerStatuses": [ | |
{ | |
"name": "dashboard", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:23:28Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0", | |
"imageID": "docker://sha256:436faaeba2e2071e45809ae4416aa3c19cb197be1eb2ff3ce89fc6793702c63b", | |
"containerID": "docker://cc9a51d84622d932ca41934cc7c7766295839db52c9b5625036de48433ed1403" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "default-http-backend-2846976033-bgzr8", | |
"generateName": "default-http-backend-2846976033-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/default-http-backend-2846976033-bgzr8", | |
"uid": "2606a6ba-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26128028", | |
"creationTimestamp": "2017-02-05T19:06:07Z", | |
"labels": { | |
"app": "default-http-backend", | |
"pod-template-hash": "2846976033" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"default-http-backend-2846976033\",\"uid\":\"31c8ed24-c17b-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"24958370\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "default-http-backend-2846976033", | |
"uid": "31c8ed24-c17b-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-1mrp7", | |
"secret": { | |
"secretName": "default-token-1mrp7", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "default-http-backend", | |
"image": "gcr.io/google_containers/defaultbackend:1.0", | |
"ports": [ | |
{ | |
"containerPort": 8080, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "80m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-1mrp7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 8080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "domovm-dregs" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:07Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:07:06Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:07Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.198", | |
"startTime": "2017-02-05T19:06:07Z", | |
"containerStatuses": [ | |
{ | |
"name": "default-http-backend", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:07:05Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/defaultbackend:1.0", | |
"imageID": "docker://sha256:137a07dfd084191742ebc0861606b64f5acff0f893e71348fb0c7d7aaee6a364", | |
"containerID": "docker://f699c4aa7c9b954492c0d69e9a33db71d981ba029e7f2757fc58300072f1b241" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-state-metrics-2628811422-a9d2l", | |
"generateName": "kube-state-metrics-2628811422-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/kube-state-metrics-2628811422-a9d2l", | |
"uid": "762a7833-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324162", | |
"creationTimestamp": "2017-02-06T06:49:52Z", | |
"labels": { | |
"app": "kube-state-metrics", | |
"pod-template-hash": "2628811422" | |
}, | |
"annotations": { | |
"appVersion": "v0.3.0", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"kube-state-metrics-2628811422\",\"uid\":\"d953beae-e8ad-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26323450\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "8080", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "kube-state-metrics-2628811422", | |
"uid": "d953beae-e8ad-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "kube-state-metrics-token-rzqtp", | |
"secret": { | |
"secretName": "kube-state-metrics-token-rzqtp", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-state-metrics", | |
"image": "gcr.io/google_containers/kube-state-metrics:v0.3.0", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8080, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "300Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "300Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "kube-state-metrics-token-rzqtp", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 8080 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "kube-state-metrics", | |
"serviceAccount": "kube-state-metrics", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:52Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:32Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:52Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "192.168.25.195", | |
"startTime": "2017-02-06T06:49:52Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-state-metrics", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:23Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/kube-state-metrics:v0.3.0", | |
"imageID": "docker://sha256:36415a8901f83fc5cdd99c67ecdbf659a9caefb71fd6e85dd76e17e9437d2bc4", | |
"containerID": "docker://d1a2344f05012c0591111c47de5d910cb0f9cd81a237b322afb4dc5634bf2f3a" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "nginx-ingress-controller-3916538580-25dxl", | |
"generateName": "nginx-ingress-controller-3916538580-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/nginx-ingress-controller-3916538580-25dxl", | |
"uid": "2657c6bc-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26128043", | |
"creationTimestamp": "2017-02-05T19:06:08Z", | |
"labels": { | |
"app": "nginx-ingress-lb", | |
"pod-template-hash": "3916538580" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"nginx-ingress-controller-3916538580\",\"uid\":\"3f5af2df-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26127576\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "nginx-ingress-controller-3916538580", | |
"uid": "3f5af2df-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"secret": { | |
"secretName": "nginx-ingress-controller-token-y2g50", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"args": [ | |
"/nginx-ingress-controller", | |
"--nginx-configmap=harbor/ingress", | |
"--default-backend-service=harbor/default-http-backend" | |
], | |
"ports": [ | |
{ | |
"containerPort": 80, | |
"protocol": "TCP" | |
}, | |
{ | |
"containerPort": 443, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "POD_NAME", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.name" | |
} | |
} | |
}, | |
{ | |
"name": "POD_NAMESPACE", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.namespace" | |
} | |
} | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "1Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 18080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "nginx-ingress-controller", | |
"serviceAccount": "nginx-ingress-controller", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "domovm-dregs" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:09Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:07:08Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:08Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.200", | |
"startTime": "2017-02-05T19:06:09Z", | |
"containerStatuses": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:07:07Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"imageID": "docker://sha256:3f8119a98476b97e806057a72e8e836a2d3e65d56e9b4c790e75874e586b8db0", | |
"containerID": "docker://f10071425a4fff4f754a31f3f618192b3acad5185a2b033cdee36ed13929b340" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "nginx-ingress-controller-3916538580-5crw7", | |
"generateName": "nginx-ingress-controller-3916538580-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/nginx-ingress-controller-3916538580-5crw7", | |
"uid": "1743d038-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26127532", | |
"creationTimestamp": "2017-02-05T19:05:42Z", | |
"labels": { | |
"app": "nginx-ingress-lb", | |
"pod-template-hash": "3916538580" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"nginx-ingress-controller-3916538580\",\"uid\":\"3f5af2df-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26127303\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "nginx-ingress-controller-3916538580", | |
"uid": "3f5af2df-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"secret": { | |
"secretName": "nginx-ingress-controller-token-y2g50", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"args": [ | |
"/nginx-ingress-controller", | |
"--nginx-configmap=harbor/ingress", | |
"--default-backend-service=harbor/default-http-backend" | |
], | |
"ports": [ | |
{ | |
"containerPort": 80, | |
"protocol": "TCP" | |
}, | |
{ | |
"containerPort": 443, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "POD_NAME", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.name" | |
} | |
} | |
}, | |
{ | |
"name": "POD_NAMESPACE", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.namespace" | |
} | |
} | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "1Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 18080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "nginx-ingress-controller", | |
"serviceAccount": "nginx-ingress-controller", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "domovm-dregs" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:43Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:05Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:43Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.194", | |
"startTime": "2017-02-05T19:05:43Z", | |
"containerStatuses": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:06:05Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"imageID": "docker://sha256:3f8119a98476b97e806057a72e8e836a2d3e65d56e9b4c790e75874e586b8db0", | |
"containerID": "docker://6d13dd51d176066a68d87ed9df355e2558261dcbf63fb6719e536dabee83fc7b" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "nginx-ingress-controller-3916538580-b1i6h", | |
"generateName": "nginx-ingress-controller-3916538580-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/nginx-ingress-controller-3916538580-b1i6h", | |
"uid": "26196f13-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26127994", | |
"creationTimestamp": "2017-02-05T19:06:07Z", | |
"labels": { | |
"app": "nginx-ingress-lb", | |
"pod-template-hash": "3916538580" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"nginx-ingress-controller-3916538580\",\"uid\":\"3f5af2df-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26127534\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "nginx-ingress-controller-3916538580", | |
"uid": "3f5af2df-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"secret": { | |
"secretName": "nginx-ingress-controller-token-y2g50", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"args": [ | |
"/nginx-ingress-controller", | |
"--nginx-configmap=harbor/ingress", | |
"--default-backend-service=harbor/default-http-backend" | |
], | |
"ports": [ | |
{ | |
"containerPort": 80, | |
"protocol": "TCP" | |
}, | |
{ | |
"containerPort": 443, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "POD_NAME", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.name" | |
} | |
} | |
}, | |
{ | |
"name": "POD_NAMESPACE", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.namespace" | |
} | |
} | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "1Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 18080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "nginx-ingress-controller", | |
"serviceAccount": "nginx-ingress-controller", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "domovm-dregs" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:07Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:59Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:07Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.199", | |
"startTime": "2017-02-05T19:06:07Z", | |
"containerStatuses": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:06:59Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"imageID": "docker://sha256:3f8119a98476b97e806057a72e8e836a2d3e65d56e9b4c790e75874e586b8db0", | |
"containerID": "docker://69d3120e17f6383ae41f8594fcd42703e61541601f3f364ee503075ac786ee33" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "nginx-ingress-controller-3916538580-g7dgc", | |
"generateName": "nginx-ingress-controller-3916538580-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/nginx-ingress-controller-3916538580-g7dgc", | |
"uid": "16e10a7a-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26127510", | |
"creationTimestamp": "2017-02-05T19:05:42Z", | |
"labels": { | |
"app": "nginx-ingress-lb", | |
"pod-template-hash": "3916538580" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"nginx-ingress-controller-3916538580\",\"uid\":\"3f5af2df-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"24958323\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "nginx-ingress-controller-3916538580", | |
"uid": "3f5af2df-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"secret": { | |
"secretName": "nginx-ingress-controller-token-y2g50", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"args": [ | |
"/nginx-ingress-controller", | |
"--nginx-configmap=harbor/ingress", | |
"--default-backend-service=harbor/default-http-backend" | |
], | |
"ports": [ | |
{ | |
"containerPort": 80, | |
"protocol": "TCP" | |
}, | |
{ | |
"containerPort": 443, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "POD_NAME", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.name" | |
} | |
} | |
}, | |
{ | |
"name": "POD_NAMESPACE", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.namespace" | |
} | |
} | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "1Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 18080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "nginx-ingress-controller", | |
"serviceAccount": "nginx-ingress-controller", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "domovm-dregs" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:43Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:03Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:42Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.193", | |
"startTime": "2017-02-05T19:05:43Z", | |
"containerStatuses": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:06:03Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"imageID": "docker://sha256:3f8119a98476b97e806057a72e8e836a2d3e65d56e9b4c790e75874e586b8db0", | |
"containerID": "docker://7e056c8c6dfafd77ffcd0c7670e123131972caa469e66366e0935eaf62780151" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "nginx-ingress-controller-3916538580-hy10m", | |
"generateName": "nginx-ingress-controller-3916538580-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/nginx-ingress-controller-3916538580-hy10m", | |
"uid": "2657a83f-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26128081", | |
"creationTimestamp": "2017-02-05T19:06:08Z", | |
"labels": { | |
"app": "nginx-ingress-lb", | |
"pod-template-hash": "3916538580" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"nginx-ingress-controller-3916538580\",\"uid\":\"3f5af2df-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26127576\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "nginx-ingress-controller-3916538580", | |
"uid": "3f5af2df-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"secret": { | |
"secretName": "nginx-ingress-controller-token-y2g50", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"args": [ | |
"/nginx-ingress-controller", | |
"--nginx-configmap=harbor/ingress", | |
"--default-backend-service=harbor/default-http-backend" | |
], | |
"ports": [ | |
{ | |
"containerPort": 80, | |
"protocol": "TCP" | |
}, | |
{ | |
"containerPort": 443, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "POD_NAME", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.name" | |
} | |
} | |
}, | |
{ | |
"name": "POD_NAMESPACE", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.namespace" | |
} | |
} | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "1Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 18080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "nginx-ingress-controller", | |
"serviceAccount": "nginx-ingress-controller", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "domovm-dregs" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:09Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:07:13Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:08Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.202", | |
"startTime": "2017-02-05T19:06:09Z", | |
"containerStatuses": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:07:12Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"imageID": "docker://sha256:3f8119a98476b97e806057a72e8e836a2d3e65d56e9b4c790e75874e586b8db0", | |
"containerID": "docker://86d4bb04459aaebf68df5b67db4c658ecb7f801cc399536fb2fd700583457f56" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "nginx-ingress-controller-3916538580-y0l8n", | |
"generateName": "nginx-ingress-controller-3916538580-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/nginx-ingress-controller-3916538580-y0l8n", | |
"uid": "1724afa4-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26127975", | |
"creationTimestamp": "2017-02-05T19:05:42Z", | |
"labels": { | |
"app": "nginx-ingress-lb", | |
"pod-template-hash": "3916538580" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"nginx-ingress-controller-3916538580\",\"uid\":\"3f5af2df-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26127303\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "nginx-ingress-controller-3916538580", | |
"uid": "3f5af2df-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"secret": { | |
"secretName": "nginx-ingress-controller-token-y2g50", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"args": [ | |
"/nginx-ingress-controller", | |
"--nginx-configmap=harbor/ingress", | |
"--default-backend-service=harbor/default-http-backend" | |
], | |
"ports": [ | |
{ | |
"containerPort": 80, | |
"protocol": "TCP" | |
}, | |
{ | |
"containerPort": 443, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "POD_NAME", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.name" | |
} | |
} | |
}, | |
{ | |
"name": "POD_NAMESPACE", | |
"valueFrom": { | |
"fieldRef": { | |
"apiVersion": "v1", | |
"fieldPath": "metadata.namespace" | |
} | |
} | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "1Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "nginx-ingress-controller-token-y2g50", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 18080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "nginx-ingress-controller", | |
"serviceAccount": "nginx-ingress-controller", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "domovm-dregs" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:43Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:57Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:43Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.197", | |
"startTime": "2017-02-05T19:05:43Z", | |
"containerStatuses": [ | |
{ | |
"name": "nginx-ingress-lb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:06:57Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/nginx-ingress-controller:0.8.3", | |
"imageID": "docker://sha256:3f8119a98476b97e806057a72e8e836a2d3e65d56e9b4c790e75874e586b8db0", | |
"containerID": "docker://78f60e71fe159242fc5d5b8a7ca33b0850f7a5cd98799442438598cec9d37147" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "prometheus-4119240284-igb7l", | |
"generateName": "prometheus-4119240284-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/prometheus-4119240284-igb7l", | |
"uid": "77009432-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324257", | |
"creationTimestamp": "2017-02-06T06:49:54Z", | |
"labels": { | |
"app": "prometheus", | |
"pod-template-hash": "4119240284" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"prometheus-4119240284\",\"uid\":\"2604167f-ea70-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26323459\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "prometheus-4119240284", | |
"uid": "2604167f-ea70-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "data", | |
"emptyDir": {} | |
}, | |
{ | |
"name": "config-volume", | |
"configMap": { | |
"name": "prometheus-config", | |
"defaultMode": 420 | |
} | |
}, | |
{ | |
"name": "prometheus-token-6sp7p", | |
"secret": { | |
"secretName": "prometheus-token-6sp7p", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "prometheus", | |
"image": "quay.io/prometheus/prometheus:v1.5.0", | |
"command": [ | |
"/bin/prometheus" | |
], | |
"args": [ | |
"-config.file=/etc/prometheus/prometheus.yml", | |
"-storage.local.path=/prometheus/storage", | |
"-storage.local.retention=336h", | |
"-alertmanager.url=http://alertmanager.dev1.domorig.io", | |
"-storage.local.memory-chunks=1000000", | |
"-storage.local.max-chunks-to-persist=500000" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 9090, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "10000Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "10000Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "data", | |
"mountPath": "/prometheus" | |
}, | |
{ | |
"name": "config-volume", | |
"mountPath": "/etc/prometheus" | |
}, | |
{ | |
"name": "prometheus-token-6sp7p", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "refresh", | |
"image": "tolleiv/k8s-prometheus-reload", | |
"args": [ | |
"/etc/prometheus/prometheus.yml", | |
"http://localhost:9090/-/reload" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "config-volume", | |
"mountPath": "/etc/prometheus" | |
}, | |
{ | |
"name": "prometheus-token-6sp7p", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "prometheus", | |
"serviceAccount": "prometheus", | |
"nodeName": "ip-10-12-8-105.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:54Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:51Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:54Z" | |
} | |
], | |
"hostIP": "10.12.8.105", | |
"podIP": "192.168.24.195", | |
"startTime": "2017-02-06T06:49:54Z", | |
"containerStatuses": [ | |
{ | |
"name": "prometheus", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:44Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "quay.io/prometheus/prometheus:v1.5.0", | |
"imageID": "docker://sha256:b028e7b4404b642a4938d1542aa67fd4ea8e2303a84aa63072d1f866c8316800", | |
"containerID": "docker://b201e98a09ad16528dc45fd1f1f64652620a2e2d78a90730e0d16b661224d54f" | |
}, | |
{ | |
"name": "refresh", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:50Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "tolleiv/k8s-prometheus-reload", | |
"imageID": "docker://sha256:6d2ebe5ee5aa264d2ac59410404806ed25048db114773204df4aa612bd34ea76", | |
"containerID": "docker://fd31975b17c7aa2c3520c48ab8b4ca5c1f319647035cfa3194d56091eb86de40" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "ssh-jump-box-565267657-1shmg", | |
"generateName": "ssh-jump-box-565267657-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/ssh-jump-box-565267657-1shmg", | |
"uid": "2667187f-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26128063", | |
"creationTimestamp": "2017-02-05T19:06:08Z", | |
"labels": { | |
"app": "ssh-jump-box", | |
"pod-template-hash": "565267657" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"ssh-jump-box-565267657\",\"uid\":\"3f888b4b-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26127353\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "ssh-jump-box-565267657", | |
"uid": "3f888b4b-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "authorized-keys", | |
"secret": { | |
"secretName": "ssh-authorized-keys", | |
"defaultMode": 420 | |
} | |
}, | |
{ | |
"name": "default-token-1mrp7", | |
"secret": { | |
"secretName": "default-token-1mrp7", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "ssh-jump-box", | |
"image": "dregs.domosoftware.net/public/ssh-jump-box:0.0.1_21", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 22, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "management", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "200Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "authorized-keys", | |
"readOnly": true, | |
"mountPath": "/etc/secrets/ssh-authorized-keys" | |
}, | |
{ | |
"name": "default-token-1mrp7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"lifecycle": { | |
"preStop": { | |
"httpGet": { | |
"path": "pre-stop", | |
"port": "management", | |
"scheme": "HTTP" | |
} | |
} | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 7200, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:09Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:07:11Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:08Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.201", | |
"startTime": "2017-02-05T19:06:09Z", | |
"containerStatuses": [ | |
{ | |
"name": "ssh-jump-box", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:07:10Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/ssh-jump-box:0.0.1_21", | |
"imageID": "docker://sha256:8e9cb32a8336b3f6431ab795c721738e6e63d36d7eb7fe3351f61e6e20498a8a", | |
"containerID": "docker://462a4291e9f6ce37751036f93250bd6d543d2c1f742d9d587c800aa2c6582f70" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "ssh-jump-box-565267657-9umgr", | |
"generateName": "ssh-jump-box-565267657-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/ssh-jump-box-565267657-9umgr", | |
"uid": "17ade0cd-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26127960", | |
"creationTimestamp": "2017-02-05T19:05:43Z", | |
"labels": { | |
"app": "ssh-jump-box", | |
"pod-template-hash": "565267657" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"ssh-jump-box-565267657\",\"uid\":\"3f888b4b-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"24958346\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "ssh-jump-box-565267657", | |
"uid": "3f888b4b-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "authorized-keys", | |
"secret": { | |
"secretName": "ssh-authorized-keys", | |
"defaultMode": 420 | |
} | |
}, | |
{ | |
"name": "default-token-1mrp7", | |
"secret": { | |
"secretName": "default-token-1mrp7", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "ssh-jump-box", | |
"image": "dregs.domosoftware.net/public/ssh-jump-box:0.0.1_21", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 22, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "management", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "200Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "authorized-keys", | |
"readOnly": true, | |
"mountPath": "/etc/secrets/ssh-authorized-keys" | |
}, | |
{ | |
"name": "default-token-1mrp7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"lifecycle": { | |
"preStop": { | |
"httpGet": { | |
"path": "pre-stop", | |
"port": "management", | |
"scheme": "HTTP" | |
} | |
} | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 7200, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:43Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:55Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:43Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.196", | |
"startTime": "2017-02-05T19:05:43Z", | |
"containerStatuses": [ | |
{ | |
"name": "ssh-jump-box", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:06:54Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/ssh-jump-box:0.0.1_21", | |
"imageID": "docker://sha256:8e9cb32a8336b3f6431ab795c721738e6e63d36d7eb7fe3351f61e6e20498a8a", | |
"containerID": "docker://76029703ae0c0b613b6c6db07579f05355a1a7ad4f27c814c51e7251a4c9f03a" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "ssh-jump-box-565267657-l7vkd", | |
"generateName": "ssh-jump-box-565267657-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/ssh-jump-box-565267657-l7vkd", | |
"uid": "277a1175-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26128095", | |
"creationTimestamp": "2017-02-05T19:06:09Z", | |
"labels": { | |
"app": "ssh-jump-box", | |
"pod-template-hash": "565267657" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"ssh-jump-box-565267657\",\"uid\":\"3f888b4b-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26127627\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "ssh-jump-box-565267657", | |
"uid": "3f888b4b-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "authorized-keys", | |
"secret": { | |
"secretName": "ssh-authorized-keys", | |
"defaultMode": 420 | |
} | |
}, | |
{ | |
"name": "default-token-1mrp7", | |
"secret": { | |
"secretName": "default-token-1mrp7", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "ssh-jump-box", | |
"image": "dregs.domosoftware.net/public/ssh-jump-box:0.0.1_21", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 22, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "management", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "200Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "authorized-keys", | |
"readOnly": true, | |
"mountPath": "/etc/secrets/ssh-authorized-keys" | |
}, | |
{ | |
"name": "default-token-1mrp7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"lifecycle": { | |
"preStop": { | |
"httpGet": { | |
"path": "pre-stop", | |
"port": "management", | |
"scheme": "HTTP" | |
} | |
} | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 7200, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:10Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:07:16Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:09Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.203", | |
"startTime": "2017-02-05T19:06:10Z", | |
"containerStatuses": [ | |
{ | |
"name": "ssh-jump-box", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:07:15Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/ssh-jump-box:0.0.1_21", | |
"imageID": "docker://sha256:8e9cb32a8336b3f6431ab795c721738e6e63d36d7eb7fe3351f61e6e20498a8a", | |
"containerID": "docker://04c9bfe02f06605b0e31e65c22d65c3ab4ed1ac74108320964321fdd9adab77f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "ssh-jump-box-565267657-x97t1", | |
"generateName": "ssh-jump-box-565267657-", | |
"namespace": "harbor", | |
"selfLink": "/api/v1/namespaces/harbor/pods/ssh-jump-box-565267657-x97t1", | |
"uid": "1770df7f-ebd6-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26127943", | |
"creationTimestamp": "2017-02-05T19:05:43Z", | |
"labels": { | |
"app": "ssh-jump-box", | |
"pod-template-hash": "565267657" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"harbor\",\"name\":\"ssh-jump-box-565267657\",\"uid\":\"3f888b4b-e814-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"24958346\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "ssh-jump-box-565267657", | |
"uid": "3f888b4b-e814-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "authorized-keys", | |
"secret": { | |
"secretName": "ssh-authorized-keys", | |
"defaultMode": 420 | |
} | |
}, | |
{ | |
"name": "default-token-1mrp7", | |
"secret": { | |
"secretName": "default-token-1mrp7", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "ssh-jump-box", | |
"image": "dregs.domosoftware.net/public/ssh-jump-box:0.0.1_21", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 22, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "management", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "200Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "authorized-keys", | |
"readOnly": true, | |
"mountPath": "/etc/secrets/ssh-authorized-keys" | |
}, | |
{ | |
"name": "default-token-1mrp7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"lifecycle": { | |
"preStop": { | |
"httpGet": { | |
"path": "pre-stop", | |
"port": "management", | |
"scheme": "HTTP" | |
} | |
} | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 7200, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-ingress": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:43Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:06:51Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:05:43Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.195", | |
"startTime": "2017-02-05T19:05:43Z", | |
"containerStatuses": [ | |
{ | |
"name": "ssh-jump-box", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:06:51Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/ssh-jump-box:0.0.1_21", | |
"imageID": "docker://sha256:8e9cb32a8336b3f6431ab795c721738e6e63d36d7eb7fe3351f61e6e20498a8a", | |
"containerID": "docker://efd184d34b4aaa3a08a55fad17ccd55ffdf79da1d61c6e4380fad11738bf030e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apicontent-1021089013-6ux2l", | |
"generateName": "apicontent-1021089013-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/apicontent-1021089013-6ux2l", | |
"uid": "319edf35-ed67-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27022222", | |
"creationTimestamp": "2017-02-07T18:56:55Z", | |
"labels": { | |
"app": "apicontent", | |
"pod-template-hash": "1021089013" | |
}, | |
"annotations": { | |
"appVersion": "1.0.6047_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"apicontent-1021089013\",\"uid\":\"319d2dc1-ed67-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27021497\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apicontent-1021089013", | |
"uid": "319d2dc1-ed67-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apicontent", | |
"image": "dregs.domosoftware.net/public/apicontent:1.0.6047_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-84.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T18:56:55Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T18:58:45Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T18:56:55Z" | |
} | |
], | |
"hostIP": "10.12.8.84", | |
"podIP": "192.168.215.34", | |
"startTime": "2017-02-07T18:56:55Z", | |
"containerStatuses": [ | |
{ | |
"name": "apicontent", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T18:57:21Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apicontent:1.0.6047_master", | |
"imageID": "docker://sha256:90a85b9ddb880b5f7cf071d9fbf5245310bc61b421ebc7cfcc7efd7cafdb2385", | |
"containerID": "docker://f4c15a001754ce27af96364d7ec98125836595ed322a7c5cac33843ffaeaa164" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apidata-1158451057-10wwg", | |
"generateName": "apidata-1158451057-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/apidata-1158451057-10wwg", | |
"uid": "3efaeac6-ed6a-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27029316", | |
"creationTimestamp": "2017-02-07T19:18:46Z", | |
"labels": { | |
"app": "apidata", | |
"pod-template-hash": "1158451057" | |
}, | |
"annotations": { | |
"appVersion": "1.0.4715_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"apidata-1158451057\",\"uid\":\"3ef93dd0-ed6a-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27028343\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apidata-1158451057", | |
"uid": "3ef93dd0-ed6a-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apidata", | |
"image": "dregs.domosoftware.net/public/apidata:1.0.4715_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-61.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T19:18:46Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T19:20:46Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T19:18:46Z" | |
} | |
], | |
"hostIP": "10.12.8.61", | |
"podIP": "192.168.85.216", | |
"startTime": "2017-02-07T19:18:46Z", | |
"containerStatuses": [ | |
{ | |
"name": "apidata", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T19:19:13Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apidata:1.0.4715_master", | |
"imageID": "docker://sha256:fa2da82061bebbd2132e0b805b3695c8cd1b65af505f6efeb3cb7adb47b98f82", | |
"containerID": "docker://c07533d6df414d47c81dc13b8f8c91723d918f58cc09c862f4afbbcd25350146" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apiidentity-550213183-3a5rk", | |
"generateName": "apiidentity-550213183-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/apiidentity-550213183-3a5rk", | |
"uid": "b521bcb0-ed58-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26979734", | |
"creationTimestamp": "2017-02-07T17:13:13Z", | |
"labels": { | |
"app": "apiidentity", | |
"pod-template-hash": "550213183" | |
}, | |
"annotations": { | |
"appVersion": "1.0.530_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"apiidentity-550213183\",\"uid\":\"b5148c90-ed58-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26979418\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apiidentity-550213183", | |
"uid": "b5148c90-ed58-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apiidentity", | |
"image": "dregs.domosoftware.net/public/apiidentity:1.0.530_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-19.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T17:13:13Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T17:14:03Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T17:13:13Z" | |
} | |
], | |
"hostIP": "10.12.8.19", | |
"podIP": "192.168.198.149", | |
"startTime": "2017-02-07T17:13:13Z", | |
"containerStatuses": [ | |
{ | |
"name": "apiidentity", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T17:13:30Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apiidentity:1.0.530_master", | |
"imageID": "docker://sha256:3f89c9160b71152f5e6bd53aa170a452d9ae1554f53f84c49f4b72b115788fed", | |
"containerID": "docker://95293809afb3cf0e0a3150b5325d79514de5ee2ff14f6a4692a7a32e98f0372e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apilibrary-2827457751-bylqn", | |
"generateName": "apilibrary-2827457751-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/apilibrary-2827457751-bylqn", | |
"uid": "c064f078-ed74-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27054794", | |
"creationTimestamp": "2017-02-07T20:33:58Z", | |
"labels": { | |
"app": "apilibrary", | |
"pod-template-hash": "2827457751" | |
}, | |
"annotations": { | |
"appVersion": "1.0.2930_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"apilibrary-2827457751\",\"uid\":\"c0556cca-ed74-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27054387\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apilibrary-2827457751", | |
"uid": "c0556cca-ed74-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apilibrary", | |
"image": "dregs.domosoftware.net/public/apilibrary:1.0.2930_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-4.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:33:58Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:34:58Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:33:58Z" | |
} | |
], | |
"hostIP": "10.12.8.4", | |
"podIP": "192.168.2.36", | |
"startTime": "2017-02-07T20:33:58Z", | |
"containerStatuses": [ | |
{ | |
"name": "apilibrary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:34:18Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apilibrary:1.0.2930_master", | |
"imageID": "docker://sha256:3a4b3407ce81023d83ba44d2d17d25857b10cfd91ac4bdd6c6e1ffb5e1307993", | |
"containerID": "docker://b412334a75d2a2126708206d22a2216426a3b7e4d4a61f3715448292d7c7ea59" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apisocial-3200946947-cqa6m", | |
"generateName": "apisocial-3200946947-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/apisocial-3200946947-cqa6m", | |
"uid": "ecbb2722-ecf5-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26767122", | |
"creationTimestamp": "2017-02-07T05:26:06Z", | |
"labels": { | |
"app": "apisocial", | |
"pod-template-hash": "3200946947" | |
}, | |
"annotations": { | |
"appVersion": "1.0.5478_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"apisocial-3200946947\",\"uid\":\"ec9cd0d4-ecf5-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26766574\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apisocial-3200946947", | |
"uid": "ec9cd0d4-ecf5-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apisocial", | |
"image": "dregs.domosoftware.net/public/apisocial:1.0.5478_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-98.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T05:26:06Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T05:27:37Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T05:26:06Z" | |
} | |
], | |
"hostIP": "10.12.8.98", | |
"podIP": "192.168.171.139", | |
"startTime": "2017-02-07T05:26:06Z", | |
"containerStatuses": [ | |
{ | |
"name": "apisocial", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T05:26:30Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apisocial:1.0.5478_master", | |
"imageID": "docker://sha256:0a8d7fdf6e5c8859a6c035e413e6b91a56eae95e6fddb514214bf1b9977f9106", | |
"containerID": "docker://0b2b7454cb22d372ac03a0c443c34444235aceefa442e047bce0e66a50e3a813" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "audit-1198165017-2e1bw", | |
"generateName": "audit-1198165017-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/audit-1198165017-2e1bw", | |
"uid": "ba9e7647-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052259", | |
"creationTimestamp": "2017-02-07T20:26:38Z", | |
"labels": { | |
"app": "audit", | |
"pod-template-hash": "1198165017" | |
}, | |
"annotations": { | |
"appVersion": "1.0.177_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"audit-1198165017\",\"uid\":\"ba9be7f6-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051227\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "audit-1198165017", | |
"uid": "ba9be7f6-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "audit", | |
"image": "dregs.domosoftware.net/public/audit:1.0.177_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:26:38Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:59Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:26:38Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "192.168.25.193", | |
"startTime": "2017-02-07T20:26:38Z", | |
"containerStatuses": [ | |
{ | |
"name": "audit", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:26:57Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/audit:1.0.177_master", | |
"imageID": "docker://sha256:55eb9e024a4533779c201f3fcdbd8f07d0eceafbd1efbb6abcbfa753b2024e5c", | |
"containerID": "docker://c613833b29c15a081727410a61fd347462655a57186ca427a2cf66317ac4d144" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "clamav-2226079183-vprzk", | |
"generateName": "clamav-2226079183-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/clamav-2226079183-vprzk", | |
"uid": "8da23d72-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26576830", | |
"creationTimestamp": "2017-02-06T20:26:34Z", | |
"labels": { | |
"app": "clamav", | |
"pod-template-hash": "2226079183" | |
}, | |
"annotations": { | |
"appVersion": "0.0.1_2", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"clamav-2226079183\",\"uid\":\"8d931ff3-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26576488\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "clamav-2226079183", | |
"uid": "8d931ff3-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "clamav-token-o55v1", | |
"secret": { | |
"secretName": "clamav-token-o55v1", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "clamav", | |
"image": "dregs.domosoftware.net/public/clamav:0.0.1_2", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 3310, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "512Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "512Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "clamav-token-o55v1", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 3310 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "clamav", | |
"serviceAccount": "clamav", | |
"nodeName": "ip-10-12-8-123.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:34Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:54Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:34Z" | |
} | |
], | |
"hostIP": "10.12.8.123", | |
"podIP": "192.168.65.95", | |
"startTime": "2017-02-06T20:26:34Z", | |
"containerStatuses": [ | |
{ | |
"name": "clamav", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:26:40Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/clamav:0.0.1_2", | |
"imageID": "docker://sha256:df999896b65cc49cc90623bef59b5a2290deb876f9e28c71198430697e895bb3", | |
"containerID": "docker://24e9aad00234554a3dd1e6612b8f927c1dc6d6d220e5e831f753213f0c445f35" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "containermanager-1771806448-o0qm6", | |
"generateName": "containermanager-1771806448-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/containermanager-1771806448-o0qm6", | |
"uid": "9e61e1d3-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26578202", | |
"creationTimestamp": "2017-02-06T20:27:02Z", | |
"labels": { | |
"app": "containermanager", | |
"pod-template-hash": "1771806448" | |
}, | |
"annotations": { | |
"appVersion": "0.2.2659_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"containermanager-1771806448\",\"uid\":\"9e529505-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26577015\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "containermanager-1771806448", | |
"uid": "9e529505-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "containermanager", | |
"image": "dregs.domosoftware.net/public/containermanager:0.2.2659_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-123.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:02Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:52Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:02Z" | |
} | |
], | |
"hostIP": "10.12.8.123", | |
"podIP": "192.168.65.105", | |
"startTime": "2017-02-06T20:27:02Z", | |
"containerStatuses": [ | |
{ | |
"name": "containermanager", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:27:12Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/containermanager:0.2.2659_master", | |
"imageID": "docker://sha256:7ff8c318703aeda7d7f80c9b9846199f1c6f286251f59b2a17785cb96e229fe0", | |
"containerID": "docker://63ee2d74f8646c40e421d4c5defe4160a0a1195fd8599c4919ed94764ddc8027" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "custcol-434474992-4rxmg", | |
"generateName": "custcol-434474992-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/custcol-434474992-4rxmg", | |
"uid": "a42d7eee-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26577722", | |
"creationTimestamp": "2017-02-06T20:27:12Z", | |
"labels": { | |
"app": "custcol", | |
"pod-template-hash": "434474992" | |
}, | |
"annotations": { | |
"appVersion": "1.0.108_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"custcol-434474992\",\"uid\":\"a429e870-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26577199\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "custcol-434474992", | |
"uid": "a429e870-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "custcol", | |
"image": "dregs.domosoftware.net/public/custcol:1.0.108_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:12Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:32Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:12Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "192.168.25.220", | |
"startTime": "2017-02-06T20:27:12Z", | |
"containerStatuses": [ | |
{ | |
"name": "custcol", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:27:23Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/custcol:1.0.108_master", | |
"imageID": "docker://sha256:d31752cceea408819c9037d737abb610842d314e5a0d14e3bf7eedc3d445d98f", | |
"containerID": "docker://9fcc9c8c76da503e18b48c7587b9655faef50b735882c64faa026d0fb1c86858" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "datahub-893030255-0ybjl", | |
"generateName": "datahub-893030255-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/datahub-893030255-0ybjl", | |
"uid": "c19821ac-ed78-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27064196", | |
"creationTimestamp": "2017-02-07T21:02:38Z", | |
"labels": { | |
"app": "datahub", | |
"pod-template-hash": "893030255" | |
}, | |
"annotations": { | |
"appVersion": "1.0.1203_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"datahub-893030255\",\"uid\":\"c18a797e-ed78-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27063877\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "datahub-893030255", | |
"uid": "c18a797e-ed78-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "datahub", | |
"image": "dregs.domosoftware.net/public/datahub:1.0.1203_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-24.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:02:38Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:03:18Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:02:38Z" | |
} | |
], | |
"hostIP": "10.12.8.24", | |
"podIP": "192.168.138.91", | |
"startTime": "2017-02-07T21:02:38Z", | |
"containerStatuses": [ | |
{ | |
"name": "datahub", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:03:00Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/datahub:1.0.1203_master", | |
"imageID": "docker://sha256:ddbb66fd93a23783291c4ef03752ab579fc32ce22e9fc699c3b3f8f5b928b039", | |
"containerID": "docker://5ba993515e38cb404badcd87b7b5c90a0b7a7fa808c59e403ff6026d224bab56" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fileimport-2961104548-yrbb5", | |
"generateName": "fileimport-2961104548-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/fileimport-2961104548-yrbb5", | |
"uid": "ba580bce-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26579330", | |
"creationTimestamp": "2017-02-06T20:27:49Z", | |
"labels": { | |
"app": "fileimport", | |
"pod-template-hash": "2961104548" | |
}, | |
"annotations": { | |
"appVersion": "1.0.275_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"fileimport-2961104548\",\"uid\":\"ba568891-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26578130\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "fileimport-2961104548", | |
"uid": "ba568891-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fileimport", | |
"image": "dregs.domosoftware.net/public/fileimport:1.0.275_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "sftp", | |
"containerPort": 9722, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "smtp", | |
"containerPort": 9725, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-74.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:49Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:30:20Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:49Z" | |
} | |
], | |
"hostIP": "10.12.8.74", | |
"podIP": "192.168.215.165", | |
"startTime": "2017-02-06T20:27:49Z", | |
"containerStatuses": [ | |
{ | |
"name": "fileimport", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:28:22Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/fileimport:1.0.275_master", | |
"imageID": "docker://sha256:b9c30d61100d97918a65c837541cc25aefa21b220e115fa527b239c25ce7678f", | |
"containerID": "docker://99441e1fd5ac93058744d3f106007b398ea80ec01a3c2a6c36d8f03680dcf75e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "genus-261852419-6ok6x", | |
"generateName": "genus-261852419-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/genus-261852419-6ok6x", | |
"uid": "04325bd6-ed49-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26940714", | |
"creationTimestamp": "2017-02-07T15:20:54Z", | |
"labels": { | |
"app": "genus", | |
"pod-template-hash": "261852419" | |
}, | |
"annotations": { | |
"appVersion": "2.0.0_master.654", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"genus-261852419\",\"uid\":\"042341fc-ed49-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26940323\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "genus-261852419", | |
"uid": "042341fc-ed49-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "genus", | |
"image": "dregs.domosoftware.net/public/genus:2.0.0_master.654", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-123.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:20:54Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:21:54Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:20:54Z" | |
} | |
], | |
"hostIP": "10.12.8.123", | |
"podIP": "192.168.65.78", | |
"startTime": "2017-02-07T15:20:54Z", | |
"containerStatuses": [ | |
{ | |
"name": "genus", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T15:21:16Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/genus:2.0.0_master.654", | |
"imageID": "docker://sha256:662d7743352a45828b9c5a3933c09179546e3bdb0647385f1fd52e3a2c02841d", | |
"containerID": "docker://7d482275895b46044fb7c9b55bdf4208cccc9be27814ac4428538540e36f0e13" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "genusadvanced-3032586121-stwws", | |
"generateName": "genusadvanced-3032586121-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/genusadvanced-3032586121-stwws", | |
"uid": "b6dd6125-ed51-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26960390", | |
"creationTimestamp": "2017-02-07T16:23:09Z", | |
"labels": { | |
"app": "genusadvanced", | |
"pod-template-hash": "3032586121" | |
}, | |
"annotations": { | |
"appVersion": "2.0.2331_emp", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"genusadvanced-3032586121\",\"uid\":\"b6db5167-ed51-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26959997\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "genusadvanced-3032586121", | |
"uid": "b6db5167-ed51-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "genusadvanced", | |
"image": "dregs.domosoftware.net/public/genus_advanced:2.0.2331_emp", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-15.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T16:23:09Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T16:24:10Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T16:23:09Z" | |
} | |
], | |
"hostIP": "10.12.8.15", | |
"podIP": "192.168.174.233", | |
"startTime": "2017-02-07T16:23:09Z", | |
"containerStatuses": [ | |
{ | |
"name": "genusadvanced", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T16:23:36Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/genus_advanced:2.0.2331_emp", | |
"imageID": "docker://sha256:397c515756cf9a7b775c315a3484999573443730e36a5be1504a2d46e7a31d15", | |
"containerID": "docker://7d2df9928cf6204d7ea3114b4bbcc170dc1bb9d1ef95c62d6bb48c3f37c75771" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "genusweb-820023935-elziu", | |
"generateName": "genusweb-820023935-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/genusweb-820023935-elziu", | |
"uid": "9fbe196c-ed79-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27066442", | |
"creationTimestamp": "2017-02-07T21:08:50Z", | |
"labels": { | |
"app": "genusweb", | |
"pod-template-hash": "820023935" | |
}, | |
"annotations": { | |
"appVersion": "1.0.18821_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"genusweb-820023935\",\"uid\":\"9faec1b9-ed79-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27065976\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "genusweb-820023935", | |
"uid": "9faec1b9-ed79-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "genusweb", | |
"image": "dregs.domosoftware.net/public/genus-web:1.0.18821_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-80.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:08:50Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:09:30Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:08:50Z" | |
} | |
], | |
"hostIP": "10.12.8.80", | |
"podIP": "192.168.33.14", | |
"startTime": "2017-02-07T21:08:50Z", | |
"containerStatuses": [ | |
{ | |
"name": "genusweb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:09:13Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/genus-web:1.0.18821_master", | |
"imageID": "docker://sha256:bc6f906659b8da02a3f9bfd86c487c1d3fab730cb2bbb2bdecfccadca4b0a992", | |
"containerID": "docker://98bf42dad572b552e6903fbb05e15c61c5c4bbd25a75161566857b6a620d7375" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "ice-2702215397-7olwd", | |
"generateName": "ice-2702215397-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/ice-2702215397-7olwd", | |
"uid": "65a3ea9e-ecc9-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26666462", | |
"creationTimestamp": "2017-02-07T00:07:21Z", | |
"labels": { | |
"app": "ice", | |
"pod-template-hash": "2702215397" | |
}, | |
"annotations": { | |
"appVersion": "1.0.3563_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"ice-2702215397\",\"uid\":\"65969b32-ecc9-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26666096\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "ice-2702215397", | |
"uid": "65969b32-ecc9-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "ice", | |
"image": "dregs.domosoftware.net/public/ice:1.0.3563_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-41.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:07:22Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:08:12Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:07:22Z" | |
} | |
], | |
"hostIP": "10.12.8.41", | |
"podIP": "192.168.232.137", | |
"startTime": "2017-02-07T00:07:22Z", | |
"containerStatuses": [ | |
{ | |
"name": "ice", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T00:07:37Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/ice:1.0.3563_master", | |
"imageID": "docker://sha256:cca467877a6a2ba9f5c388c59dce3c7d7ad271401f33b4dac4cda761b10800dd", | |
"containerID": "docker://0f1a4ba1a42fd360528d1b9b3cc265039ffe83cf98d722165becdb18a7b0542f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "icebox-1839500713-az62r", | |
"generateName": "icebox-1839500713-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/icebox-1839500713-az62r", | |
"uid": "a3867b94-ed4c-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26948998", | |
"creationTimestamp": "2017-02-07T15:46:49Z", | |
"labels": { | |
"app": "icebox", | |
"pod-template-hash": "1839500713" | |
}, | |
"annotations": { | |
"appVersion": "1.0.791_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"icebox-1839500713\",\"uid\":\"a33a6f11-ed4c-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26948679\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "icebox-1839500713", | |
"uid": "a33a6f11-ed4c-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "icebox", | |
"image": "dregs.domosoftware.net/public/icebox:1.0.791_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-4.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:46:49Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:47:40Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:46:49Z" | |
} | |
], | |
"hostIP": "10.12.8.4", | |
"podIP": "192.168.2.30", | |
"startTime": "2017-02-07T15:46:49Z", | |
"containerStatuses": [ | |
{ | |
"name": "icebox", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T15:47:08Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/icebox:1.0.791_master", | |
"imageID": "docker://sha256:5f9e18b2d5dcd35976fd4640fa51385be4ef85764e263c6ebb4ecb9a69e44fc7", | |
"containerID": "docker://e41bccc899bbaa36eb67539c7237c81b5bf76388ecd35040f148fa617cff0540" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "import-3482226390-4zpb0", | |
"generateName": "import-3482226390-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/import-3482226390-4zpb0", | |
"uid": "a4a3c096-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26577324", | |
"creationTimestamp": "2017-02-06T20:27:13Z", | |
"labels": { | |
"app": "import", | |
"pod-template-hash": "3482226390" | |
}, | |
"annotations": { | |
"appVersion": "0.2.2661_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"import-3482226390\",\"uid\":\"a4966286-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26577232\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "import-3482226390", | |
"uid": "a4966286-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "import", | |
"image": "dregs.domosoftware.net/public/import:0.2.2661_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-70.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:13Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:23Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:13Z" | |
} | |
], | |
"hostIP": "10.12.8.70", | |
"podIP": "192.168.113.177", | |
"startTime": "2017-02-06T20:27:13Z", | |
"containerStatuses": [ | |
{ | |
"name": "import", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:27:19Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/import:0.2.2661_master", | |
"imageID": "docker://sha256:e1f89c5728e29da5aac3a5bc7c85ef62a4656c911b503359a6cef7d3c71ec2d0", | |
"containerID": "docker://aa767e57d22f732b659f451089ef6820413dca30f7d1b328be73b9e16dbb6625" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "memcached-1670477168-nrm93", | |
"generateName": "memcached-1670477168-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/memcached-1670477168-nrm93", | |
"uid": "8c43fb4f-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26576749", | |
"creationTimestamp": "2017-02-06T20:26:32Z", | |
"labels": { | |
"app": "memcached", | |
"pod-template-hash": "1670477168" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"memcached-1670477168\",\"uid\":\"8c33e54d-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26576410\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9150", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "memcached-1670477168", | |
"uid": "8c33e54d-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "memcached-token-qbd42", | |
"secret": { | |
"secretName": "memcached-token-qbd42", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "memcached", | |
"image": "dregs.domosoftware.net/domovm/domo-memcached:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 11211, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "memcached-token-qbd42", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 11211 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "prom/memcached-exporter:v0.3.0", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9150, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "memcached-token-qbd42", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "memcached", | |
"serviceAccount": "memcached", | |
"nodeName": "ip-10-12-8-43.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:32Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:52Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:32Z" | |
} | |
], | |
"hostIP": "10.12.8.43", | |
"podIP": "192.168.228.154", | |
"startTime": "2017-02-06T20:26:32Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:26:51Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "prom/memcached-exporter:v0.3.0", | |
"imageID": "docker://sha256:93a421a1f9c91cf732b03524babe9d4a66079dbcac2e88933e26bbd3b631b127", | |
"containerID": "docker://88e7dc3bf0f188278c293e15340eca0eaef62bf85b555e4ec43b800d62d1f803" | |
}, | |
{ | |
"name": "memcached", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:26:43Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/domovm/domo-memcached:latest", | |
"imageID": "docker://sha256:9dae08adefcb2e9c25cae075d1caf601c16a6fda0e3b8db573f3fe98927d9a0c", | |
"containerID": "docker://08e9ba02bcf32e04f41706e41f6d3228359a707da6d2ba2caa0e5592e5b18056" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "mongodb-3222686854-z99iw", | |
"generateName": "mongodb-3222686854-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/mongodb-3222686854-z99iw", | |
"uid": "8ddf35d8-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26577105", | |
"creationTimestamp": "2017-02-06T20:26:35Z", | |
"labels": { | |
"app": "mongodb", | |
"pod-template-hash": "3222686854" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"mongodb-3222686854\",\"uid\":\"8dcffd2a-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26576505\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "mongodb-3222686854", | |
"uid": "8dcffd2a-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mongodb-token-hjocm", | |
"secret": { | |
"secretName": "mongodb-token-hjocm", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "mongodb", | |
"image": "dregs.domosoftware.net/domovm/domo-mongodb:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 27017, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mongodb-token-hjocm", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 27017 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "mongodb", | |
"serviceAccount": "mongodb", | |
"nodeName": "ip-10-12-8-119.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:35Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:05Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:35Z" | |
} | |
], | |
"hostIP": "10.12.8.119", | |
"podIP": "192.168.199.163", | |
"startTime": "2017-02-06T20:26:35Z", | |
"containerStatuses": [ | |
{ | |
"name": "mongodb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:27:02Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/domovm/domo-mongodb:latest", | |
"imageID": "docker://sha256:e79b013480ebccfd37918de865e6b158000f0f78534c0aa27d533a4433a8f658", | |
"containerID": "docker://e02b4a0acc52b46a3404dfbaecf9697fc8116ff723d1e41b6999133dafb5205a" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "mysql-1534890321-bkb11", | |
"generateName": "mysql-1534890321-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/mysql-1534890321-bkb11", | |
"uid": "8c9ea9b0-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26577320", | |
"creationTimestamp": "2017-02-06T20:26:32Z", | |
"labels": { | |
"app": "mysql", | |
"pod-template-hash": "1534890321" | |
}, | |
"annotations": { | |
"appVersion": "0.0.1_8", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"mysql-1534890321\",\"uid\":\"8c8ff93a-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26576428\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9104", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "mysql-1534890321", | |
"uid": "8c8ff93a-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mysql-token-22sb4", | |
"secret": { | |
"secretName": "mysql-token-22sb4", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "mysql", | |
"image": "dregs.domosoftware.net/public/mysql:0.0.1_8", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 3306, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "4Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "4Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mysql-token-22sb4", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 3306 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "prom/mysqld-exporter:v0.9.0", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9104, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "DATA_SOURCE_NAME", | |
"value": "domo:popchart@(localhost:3306)/" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "mysql-token-22sb4", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "mysql", | |
"serviceAccount": "mysql", | |
"nodeName": "ip-10-12-8-57.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:33Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:23Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:33Z" | |
} | |
], | |
"hostIP": "10.12.8.57", | |
"podIP": "192.168.235.208", | |
"startTime": "2017-02-06T20:26:33Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:27:17Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "prom/mysqld-exporter:v0.9.0", | |
"imageID": "docker://sha256:6ccd386280782f67700fac5a4ce9c164f5a3edb5951aa2cd58a2ba5d81c924ba", | |
"containerID": "docker://e741506d1951fd74cfd93bf09f30b5087a5559e7db880c0bfb02e426ab8de805" | |
}, | |
{ | |
"name": "mysql", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:27:05Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/mysql:0.0.1_8", | |
"imageID": "docker://sha256:c0547a05f9d3f39c52a7cb74b0b1bf1416f75fbe4e4686e62c5339e01b19431f", | |
"containerID": "docker://0efc614451a4c97f88cd33633c0e394f5fd835c5ef9b335ff63af0876dce6b58" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "phoenix-1152618584-1dji8", | |
"generateName": "phoenix-1152618584-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/phoenix-1152618584-1dji8", | |
"uid": "47e45e46-ed7c-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27073208", | |
"creationTimestamp": "2017-02-07T21:27:51Z", | |
"labels": { | |
"app": "phoenix", | |
"pod-template-hash": "1152618584" | |
}, | |
"annotations": { | |
"appVersion": "1.0.2078_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"phoenix-1152618584\",\"uid\":\"47d9e1c9-ed7c-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27072836\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "phoenix-1152618584", | |
"uid": "47d9e1c9-ed7c-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "phoenix", | |
"image": "dregs.domosoftware.net/public/phoenix:1.0.2078_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-98.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:27:52Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:28:32Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:27:52Z" | |
} | |
], | |
"hostIP": "10.12.8.98", | |
"podIP": "192.168.171.186", | |
"startTime": "2017-02-07T21:27:52Z", | |
"containerStatuses": [ | |
{ | |
"name": "phoenix", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:28:07Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/phoenix:1.0.2078_master", | |
"imageID": "docker://sha256:beed91a465f8635243288b307fb3ebb958d9595bda0cf8e337d20a5b89e695e1", | |
"containerID": "docker://2e57de3a6643144b9ab9aa7740f0495ada066846fca7c33b4e9cc5af4c3e6819" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "promote-csv-connector-dtfag", | |
"generateName": "promote-csv-connector-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/promote-csv-connector-dtfag", | |
"uid": "431c2b9a-ecbd-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26631872", | |
"creationTimestamp": "2017-02-06T22:40:30Z", | |
"labels": { | |
"app": "promote-csv-connector", | |
"controller-uid": "431ac133-ecbd-11e6-93b9-1247551dff28", | |
"job-name": "promote-csv-connector" | |
}, | |
"annotations": { | |
"appVersion": "1.0", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"Job\",\"namespace\":\"hot-ape\",\"name\":\"promote-csv-connector\",\"uid\":\"431ac133-ecbd-11e6-93b9-1247551dff28\",\"apiVersion\":\"batch\",\"resourceVersion\":\"26631475\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "promote-csv-connector", | |
"image": "dregs.domosoftware.net/public/promote-csv-connector:1.0", | |
"env": [ | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "OnFailure", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-46.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Succeeded", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T22:40:30Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "Ready", | |
"status": "False", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T22:40:55Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T22:40:30Z" | |
} | |
], | |
"hostIP": "10.12.8.46", | |
"podIP": "192.168.110.234", | |
"startTime": "2017-02-06T22:40:30Z", | |
"containerStatuses": [ | |
{ | |
"name": "promote-csv-connector", | |
"state": { | |
"terminated": { | |
"exitCode": 0, | |
"reason": "Completed", | |
"startedAt": "2017-02-06T22:40:37Z", | |
"finishedAt": "2017-02-06T22:40:55Z", | |
"containerID": "docker://a97422e222759d269f1008fe865e2e746758ee05bbbde536b4650a32bf5aa70d" | |
} | |
}, | |
"lastState": {}, | |
"ready": false, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/promote-csv-connector:1.0", | |
"imageID": "docker://sha256:81c8b5a2c1031ebe950e50412f41b4401ca67bbac03924b074bb18b34ab3f223", | |
"containerID": "docker://a97422e222759d269f1008fe865e2e746758ee05bbbde536b4650a32bf5aa70d" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "promote-datahub-connector-sj6xd", | |
"generateName": "promote-datahub-connector-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/promote-datahub-connector-sj6xd", | |
"uid": "f5d805fd-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26579279", | |
"creationTimestamp": "2017-02-06T20:29:29Z", | |
"labels": { | |
"app": "promote-datahub-connector", | |
"controller-uid": "f5d6e0b2-ecaa-11e6-bb5f-124a4b41d706", | |
"job-name": "promote-datahub-connector" | |
}, | |
"annotations": { | |
"appVersion": "1.0", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"Job\",\"namespace\":\"hot-ape\",\"name\":\"promote-datahub-connector\",\"uid\":\"f5d6e0b2-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"batch\",\"resourceVersion\":\"26579036\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "promote-datahub-connector", | |
"image": "dregs.domosoftware.net/public/promote-datahub-connector:1.0", | |
"env": [ | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "OnFailure", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-119.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Succeeded", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:29:29Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "Ready", | |
"status": "False", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:30:09Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:29:29Z" | |
} | |
], | |
"hostIP": "10.12.8.119", | |
"podIP": "192.168.199.165", | |
"startTime": "2017-02-06T20:29:29Z", | |
"containerStatuses": [ | |
{ | |
"name": "promote-datahub-connector", | |
"state": { | |
"terminated": { | |
"exitCode": 0, | |
"reason": "Completed", | |
"startedAt": "2017-02-06T20:30:03Z", | |
"finishedAt": "2017-02-06T20:30:09Z", | |
"containerID": "docker://49dbfda9f84d1652fc71c939eea73c1afb686f8d5a5b942cad76503f491cd53f" | |
} | |
}, | |
"lastState": {}, | |
"ready": false, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/promote-datahub-connector:1.0", | |
"imageID": "docker://sha256:743be86ad104d01c93a688718baa39d018912feb1faa3c4a8c1d6f262499fc92", | |
"containerID": "docker://49dbfda9f84d1652fc71c939eea73c1afb686f8d5a5b942cad76503f491cd53f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "promote-fail-connector-mrudr", | |
"generateName": "promote-fail-connector-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/promote-fail-connector-mrudr", | |
"uid": "f5e6e6ab-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26579453", | |
"creationTimestamp": "2017-02-06T20:29:29Z", | |
"labels": { | |
"app": "promote-fail-connector", | |
"controller-uid": "f5e4bb02-ecaa-11e6-bb5f-124a4b41d706", | |
"job-name": "promote-fail-connector" | |
}, | |
"annotations": { | |
"appVersion": "2.0", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"Job\",\"namespace\":\"hot-ape\",\"name\":\"promote-fail-connector\",\"uid\":\"f5e4bb02-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"batch\",\"resourceVersion\":\"26579043\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "promote-fail-connector", | |
"image": "dregs.domosoftware.net/public/promote-fail-connector:2.0", | |
"env": [ | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "OnFailure", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-80.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Succeeded", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:29:29Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "Ready", | |
"status": "False", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:30:43Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:29:29Z" | |
} | |
], | |
"hostIP": "10.12.8.80", | |
"podIP": "192.168.33.16", | |
"startTime": "2017-02-06T20:29:29Z", | |
"containerStatuses": [ | |
{ | |
"name": "promote-fail-connector", | |
"state": { | |
"terminated": { | |
"exitCode": 0, | |
"reason": "Completed", | |
"startedAt": "2017-02-06T20:30:04Z", | |
"finishedAt": "2017-02-06T20:30:42Z", | |
"containerID": "docker://5bc00bf48d710c50058530256e81c37ebaf114c2e31067318c9b1c6ce29fa92d" | |
} | |
}, | |
"lastState": {}, | |
"ready": false, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/promote-fail-connector:2.0", | |
"imageID": "docker://sha256:e2e67d1f9dd29c5fe5c2d8893da1bad6ea16e9862d2476c9041e1ccbc70dd037", | |
"containerID": "docker://5bc00bf48d710c50058530256e81c37ebaf114c2e31067318c9b1c6ce29fa92d" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "promote-fake-data-connector-1sh48", | |
"generateName": "promote-fake-data-connector-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/promote-fake-data-connector-1sh48", | |
"uid": "f6f4ea95-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26579417", | |
"creationTimestamp": "2017-02-06T20:29:31Z", | |
"labels": { | |
"app": "promote-fake-data-connector", | |
"controller-uid": "f6d6e376-ecaa-11e6-bb5f-124a4b41d706", | |
"job-name": "promote-fake-data-connector" | |
}, | |
"annotations": { | |
"appVersion": "0.58", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"Job\",\"namespace\":\"hot-ape\",\"name\":\"promote-fake-data-connector\",\"uid\":\"f6d6e376-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"batch\",\"resourceVersion\":\"26579056\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "promote-fake-data-connector", | |
"image": "dregs.domosoftware.net/public/promote-66c99f27-2cd4-4e01-b3e8-cf6c52348505:0.58", | |
"env": [ | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "OnFailure", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-27.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Succeeded", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:29:31Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "Ready", | |
"status": "False", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:30:36Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:29:31Z" | |
} | |
], | |
"hostIP": "10.12.8.27", | |
"podIP": "192.168.126.104", | |
"startTime": "2017-02-06T20:29:31Z", | |
"containerStatuses": [ | |
{ | |
"name": "promote-fake-data-connector", | |
"state": { | |
"terminated": { | |
"exitCode": 0, | |
"reason": "Completed", | |
"startedAt": "2017-02-06T20:29:41Z", | |
"finishedAt": "2017-02-06T20:30:35Z", | |
"containerID": "docker://d0136ff624458b2b1181d2e228aadc7b40aaeccdea47e773a83cd9f2cf80c501" | |
} | |
}, | |
"lastState": {}, | |
"ready": false, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/promote-66c99f27-2cd4-4e01-b3e8-cf6c52348505:0.58", | |
"imageID": "docker://sha256:bb28aebd16b77d890980acd345bf0673f391f18c6bceb25a75c8b4344bf9f7c2", | |
"containerID": "docker://d0136ff624458b2b1181d2e228aadc7b40aaeccdea47e773a83cd9f2cf80c501" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "promote-slow-connector-vdxp2", | |
"generateName": "promote-slow-connector-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/promote-slow-connector-vdxp2", | |
"uid": "f7225c4b-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26579373", | |
"creationTimestamp": "2017-02-06T20:29:31Z", | |
"labels": { | |
"app": "promote-slow-connector", | |
"controller-uid": "f713ceef-ecaa-11e6-bb5f-124a4b41d706", | |
"job-name": "promote-slow-connector" | |
}, | |
"annotations": { | |
"appVersion": "1.0", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"Job\",\"namespace\":\"hot-ape\",\"name\":\"promote-slow-connector\",\"uid\":\"f713ceef-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"batch\",\"resourceVersion\":\"26579065\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-7ovdq", | |
"secret": { | |
"secretName": "default-token-7ovdq", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "promote-slow-connector", | |
"image": "dregs.domosoftware.net/public/promote-slow-connector:1.0", | |
"env": [ | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ape,hot-ape_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ape" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ape.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-7ovdq", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "OnFailure", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-80.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Succeeded", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:29:31Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "Ready", | |
"status": "False", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:30:28Z", | |
"reason": "PodCompleted" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:29:31Z" | |
} | |
], | |
"hostIP": "10.12.8.80", | |
"podIP": "192.168.33.52", | |
"startTime": "2017-02-06T20:29:31Z", | |
"containerStatuses": [ | |
{ | |
"name": "promote-slow-connector", | |
"state": { | |
"terminated": { | |
"exitCode": 0, | |
"reason": "Completed", | |
"startedAt": "2017-02-06T20:30:09Z", | |
"finishedAt": "2017-02-06T20:30:27Z", | |
"containerID": "docker://ad24858b67bacb4d9d5da66fce2be972bf007dce4430476028902586e80dd336" | |
} | |
}, | |
"lastState": {}, | |
"ready": false, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/promote-slow-connector:1.0", | |
"imageID": "docker://sha256:6ed0b9087fed921539a8a0371b12bc498d4e28e8ac39fb420ceb65ba6ab2c678", | |
"containerID": "docker://ad24858b67bacb4d9d5da66fce2be972bf007dce4430476028902586e80dd336" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "pusher-2337032161-79g4x", | |
"generateName": "pusher-2337032161-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/pusher-2337032161-79g4x", | |
"uid": "8e1ce0c2-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26576676", | |
"creationTimestamp": "2017-02-06T20:26:35Z", | |
"labels": { | |
"app": "pusher", | |
"pod-template-hash": "2337032161" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"pusher-2337032161\",\"uid\":\"8e0de3da-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26576524\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "pusher-2337032161", | |
"uid": "8e0de3da-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "pusher-token-dbef7", | |
"secret": { | |
"secretName": "pusher-token-dbef7", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "pusher", | |
"image": "dregs.domosoftware.net/public/poxa:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8883, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "pusher-token-dbef7", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 8883 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "pusher", | |
"serviceAccount": "pusher", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:35Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:45Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:35Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "192.168.25.219", | |
"startTime": "2017-02-06T20:26:35Z", | |
"containerStatuses": [ | |
{ | |
"name": "pusher", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:26:42Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/poxa:latest", | |
"imageID": "docker://sha256:9b33b3756851e6a683f7a466c86354a75b3d7da4fb3a3d2543588d84b99320ee", | |
"containerID": "docker://5feaf8b7da90a764b36c6f13d1c8cc5d5964e24680743b1f1099b29578319857" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "rabbit-2940571590-iabfb", | |
"generateName": "rabbit-2940571590-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/rabbit-2940571590-iabfb", | |
"uid": "8d0a257e-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26576799", | |
"creationTimestamp": "2017-02-06T20:26:33Z", | |
"labels": { | |
"app": "rabbit", | |
"pod-template-hash": "2940571590" | |
}, | |
"annotations": { | |
"appVersion": "3.6.5-management", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"rabbit-2940571590\",\"uid\":\"8cecd5a6-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26576448\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9090", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "rabbit-2940571590", | |
"uid": "8cecd5a6-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "rabbit-token-fcv4p", | |
"secret": { | |
"secretName": "rabbit-token-fcv4p", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "rabbit", | |
"image": "rabbitmq:3.6.5-management", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 5672, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "management", | |
"containerPort": 15672, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "512Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "512Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "rabbit-token-fcv4p", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 5672 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "kbudde/rabbitmq-exporter:0.17.1", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9090, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "rabbit-token-fcv4p", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "rabbit", | |
"serviceAccount": "rabbit", | |
"nodeName": "ip-10-12-8-15.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:33Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:53Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:33Z" | |
} | |
], | |
"hostIP": "10.12.8.15", | |
"podIP": "192.168.174.198", | |
"startTime": "2017-02-06T20:26:33Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:26:39Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "kbudde/rabbitmq-exporter:0.17.1", | |
"imageID": "docker://sha256:9291342a31099f8928c22c9abe6548f0533b15c2e7cd5dde52690e2b08ca367d", | |
"containerID": "docker://d5f47e2a5ba69c4d637d04eb1c58cd7593af17c24e86e24338f96308b39f9573" | |
}, | |
{ | |
"name": "rabbit", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:26:38Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "rabbitmq:3.6.5-management", | |
"imageID": "docker://sha256:5335b737c38052271dcfe6277287cb47fb82d0d18d940c742471c980f5500710", | |
"containerID": "docker://db6cb9c28425be39f1af1a3f310b234ffdea98a44893e306b93fbe895f82dd2f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "s3-2633646697-qagai", | |
"generateName": "s3-2633646697-", | |
"namespace": "hot-ape", | |
"selfLink": "/api/v1/namespaces/hot-ape/pods/s3-2633646697-qagai", | |
"uid": "8d578cc9-ecaa-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26577262", | |
"creationTimestamp": "2017-02-06T20:26:34Z", | |
"labels": { | |
"app": "s3", | |
"pod-template-hash": "2633646697" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ape\",\"name\":\"s3-2633646697\",\"uid\":\"8d4dafe5-ecaa-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26576470\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "s3-2633646697", | |
"uid": "8d4dafe5-ecaa-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "s3-token-jq0b0", | |
"secret": { | |
"secretName": "s3-token-jq0b0", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "s3", | |
"image": "dregs.domosoftware.net/domovm/domo-vblob:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 9981, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "s3-token-jq0b0", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 9981 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "s3", | |
"serviceAccount": "s3", | |
"nodeName": "ip-10-12-8-40.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:34Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:27:14Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T20:26:34Z" | |
} | |
], | |
"hostIP": "10.12.8.40", | |
"podIP": "192.168.21.127", | |
"startTime": "2017-02-06T20:26:34Z", | |
"containerStatuses": [ | |
{ | |
"name": "s3", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T20:27:13Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/domovm/domo-vblob:latest", | |
"imageID": "docker://sha256:0f6bfb3888e9eb371e95b0b9dbfc5f3643e44cd5fb2a64c97989ca907e60b7ca", | |
"containerID": "docker://ef9b4793479aee49a33ad5ae156789168e6fe3a650cf365cf44a0897d6593a2e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "datahub-2995555891-mstvp", | |
"generateName": "datahub-2995555891-", | |
"namespace": "hot-ox", | |
"selfLink": "/api/v1/namespaces/hot-ox/pods/datahub-2995555891-mstvp", | |
"uid": "c1e6d837-ed78-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27064280", | |
"creationTimestamp": "2017-02-07T21:02:38Z", | |
"labels": { | |
"app": "datahub", | |
"pod-template-hash": "2995555891" | |
}, | |
"annotations": { | |
"appVersion": "1.0.1203_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ox\",\"name\":\"datahub-2995555891\",\"uid\":\"c1e54785-ed78-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27063896\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "datahub-2995555891", | |
"uid": "c1e54785-ed78-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-ij3t5", | |
"secret": { | |
"secretName": "default-token-ij3t5", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "datahub", | |
"image": "dregs.domosoftware.net/public/datahub:1.0.1203_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ox,hot-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-ij3t5", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-19.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:02:38Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:03:28Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:02:38Z" | |
} | |
], | |
"hostIP": "10.12.8.19", | |
"podIP": "192.168.198.166", | |
"startTime": "2017-02-07T21:02:38Z", | |
"containerStatuses": [ | |
{ | |
"name": "datahub", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:03:02Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/datahub:1.0.1203_master", | |
"imageID": "docker://sha256:ddbb66fd93a23783291c4ef03752ab579fc32ce22e9fc699c3b3f8f5b928b039", | |
"containerID": "docker://c97cd6ae3a6cd138cd03987cc92924132a6c4430f7f3517a4990a5f03cfe7e4d" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "ice-1385596843-j0i3m", | |
"generateName": "ice-1385596843-", | |
"namespace": "hot-ox", | |
"selfLink": "/api/v1/namespaces/hot-ox/pods/ice-1385596843-j0i3m", | |
"uid": "1b4a5b99-ed74-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27053230", | |
"creationTimestamp": "2017-02-07T20:29:21Z", | |
"labels": { | |
"app": "ice", | |
"pod-template-hash": "1385596843" | |
}, | |
"annotations": { | |
"appVersion": "1.0.3573_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ox\",\"name\":\"ice-1385596843\",\"uid\":\"1b3d5936-ed74-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27052887\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "ice-1385596843", | |
"uid": "1b3d5936-ed74-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-ij3t5", | |
"secret": { | |
"secretName": "default-token-ij3t5", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "ice", | |
"image": "dregs.domosoftware.net/public/ice:1.0.3573_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "hot-ox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,hot-ox,hot-ox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "hot-ox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-ij3t5", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-57.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:29:21Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:30:22Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:29:21Z" | |
} | |
], | |
"hostIP": "10.12.8.57", | |
"podIP": "192.168.235.253", | |
"startTime": "2017-02-07T20:29:21Z", | |
"containerStatuses": [ | |
{ | |
"name": "ice", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:29:40Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/ice:1.0.3573_master", | |
"imageID": "docker://sha256:3492941aa131fcaf4efd055b840233b41bf2d1e14b7befac22e8075134f38aac", | |
"containerID": "docker://c9b87530b4acc044cee0b3388794771efe3852b5cd0071193d7348a2a5efd337" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "memcached-1670477168-21jcg", | |
"generateName": "memcached-1670477168-", | |
"namespace": "hot-ox", | |
"selfLink": "/api/v1/namespaces/hot-ox/pods/memcached-1670477168-21jcg", | |
"uid": "d749675d-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052063", | |
"creationTimestamp": "2017-02-07T20:27:27Z", | |
"labels": { | |
"app": "memcached", | |
"pod-template-hash": "1670477168" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ox\",\"name\":\"memcached-1670477168\",\"uid\":\"d747c273-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051790\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9150", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "memcached-1670477168", | |
"uid": "d747c273-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "memcached-token-z6ut4", | |
"secret": { | |
"secretName": "memcached-token-z6ut4", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "memcached", | |
"image": "dregs.domosoftware.net/domovm/domo-memcached:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 11211, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "memcached-token-z6ut4", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 11211 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "prom/memcached-exporter:v0.3.0", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9150, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "memcached-token-z6ut4", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "memcached", | |
"serviceAccount": "memcached", | |
"nodeName": "ip-10-12-8-46.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:27Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:37Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:27Z" | |
} | |
], | |
"hostIP": "10.12.8.46", | |
"podIP": "192.168.110.210", | |
"startTime": "2017-02-07T20:27:27Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:27:34Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "prom/memcached-exporter:v0.3.0", | |
"imageID": "docker://sha256:93a421a1f9c91cf732b03524babe9d4a66079dbcac2e88933e26bbd3b631b127", | |
"containerID": "docker://8ea8e6a642b710344f692314b45d8c4f584e32086f1fab7e91fc3525ec800b1f" | |
}, | |
{ | |
"name": "memcached", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:27:33Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/domovm/domo-memcached:latest", | |
"imageID": "docker://sha256:9dae08adefcb2e9c25cae075d1caf601c16a6fda0e3b8db573f3fe98927d9a0c", | |
"containerID": "docker://93b76404a9585f60ba9ed6fd2fd56d6cf3fc20eebabf7e24d0c5a5e9bf5dad48" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "mysql-1534890321-4dkgr", | |
"generateName": "mysql-1534890321-", | |
"namespace": "hot-ox", | |
"selfLink": "/api/v1/namespaces/hot-ox/pods/mysql-1534890321-4dkgr", | |
"uid": "d6ceba23-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052234", | |
"creationTimestamp": "2017-02-07T20:27:26Z", | |
"labels": { | |
"app": "mysql", | |
"pod-template-hash": "1534890321" | |
}, | |
"annotations": { | |
"appVersion": "0.0.1_8", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ox\",\"name\":\"mysql-1534890321\",\"uid\":\"d6cd326c-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051750\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9104", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "mysql-1534890321", | |
"uid": "d6cd326c-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mysql-token-uq90v", | |
"secret": { | |
"secretName": "mysql-token-uq90v", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "mysql", | |
"image": "dregs.domosoftware.net/public/mysql:0.0.1_8", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 3306, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "4Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "4Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mysql-token-uq90v", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 3306 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "prom/mysqld-exporter:v0.9.0", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9104, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "DATA_SOURCE_NAME", | |
"value": "domo:popchart@(localhost:3306)/" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "mysql-token-uq90v", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "mysql", | |
"serviceAccount": "mysql", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:56Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:26Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.96", | |
"startTime": "2017-02-07T20:27:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:27:47Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "prom/mysqld-exporter:v0.9.0", | |
"imageID": "docker://sha256:6ccd386280782f67700fac5a4ce9c164f5a3edb5951aa2cd58a2ba5d81c924ba", | |
"containerID": "docker://486cd9c1b84a042b872a6d4e876b561915884d035e8418330464187b66c47e3f" | |
}, | |
{ | |
"name": "mysql", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:27:34Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/mysql:0.0.1_8", | |
"imageID": "docker://sha256:c0547a05f9d3f39c52a7cb74b0b1bf1416f75fbe4e4686e62c5339e01b19431f", | |
"containerID": "docker://37c221a6a96b7439394d9ee0e6cc5a74601dde765fafda7c560708d52da40750" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "rabbit-2940571590-te54q", | |
"generateName": "rabbit-2940571590-", | |
"namespace": "hot-ox", | |
"selfLink": "/api/v1/namespaces/hot-ox/pods/rabbit-2940571590-te54q", | |
"uid": "d70c9a9a-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052172", | |
"creationTimestamp": "2017-02-07T20:27:26Z", | |
"labels": { | |
"app": "rabbit", | |
"pod-template-hash": "2940571590" | |
}, | |
"annotations": { | |
"appVersion": "3.6.5-management", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ox\",\"name\":\"rabbit-2940571590\",\"uid\":\"d70adc49-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051769\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9090", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "rabbit-2940571590", | |
"uid": "d70adc49-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "rabbit-token-hs2ol", | |
"secret": { | |
"secretName": "rabbit-token-hs2ol", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "rabbit", | |
"image": "rabbitmq:3.6.5-management", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 5672, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "management", | |
"containerPort": 15672, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "512Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "512Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "rabbit-token-hs2ol", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 5672 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "kbudde/rabbitmq-exporter:0.17.1", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9090, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "rabbit-token-hs2ol", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "rabbit", | |
"serviceAccount": "rabbit", | |
"nodeName": "ip-10-12-8-57.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:46Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:26Z" | |
} | |
], | |
"hostIP": "10.12.8.57", | |
"podIP": "192.168.235.251", | |
"startTime": "2017-02-07T20:27:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:27:33Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "kbudde/rabbitmq-exporter:0.17.1", | |
"imageID": "docker://sha256:9291342a31099f8928c22c9abe6548f0533b15c2e7cd5dde52690e2b08ca367d", | |
"containerID": "docker://4c033ed44cb3347963d61cf36744d92a1083f6aed74994534894b3d9a42dd32a" | |
}, | |
{ | |
"name": "rabbit", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:27:32Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "rabbitmq:3.6.5-management", | |
"imageID": "docker://sha256:5335b737c38052271dcfe6277287cb47fb82d0d18d940c742471c980f5500710", | |
"containerID": "docker://8248ab37fe698f389140c04e7bdcfc5c084367ceb1f0f31cd5512d8d6bca262f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "tundra-2756268525-5y9ln", | |
"generateName": "tundra-2756268525-", | |
"namespace": "hot-ox", | |
"selfLink": "/api/v1/namespaces/hot-ox/pods/tundra-2756268525-5y9ln", | |
"uid": "d798124f-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052628", | |
"creationTimestamp": "2017-02-07T20:27:27Z", | |
"labels": { | |
"app": "tundra", | |
"pod-template-hash": "2756268525" | |
}, | |
"annotations": { | |
"appVersion": "master-930-f1fbad00", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ox\",\"name\":\"tundra-2756268525\",\"uid\":\"d7961c68-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051810\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "tundra-2756268525", | |
"uid": "d7961c68-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "tundra-token-atscx", | |
"secret": { | |
"secretName": "tundra-token-atscx", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "tundra", | |
"image": "dregs.domosoftware.net/public/tundra:master-930-f1fbad00", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 5451, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "300Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "300Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "tundra-token-atscx", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 5451 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "tundra", | |
"serviceAccount": "tundra", | |
"nodeName": "ip-10-12-8-24.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:27Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:28:47Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:27Z" | |
} | |
], | |
"hostIP": "10.12.8.24", | |
"podIP": "192.168.138.85", | |
"startTime": "2017-02-07T20:27:27Z", | |
"containerStatuses": [ | |
{ | |
"name": "tundra", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:28:40Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/tundra:master-930-f1fbad00", | |
"imageID": "docker://sha256:d1fc4c7dbcd9551b8ea2768432369e517354165ef8aaed848d958663e3b0df30", | |
"containerID": "docker://09ac29b170cc223579b4a1c30138b153c725267eddeb47669214845fad9b1a58" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "vertica-338355797-1yq8m", | |
"generateName": "vertica-338355797-", | |
"namespace": "hot-ox", | |
"selfLink": "/api/v1/namespaces/hot-ox/pods/vertica-338355797-1yq8m", | |
"uid": "d7e85575-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052742", | |
"creationTimestamp": "2017-02-07T20:27:28Z", | |
"labels": { | |
"app": "vertica", | |
"pod-template-hash": "338355797" | |
}, | |
"annotations": { | |
"appVersion": "8.0.1_8", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ox\",\"name\":\"vertica-338355797\",\"uid\":\"d7e059f2-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051831\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "vertica-338355797", | |
"uid": "d7e059f2-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "verticadata", | |
"emptyDir": {} | |
}, | |
{ | |
"name": "vertica-token-5jsyl", | |
"secret": { | |
"secretName": "vertica-token-5jsyl", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "vertica", | |
"image": "dregs.domosoftware.net/public/vertica:8.0.1_8", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 5433, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "2Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "2Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "verticadata", | |
"mountPath": "/home/dbadmin" | |
}, | |
{ | |
"name": "vertica-token-5jsyl", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 5433 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "vertica", | |
"serviceAccount": "vertica", | |
"nodeName": "ip-10-12-8-105.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:29Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:28:59Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:29Z" | |
} | |
], | |
"hostIP": "10.12.8.105", | |
"podIP": "192.168.24.209", | |
"startTime": "2017-02-07T20:27:29Z", | |
"containerStatuses": [ | |
{ | |
"name": "vertica", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:27:36Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/vertica:8.0.1_8", | |
"imageID": "docker://sha256:d322f931d9916bb00e11ff5ed1b783c394e424250017fc49b3625fa5bf330a40", | |
"containerID": "docker://b4ac4c9f42a33b3e4a516343aaeaa40db50458cef74c4c02eaddf5d089d9b65a" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "vertica2-3569739549-vuzsr", | |
"generateName": "vertica2-3569739549-", | |
"namespace": "hot-ox", | |
"selfLink": "/api/v1/namespaces/hot-ox/pods/vertica2-3569739549-vuzsr", | |
"uid": "d81f364c-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052256", | |
"creationTimestamp": "2017-02-07T20:27:28Z", | |
"labels": { | |
"app": "vertica2", | |
"pod-template-hash": "3569739549" | |
}, | |
"annotations": { | |
"appVersion": "8.0.1_8", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ox\",\"name\":\"vertica2-3569739549\",\"uid\":\"d81d0edc-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051846\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "vertica2-3569739549", | |
"uid": "d81d0edc-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "verticadata", | |
"emptyDir": {} | |
}, | |
{ | |
"name": "vertica2-token-5bxq9", | |
"secret": { | |
"secretName": "vertica2-token-5bxq9", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "vertica2", | |
"image": "dregs.domosoftware.net/public/vertica:8.0.1_8", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 5433, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "2Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "2Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "verticadata", | |
"mountPath": "/home/dbadmin" | |
}, | |
{ | |
"name": "vertica2-token-5bxq9", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 5433 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "vertica2", | |
"serviceAccount": "vertica2", | |
"nodeName": "ip-10-12-8-98.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:29Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:59Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:29Z" | |
} | |
], | |
"hostIP": "10.12.8.98", | |
"podIP": "192.168.171.187", | |
"startTime": "2017-02-07T20:27:29Z", | |
"containerStatuses": [ | |
{ | |
"name": "vertica2", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:27:35Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/vertica:8.0.1_8", | |
"imageID": "docker://sha256:d322f931d9916bb00e11ff5ed1b783c394e424250017fc49b3625fa5bf330a40", | |
"containerID": "docker://b5e3b4d273d8960b3f844a66ffcd9e5c6dd0332542a2fa17a26ce75285862b73" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "vertica3-4275496737-6nd8j", | |
"generateName": "vertica3-4275496737-", | |
"namespace": "hot-ox", | |
"selfLink": "/api/v1/namespaces/hot-ox/pods/vertica3-4275496737-6nd8j", | |
"uid": "d8693c45-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052739", | |
"creationTimestamp": "2017-02-07T20:27:28Z", | |
"labels": { | |
"app": "vertica3", | |
"pod-template-hash": "4275496737" | |
}, | |
"annotations": { | |
"appVersion": "8.0.1_8", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"hot-ox\",\"name\":\"vertica3-4275496737\",\"uid\":\"d860c269-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051863\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "vertica3-4275496737", | |
"uid": "d860c269-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "verticadata", | |
"emptyDir": {} | |
}, | |
{ | |
"name": "vertica3-token-zo9er", | |
"secret": { | |
"secretName": "vertica3-token-zo9er", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "vertica3", | |
"image": "dregs.domosoftware.net/public/vertica:8.0.1_8", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 5433, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "2Gi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "2Gi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "verticadata", | |
"mountPath": "/home/dbadmin" | |
}, | |
{ | |
"name": "vertica3-token-zo9er", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 5433 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "vertica3", | |
"serviceAccount": "vertica3", | |
"nodeName": "ip-10-12-8-84.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:29Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:28:59Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:29Z" | |
} | |
], | |
"hostIP": "10.12.8.84", | |
"podIP": "192.168.215.12", | |
"startTime": "2017-02-07T20:27:29Z", | |
"containerStatuses": [ | |
{ | |
"name": "vertica3", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:27:35Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/vertica:8.0.1_8", | |
"imageID": "docker://sha256:d322f931d9916bb00e11ff5ed1b783c394e424250017fc49b3625fa5bf330a40", | |
"containerID": "docker://f1f642d0806da6272973d6acc99ea4382d70365cbbe03f75f9d68a811428c612" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "calico-policy-controller-v3-ptbtj", | |
"generateName": "calico-policy-controller-v3-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/calico-policy-controller-v3-ptbtj", | |
"uid": "7d60bc12-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324252", | |
"creationTimestamp": "2017-02-06T06:50:04Z", | |
"labels": { | |
"k8s-app": "calico-policy", | |
"kubernetes.io/cluster-service": "true", | |
"version": "v3" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"kube-system\",\"name\":\"calico-policy-controller-v3\",\"uid\":\"fc7d9a21-b8d0-11e6-8ce6-124a4b41d706\",\"apiVersion\":\"v1\",\"resourceVersion\":\"26323869\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "v1", | |
"kind": "ReplicationController", | |
"name": "calico-policy-controller-v3", | |
"uid": "fc7d9a21-b8d0-11e6-8ce6-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "calico-policy-controller", | |
"image": "calico/kube-policy-controller:latest", | |
"env": [ | |
{ | |
"name": "ETCD_ENDPOINTS", | |
"value": "http://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com:4003" | |
}, | |
{ | |
"name": "K8S_API", | |
"value": "https://kubernetes.default:443" | |
}, | |
{ | |
"name": "CONFIGURE_ETC_HOSTS", | |
"value": "true" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-24.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:04Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:49Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:04Z" | |
} | |
], | |
"hostIP": "10.12.8.24", | |
"podIP": "10.12.8.24", | |
"startTime": "2017-02-06T06:50:04Z", | |
"containerStatuses": [ | |
{ | |
"name": "calico-policy-controller", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:49Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "calico/kube-policy-controller:latest", | |
"imageID": "docker://sha256:c2f4eeef05f8a75958ce5a2fbde63a1d745a09f7c633626ae5e1d26595dd4594", | |
"containerID": "docker://90f992faf3e75b39cb0381fd973718507e1020b91a4db3021121d516e89fb420" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "dd-agent-ip-10-12-8-66.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/dd-agent-ip-10-12-8-66.ec2.internal", | |
"uid": "0993835a-ed7a-11e6-93b9-1247551dff28", | |
"resourceVersion": "27067569", | |
"creationTimestamp": "2017-02-07T21:11:48Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "8e02dfa15b81b91ca4adbb5be502500a", | |
"kubernetes.io/config.mirror": "8e02dfa15b81b91ca4adbb5be502500a", | |
"kubernetes.io/config.seen": "2017-02-07T21:11:13.369827045Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "dockersocket", | |
"hostPath": { | |
"path": "/var/run/docker.sock" | |
} | |
}, | |
{ | |
"name": "procdir", | |
"hostPath": { | |
"path": "/proc" | |
} | |
}, | |
{ | |
"name": "cgroups", | |
"hostPath": { | |
"path": "/sys/fs/cgroup" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "dd-agent", | |
"image": "dregs.domosoftware.net/kubernetes-world/datadog-docker-dd-agent:201701121121", | |
"ports": [ | |
{ | |
"name": "dogstatsdport", | |
"containerPort": 8125, | |
"protocol": "UDP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "API_KEY", | |
"value": "3e792122df58eaa2886253d7179057fc" | |
}, | |
{ | |
"name": "KUBERNETES", | |
"value": "yes" | |
}, | |
{ | |
"name": "SD_BACKEND", | |
"value": "docker" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "dockersocket", | |
"mountPath": "/var/run/docker.sock" | |
}, | |
{ | |
"name": "procdir", | |
"readOnly": true, | |
"mountPath": "/host/proc" | |
}, | |
{ | |
"name": "cgroups", | |
"readOnly": true, | |
"mountPath": "/host/sys/fs/cgroup" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-66.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:11:48Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:12:18Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:11:48Z" | |
} | |
], | |
"hostIP": "10.12.8.66", | |
"podIP": "192.168.198.208", | |
"startTime": "2017-02-07T21:11:48Z", | |
"containerStatuses": [ | |
{ | |
"name": "dd-agent", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:12:17Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/datadog-docker-dd-agent:201701121121", | |
"imageID": "docker://sha256:8ea63d140c49604e8c8be5edf4c4a9054b273fcf2eb4c0fba787d720fee771af", | |
"containerID": "docker://af018e244d9e7417307b691da6a42b5c71cda614ed77ce1b803e9c36856bbe63" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-105.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-105.ec2.internal", | |
"uid": "a333a264-eca2-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26555917", | |
"creationTimestamp": "2017-02-06T19:29:54Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "751d419492d52d13ba17437e73550685", | |
"kubernetes.io/config.mirror": "751d419492d52d13ba17437e73550685", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:54.807766283Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.105" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-105.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-105.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:54Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:22Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:54Z" | |
} | |
], | |
"hostIP": "10.12.8.105", | |
"podIP": "192.168.24.199", | |
"startTime": "2017-02-06T19:29:54Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:21Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://303d2bec4779b054a8e0898eef31f92df4de877d2280282342099c87fada8066" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-117.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-117.ec2.internal", | |
"uid": "a3c68fe9-eca2-11e6-93b9-1247551dff28", | |
"resourceVersion": "26555988", | |
"creationTimestamp": "2017-02-06T19:29:55Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "9963c4937fa57c9e4adef9be0bb9b933", | |
"kubernetes.io/config.mirror": "9963c4937fa57c9e4adef9be0bb9b933", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:55.795970252Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.117" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-117.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:55Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:35Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:55Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "192.168.25.216", | |
"startTime": "2017-02-06T19:29:55Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:35Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://dfaa49189f874e6b8eb6f5a5cf0db252ef1e97653879b22e64b4a63cc69a8d57" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-119.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-119.ec2.internal", | |
"uid": "a2ceb28c-eca2-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26555897", | |
"creationTimestamp": "2017-02-06T19:29:54Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "06b1ff577cdc94d72f79b439769ba6c5", | |
"kubernetes.io/config.mirror": "06b1ff577cdc94d72f79b439769ba6c5", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:54.16789071Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.119" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-119.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-119.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:19Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:19Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:54Z" | |
} | |
], | |
"hostIP": "10.12.8.119", | |
"podIP": "192.168.199.157", | |
"startTime": "2017-02-06T19:30:19Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:18Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://1e715dd68e15bc7dc7363778f3ec7d2adc34ca6bc9eea17f7b6b74f293ae4369" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-120.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-120.ec2.internal", | |
"uid": "a766c154-eca2-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26556068", | |
"creationTimestamp": "2017-02-06T19:30:01Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "8e5188ed83f21a65e960e4f06b81ed56", | |
"kubernetes.io/config.mirror": "8e5188ed83f21a65e960e4f06b81ed56", | |
"kubernetes.io/config.seen": "2017-02-06T19:30:01.881109896Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.120" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-120.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-120.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:01Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:51Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:01Z" | |
} | |
], | |
"hostIP": "10.12.8.120", | |
"podIP": "192.168.62.65", | |
"startTime": "2017-02-06T19:30:01Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:50Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://b3286bda7fceff323b0d9f944fa3ac74c4dee07e8e2bc803c7a3ea3cf63c202e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-123.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-123.ec2.internal", | |
"uid": "9ecf215c-eca2-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26555859", | |
"creationTimestamp": "2017-02-06T19:29:47Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "1307313e8e0ba8953fb78a2d744ef59b", | |
"kubernetes.io/config.mirror": "1307313e8e0ba8953fb78a2d744ef59b", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:47.457873521Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.123" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-123.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-123.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:12Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:12Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:47Z" | |
} | |
], | |
"hostIP": "10.12.8.123", | |
"podIP": "192.168.65.68", | |
"startTime": "2017-02-06T19:30:12Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:12Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://007a71e941844434af53fd95d3817b3694c2659a276cc1175a2b07ee8412b644" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-125.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-125.ec2.internal", | |
"uid": "9ef63d05-eca2-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26555927", | |
"creationTimestamp": "2017-02-06T19:29:47Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "271d45eb359a81a9485b88b72c0f4ff5", | |
"kubernetes.io/config.mirror": "271d45eb359a81a9485b88b72c0f4ff5", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:47.716600092Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.125" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-125.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:47Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:24Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:47Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.84", | |
"startTime": "2017-02-06T19:29:47Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:24Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://6e386cf9c7b5337251005dab67496d48a6fe7c4d0bd243722a099528af4e6715" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-15.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-15.ec2.internal", | |
"uid": "a790b2f2-eca2-11e6-93b9-1247551dff28", | |
"resourceVersion": "26555958", | |
"creationTimestamp": "2017-02-06T19:30:02Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "aacf7d7d8e3fc25ab10763e820ccd637", | |
"kubernetes.io/config.mirror": "aacf7d7d8e3fc25ab10763e820ccd637", | |
"kubernetes.io/config.seen": "2017-02-06T19:30:02.152082944Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.15" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-15.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-15.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:02Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:30Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:02Z" | |
} | |
], | |
"hostIP": "10.12.8.15", | |
"podIP": "192.168.174.211", | |
"startTime": "2017-02-06T19:30:02Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:30Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://9d598ffd0ec6f33432c78daff232d501a9deeb934fddc7322b5da4d7c5424d10" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-19.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-19.ec2.internal", | |
"uid": "a022d9a9-eca2-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26555881", | |
"creationTimestamp": "2017-02-06T19:29:49Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "b3f131e326ffebc86ed31d2540440e41", | |
"kubernetes.io/config.mirror": "b3f131e326ffebc86ed31d2540440e41", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:49.686655723Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.19" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-19.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-19.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:49Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:17Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:49Z" | |
} | |
], | |
"hostIP": "10.12.8.19", | |
"podIP": "192.168.198.148", | |
"startTime": "2017-02-06T19:29:49Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:17Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://6ed2653aac198f48d0ef22afc2d8272373d5c68e9ffb24345188518de2a4b31d" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-24.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-24.ec2.internal", | |
"uid": "a0d2b0cd-eca2-11e6-93b9-1247551dff28", | |
"resourceVersion": "26555872", | |
"creationTimestamp": "2017-02-06T19:29:50Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "721d9694ea4154fc8f484c7206156e8f", | |
"kubernetes.io/config.mirror": "721d9694ea4154fc8f484c7206156e8f", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:50.843025658Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.24" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-24.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-24.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:50Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:16Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:50Z" | |
} | |
], | |
"hostIP": "10.12.8.24", | |
"podIP": "192.168.138.89", | |
"startTime": "2017-02-06T19:29:50Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:15Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://d5a8487d5bcdcb53a13f91d1b7d12f3fc7c471891f73dc152516ef0c27f9ca51" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-27.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-27.ec2.internal", | |
"uid": "9f843418-eca2-11e6-93b9-1247551dff28", | |
"resourceVersion": "26555861", | |
"creationTimestamp": "2017-02-06T19:29:48Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "2666caf5b2657b89142163134fb2426b", | |
"kubernetes.io/config.mirror": "2666caf5b2657b89142163134fb2426b", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:48.645734588Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.27" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-27.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-27.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:48Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:13Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:48Z" | |
} | |
], | |
"hostIP": "10.12.8.27", | |
"podIP": "192.168.126.86", | |
"startTime": "2017-02-06T19:29:48Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:12Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://840ba68390034f4f2f42445fff6b3459e1a10cfb5fd9965468ab51447bedb123" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-35.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-35.ec2.internal", | |
"uid": "a50ce376-eca2-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26556054", | |
"creationTimestamp": "2017-02-06T19:29:57Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "8b58f16cddf4b683f72c57fe6d4aec4a", | |
"kubernetes.io/config.mirror": "8b58f16cddf4b683f72c57fe6d4aec4a", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:57.879315882Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.35" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-35.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-35.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:57Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:49Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:57Z" | |
} | |
], | |
"hostIP": "10.12.8.35", | |
"podIP": "192.168.27.1", | |
"startTime": "2017-02-06T19:29:57Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:49Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://7bc08e9b20c1137385aacf5d0ea911736a57ae7a9f94f37175e9655fa9b9d53e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-4.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-4.ec2.internal", | |
"uid": "9ef9819a-eca2-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26555865", | |
"creationTimestamp": "2017-02-06T19:29:47Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "37db7030af54a3d7f30e9297300c1740", | |
"kubernetes.io/config.mirror": "37db7030af54a3d7f30e9297300c1740", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:47.734997135Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.4" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-4.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-4.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:47Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:14Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:47Z" | |
} | |
], | |
"hostIP": "10.12.8.4", | |
"podIP": "192.168.2.37", | |
"startTime": "2017-02-06T19:29:47Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:13Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://a94f381b5ee75f0e7177e8b57308c702c50f98e15e44a32f26f624f284754057" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-40.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-40.ec2.internal", | |
"uid": "a25bfa2f-eca2-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26555892", | |
"creationTimestamp": "2017-02-06T19:29:53Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "c769d3964ebdeff4ab736654f79439a3", | |
"kubernetes.io/config.mirror": "c769d3964ebdeff4ab736654f79439a3", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:53.41904624Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.40" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-40.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-40.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:53Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:18Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:53Z" | |
} | |
], | |
"hostIP": "10.12.8.40", | |
"podIP": "192.168.21.86", | |
"startTime": "2017-02-06T19:29:53Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:18Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://df0797563e009475892087cdf0cbbd16dbe7cc343adbc30a33d8be02d970f122" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-41.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-41.ec2.internal", | |
"uid": "a7287d04-eca2-11e6-93b9-1247551dff28", | |
"resourceVersion": "26555931", | |
"creationTimestamp": "2017-02-06T19:30:01Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "e04c7de9cc121e785990f27a1102bab4", | |
"kubernetes.io/config.mirror": "e04c7de9cc121e785990f27a1102bab4", | |
"kubernetes.io/config.seen": "2017-02-06T19:30:01.47127262Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.41" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-41.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-41.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:26Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:01Z" | |
} | |
], | |
"hostIP": "10.12.8.41", | |
"podIP": "192.168.232.165", | |
"startTime": "2017-02-06T19:30:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:25Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://75a0ff1121d0473d0730442734a80d75879a9e6b619e8c402f2d7a1183c49e30" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-42.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-42.ec2.internal", | |
"uid": "a325ac17-eca2-11e6-93b9-1247551dff28", | |
"resourceVersion": "26555984", | |
"creationTimestamp": "2017-02-06T19:29:54Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "4c7c51ad9fba68a485051e2fcc2e39b9", | |
"kubernetes.io/config.mirror": "4c7c51ad9fba68a485051e2fcc2e39b9", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:54.741795041Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.42" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-42.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-42.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:54Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:34Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:54Z" | |
} | |
], | |
"hostIP": "10.12.8.42", | |
"podIP": "192.168.130.97", | |
"startTime": "2017-02-06T19:29:54Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:33Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://1bdceaa2803ef677f7b0f79fa234ec64983a723a87868f6477599f9cb7092c5f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-43.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-43.ec2.internal", | |
"uid": "a1162220-eca2-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26555868", | |
"creationTimestamp": "2017-02-06T19:29:51Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "1b85975a0160108fc66fad13d2209eec", | |
"kubernetes.io/config.mirror": "1b85975a0160108fc66fad13d2209eec", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:51.286044076Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.43" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-43.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-43.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:51Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:15Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:51Z" | |
} | |
], | |
"hostIP": "10.12.8.43", | |
"podIP": "192.168.228.153", | |
"startTime": "2017-02-06T19:29:51Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:14Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://6675610c96631f58c69b6810cdf54c0ffe8a0846a0b7492187c4a6b82fc56f13" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-46.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-46.ec2.internal", | |
"uid": "a4bf250d-eca2-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26555928", | |
"creationTimestamp": "2017-02-06T19:29:57Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "8ce2b9a95f00eb1c429e3047b4f6fde6", | |
"kubernetes.io/config.mirror": "8ce2b9a95f00eb1c429e3047b4f6fde6", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:57.41985961Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.46" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-46.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-46.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:57Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:24Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:57Z" | |
} | |
], | |
"hostIP": "10.12.8.46", | |
"podIP": "192.168.110.205", | |
"startTime": "2017-02-06T19:29:57Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:23Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://c77a58a440cd861939c17105666592795df6ab9fc2ee0808ab93e3d14364544f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-5.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-5.ec2.internal", | |
"uid": "a00ce031-eca2-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26555869", | |
"creationTimestamp": "2017-02-06T19:29:49Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "ec31254f052aeb26f15b42b438bb81b8", | |
"kubernetes.io/config.mirror": "ec31254f052aeb26f15b42b438bb81b8", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:49.540992455Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.5" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-5.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-5.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:49Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:15Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:49Z" | |
} | |
], | |
"hostIP": "10.12.8.5", | |
"podIP": "192.168.206.198", | |
"startTime": "2017-02-06T19:29:49Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:14Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://43a013ca28f1a20a04a3eeb5b3afcd6cf4f8483c29735165808257b28c3b9e4b" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-50.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-50.ec2.internal", | |
"uid": "a4d33b96-eca2-11e6-93b9-1247551dff28", | |
"resourceVersion": "26556079", | |
"creationTimestamp": "2017-02-06T19:29:57Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "ee15a6be8f9abba456210119b0a630c8", | |
"kubernetes.io/config.mirror": "ee15a6be8f9abba456210119b0a630c8", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:57.558052628Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.50" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-50.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:57Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:53Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:57Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.204", | |
"startTime": "2017-02-06T19:29:57Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:53Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://e60a21e859dd622fc4ec5fb1cc0b182c384b2e2251820d4ee83007f89a2fbd44" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-57.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-57.ec2.internal", | |
"uid": "a6cd9005-eca2-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26555983", | |
"creationTimestamp": "2017-02-06T19:30:00Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "058d12c8e9cb1dd5ac3511f4f68492ab", | |
"kubernetes.io/config.mirror": "058d12c8e9cb1dd5ac3511f4f68492ab", | |
"kubernetes.io/config.seen": "2017-02-06T19:30:00.870884549Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.57" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-57.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-57.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:33Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:33Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:00Z" | |
} | |
], | |
"hostIP": "10.12.8.57", | |
"podIP": "192.168.235.207", | |
"startTime": "2017-02-06T19:30:33Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:33Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://5c3ea1f3cc4e477b11a0560b3aa84979797d4e514793dc7dab71156f21ccf540" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-61.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-61.ec2.internal", | |
"uid": "a8381b33-eca2-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26555953", | |
"creationTimestamp": "2017-02-06T19:30:03Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "c1c761b0c428ef9245059cfd23df14c1", | |
"kubernetes.io/config.mirror": "c1c761b0c428ef9245059cfd23df14c1", | |
"kubernetes.io/config.seen": "2017-02-06T19:30:03.244598877Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.61" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-61.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-61.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:03Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:30Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:03Z" | |
} | |
], | |
"hostIP": "10.12.8.61", | |
"podIP": "192.168.85.213", | |
"startTime": "2017-02-06T19:30:03Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:30Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://102b272102aa1806cd162613b6f0414433dd90d162e02e31005315cc08598453" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-66.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-66.ec2.internal", | |
"uid": "09941cad-ed7a-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27067801", | |
"creationTimestamp": "2017-02-07T21:11:48Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "69ccb8d047c91fec18834068b8181bf8", | |
"kubernetes.io/config.mirror": "69ccb8d047c91fec18834068b8181bf8", | |
"kubernetes.io/config.seen": "2017-02-07T21:11:13.369833172Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.66" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-66.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-66.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:11:48Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:13:00Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:11:48Z" | |
} | |
], | |
"hostIP": "10.12.8.66", | |
"podIP": "192.168.198.222", | |
"startTime": "2017-02-07T21:11:48Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:12:59Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://87dedcbb97c9a12889eb0db5c721d519756a9eccc44974015ddb4aeeee6f2908" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-70.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-70.ec2.internal", | |
"uid": "9fa03e29-eca2-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26555862", | |
"creationTimestamp": "2017-02-06T19:29:48Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "825a4f441a6f67c1781388c0cb729405", | |
"kubernetes.io/config.mirror": "825a4f441a6f67c1781388c0cb729405", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:48.829497548Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.70" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-70.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-70.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:13Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:13Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:48Z" | |
} | |
], | |
"hostIP": "10.12.8.70", | |
"podIP": "192.168.113.134", | |
"startTime": "2017-02-06T19:30:13Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:12Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://b7211154253ca74e9b2a3ebdfbe055199bcbfd47ef404a21673a4ed8b8977e65" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-71.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-71.ec2.internal", | |
"uid": "9f050c38-eca2-11e6-93b9-1247551dff28", | |
"resourceVersion": "26555867", | |
"creationTimestamp": "2017-02-06T19:29:47Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "dae3891bbba59d7d9f105baf2ae8cccb", | |
"kubernetes.io/config.mirror": "dae3891bbba59d7d9f105baf2ae8cccb", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:47.814346706Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.71" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-71.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-71.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:47Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:14Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:47Z" | |
} | |
], | |
"hostIP": "10.12.8.71", | |
"podIP": "192.168.10.115", | |
"startTime": "2017-02-06T19:29:47Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:14Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://a2b9a3f1da077c7a6545ac2a1f92012cf029d2975d582596d7b36ab25bef48ef" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-74.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-74.ec2.internal", | |
"uid": "a2a57191-eca2-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26555895", | |
"creationTimestamp": "2017-02-06T19:29:53Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "e040d2cd30cf3c2d19fce679cd278da0", | |
"kubernetes.io/config.mirror": "e040d2cd30cf3c2d19fce679cd278da0", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:53.894775172Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.74" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-74.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-74.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:53Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:18Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:53Z" | |
} | |
], | |
"hostIP": "10.12.8.74", | |
"podIP": "192.168.215.160", | |
"startTime": "2017-02-06T19:29:53Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:18Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://81f2ec6cb5d3682f259c443b53522415992a056b6d5cfe2b70d500746b4c524e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-80.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-80.ec2.internal", | |
"uid": "a6a89135-eca2-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26555934", | |
"creationTimestamp": "2017-02-06T19:30:00Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "303807e8c33655beaab1b86ee43f2001", | |
"kubernetes.io/config.mirror": "303807e8c33655beaab1b86ee43f2001", | |
"kubernetes.io/config.seen": "2017-02-06T19:30:00.083099279Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.80" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-80.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-80.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:00Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:26Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:00Z" | |
} | |
], | |
"hostIP": "10.12.8.80", | |
"podIP": "192.168.33.13", | |
"startTime": "2017-02-06T19:30:00Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:26Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://8362ba824c5f2207d48b0166185d9d2182c0420e4f150a7c0ed0a7a44d632a40" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-84.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-84.ec2.internal", | |
"uid": "a6081d16-eca2-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26555933", | |
"creationTimestamp": "2017-02-06T19:29:59Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "3b72a7bac46ae7fd31b3f64506c1052f", | |
"kubernetes.io/config.mirror": "3b72a7bac46ae7fd31b3f64506c1052f", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:59.575829595Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.84" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-84.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-84.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:59Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:26Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:59Z" | |
} | |
], | |
"hostIP": "10.12.8.84", | |
"podIP": "192.168.215.35", | |
"startTime": "2017-02-06T19:29:59Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:26Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://a340982f097bc42152941a68f5b8b10431a8694b62ccde610468e6ef6200c50b" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fluentd-ip-10-12-8-98.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/fluentd-ip-10-12-8-98.ec2.internal", | |
"uid": "9f8e4402-eca2-11e6-93b9-1247551dff28", | |
"resourceVersion": "26555925", | |
"creationTimestamp": "2017-02-06T19:29:48Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "46ee1e24696d4ffd2f072eeb5b56479d", | |
"kubernetes.io/config.mirror": "46ee1e24696d4ffd2f072eeb5b56479d", | |
"kubernetes.io/config.seen": "2017-02-06T19:29:48.716690221Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mntdatalogging", | |
"hostPath": { | |
"path": "/mnt/data/logging" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"hostPath": { | |
"path": "/mnt/data/docker/" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fluentd", | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"/usr/sbin/td-agent 2\u003e\u00261 \u003e\u003e /var/log/fluentd.log" | |
], | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "ES_HOST", | |
"value": "search-domodev-east1-51-f2uul53j2aujsiyz6dmpffatqe.us-east-1.es.amazonaws.com" | |
}, | |
{ | |
"name": "ES_PORT", | |
"value": "80" | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"value": "domodev-east1-c" | |
}, | |
{ | |
"name": "NODE_IP", | |
"value": "10.12.8.98" | |
}, | |
{ | |
"name": "NODE_ID", | |
"value": "ip-10-12-8-98.ec2.internal" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mntdatalogging", | |
"mountPath": "/mnt/data/logging" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "varlibdockercontainers", | |
"readOnly": true, | |
"mountPath": "/mnt/data/docker" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-98.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:48Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:30:23Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T19:29:48Z" | |
} | |
], | |
"hostIP": "10.12.8.98", | |
"podIP": "192.168.171.158", | |
"startTime": "2017-02-06T19:29:48Z", | |
"containerStatuses": [ | |
{ | |
"name": "fluentd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T19:30:22Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/fluentd-es:0.3", | |
"imageID": "docker://sha256:3d59997508bd6fbe017fc4aefaf3ebe85de7e53358663b2b608a393eed84c40b", | |
"containerID": "docker://874665aae232287115b0b1a8311a0a1365d152d6db3c871e43c78dc898965334" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-3emyd", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-3emyd", | |
"uid": "719340be-eb0d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "25681281", | |
"creationTimestamp": "2017-02-04T19:09:25Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"25680753\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-71.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:08Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:37Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:37Z" | |
} | |
], | |
"hostIP": "10.12.8.71", | |
"podIP": "192.168.10.94", | |
"startTime": "2017-02-04T19:10:08Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-04T19:10:37Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://0dd033dfe6a3b1413e3eff27ae990076f779255ebc00d2606bb2edc55c42b237" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-3iekc", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-3iekc", | |
"uid": "72e3c064-eb0d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "25681209", | |
"creationTimestamp": "2017-02-04T19:09:27Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"25680827\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:10Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:25Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:25Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.64", | |
"startTime": "2017-02-04T19:10:10Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-04T19:10:24Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://4b0e5a19134e80728f9df676e716664bac12a71786baf114e3a20e7a9c7b1863" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-560zu", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-560zu", | |
"uid": "5abb88c8-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26143010", | |
"creationTimestamp": "2017-02-05T19:50:32Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26142558\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-42.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:20Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:33Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:33Z" | |
} | |
], | |
"hostIP": "10.12.8.42", | |
"podIP": "192.168.130.64", | |
"startTime": "2017-02-05T19:51:20Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:51:33Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://6bd1a034d7da446c4a2dcb0d5621ff7fc689411fad28851ea3e463ff0a930520" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-6gmbt", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-6gmbt", | |
"uid": "9f699bce-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26141591", | |
"creationTimestamp": "2017-02-05T19:45:18Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141365\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-19.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:00Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:13Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:13Z" | |
} | |
], | |
"hostIP": "10.12.8.19", | |
"podIP": "192.168.198.128", | |
"startTime": "2017-02-05T19:46:00Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:13Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://f263d8bb9efcd63f2018c0a40fb3b512211de1fe5d4a0f614bd65609804a422c" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-6heam", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-6heam", | |
"uid": "6a5cd6ce-eb0d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "25681094", | |
"creationTimestamp": "2017-02-04T19:09:13Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"25233425\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-5.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:09:55Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:08Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:08Z" | |
} | |
], | |
"hostIP": "10.12.8.5", | |
"podIP": "192.168.206.192", | |
"startTime": "2017-02-04T19:09:55Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-04T19:10:08Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://f09223a448ca58314b99e21cac394e35a827c28d720c4c4b29bc974f64e1564a" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-922bb", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-922bb", | |
"uid": "47b4146d-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142841", | |
"creationTimestamp": "2017-02-05T19:50:00Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26142330\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-46.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:50:46Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:50:59Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:50:59Z" | |
} | |
], | |
"hostIP": "10.12.8.46", | |
"podIP": "192.168.110.203", | |
"startTime": "2017-02-05T19:50:46Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:50:59Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://81c63fa5719bb8534519af5c239c675af5876208ab84877747fcef8727a79913" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-ay40k", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-ay40k", | |
"uid": "f9019442-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26325366", | |
"creationTimestamp": "2017-02-06T06:53:32Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26324034\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-41.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:14Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:26Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:26Z" | |
} | |
], | |
"hostIP": "10.12.8.41", | |
"podIP": "192.168.232.128", | |
"startTime": "2017-02-06T06:54:14Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:26Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://95bf0a2f1ede5f6083c545f5a208de644d7c6497653e043e98154076829c5341" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-blcct", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-blcct", | |
"uid": "ef840eac-ed79-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27067851", | |
"creationTimestamp": "2017-02-07T21:11:04Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26325167\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-66.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:11:48Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:13:07Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:13:07Z" | |
} | |
], | |
"hostIP": "10.12.8.66", | |
"podIP": "192.168.198.226", | |
"startTime": "2017-02-07T21:11:48Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:13:06Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://07b8be2669208cd6d58f5176481b575d9fd3f8e3f497444309f5f9cbea121f85" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-e4r7r", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-e4r7r", | |
"uid": "9f77e5ae-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26141582", | |
"creationTimestamp": "2017-02-05T19:45:18Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141365\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-70.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:45:59Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:13Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:13Z" | |
} | |
], | |
"hostIP": "10.12.8.70", | |
"podIP": "192.168.113.147", | |
"startTime": "2017-02-05T19:45:59Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:12Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://639c250a712c6b7e0bcac34b8f449e7c2143688a9a36de25984202cdc13fb034" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-e5mum", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-e5mum", | |
"uid": "e8700084-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142090", | |
"creationTimestamp": "2017-02-05T19:47:21Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141779\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-119.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:04Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:18Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:18Z" | |
} | |
], | |
"hostIP": "10.12.8.119", | |
"podIP": "192.168.199.128", | |
"startTime": "2017-02-05T19:48:04Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:48:17Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://d24a884510f24b2ee9e4e493b5d31d3099ae7b4d8f172e70032af266ee6fc172" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-hg060", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-hg060", | |
"uid": "f1375c25-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142161", | |
"creationTimestamp": "2017-02-05T19:47:35Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141870\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-43.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:20Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:33Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:33Z" | |
} | |
], | |
"hostIP": "10.12.8.43", | |
"podIP": "192.168.228.128", | |
"startTime": "2017-02-05T19:48:20Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:48:33Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://a01f9fe1d235777734eee85b7122d42de4e88bd27937665f7dec1082c7dc9c09" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-iftj1", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-iftj1", | |
"uid": "fd2b3e6e-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26325409", | |
"creationTimestamp": "2017-02-06T06:53:39Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26325052\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-27.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:21Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:32Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:32Z" | |
} | |
], | |
"hostIP": "10.12.8.27", | |
"podIP": "192.168.126.95", | |
"startTime": "2017-02-06T06:54:21Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:32Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://53dc3e57bd8eed1919c1b6c762e3f00f749b6d92930aaf33590e14ee97ff4430" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-j4bdj", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-j4bdj", | |
"uid": "ea6cbf30-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142165", | |
"creationTimestamp": "2017-02-05T19:47:24Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141849\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-84.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:08Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:34Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:34Z" | |
} | |
], | |
"hostIP": "10.12.8.84", | |
"podIP": "192.168.215.3", | |
"startTime": "2017-02-05T19:48:08Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:48:34Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://1638754aa29cff7a5f1b22ee838c7b71a34d0f0b979be617a26e18b14995bd19" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-nr7w8", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-nr7w8", | |
"uid": "0ffc9b23-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142381", | |
"creationTimestamp": "2017-02-05T19:48:27Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141914\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-120.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:11Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:23Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:23Z" | |
} | |
], | |
"hostIP": "10.12.8.120", | |
"podIP": "192.168.62.64", | |
"startTime": "2017-02-05T19:49:11Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:49:23Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://2e293e4b55f32f2df77e4e658d701518f8604f73ea2880160d140b133e8aad79" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-p4zqr", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-p4zqr", | |
"uid": "ac1176c5-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26141679", | |
"creationTimestamp": "2017-02-05T19:45:39Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141382\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-24.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:21Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:34Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:34Z" | |
} | |
], | |
"hostIP": "10.12.8.24", | |
"podIP": "192.168.138.64", | |
"startTime": "2017-02-05T19:46:21Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:33Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://c4175ad6db56ae1a3680ff0ffd9b4752aadbeeb70c435c1376fca690642cc576" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-pi7ck", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-pi7ck", | |
"uid": "afb6220d-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26141719", | |
"creationTimestamp": "2017-02-05T19:45:45Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141453\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-15.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:30Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:44Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:44Z" | |
} | |
], | |
"hostIP": "10.12.8.15", | |
"podIP": "192.168.174.226", | |
"startTime": "2017-02-05T19:46:30Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:43Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://0fe6456a9925ae606aae542a8112ec0efaeb2f196991417c3a0a49269c6b1956" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-ppqvj", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-ppqvj", | |
"uid": "5bc3db52-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26143023", | |
"creationTimestamp": "2017-02-05T19:50:34Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26142700\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:21Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:35Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:35Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "192.168.25.192", | |
"startTime": "2017-02-05T19:51:21Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:51:34Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://5cabbb38e1c5780bdcb890bbe863c44a2cf288bad26da90aa2ece40df39c4d5c" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-qpbmt", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-qpbmt", | |
"uid": "59cd515f-ea59-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "25234000", | |
"creationTimestamp": "2017-02-03T21:40:16Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"25231729\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-03T21:40:59Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-03T21:41:11Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-03T21:41:11Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "192.168.84.192", | |
"startTime": "2017-02-03T21:40:59Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-03T21:41:11Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://0cb00ea879122a3c001b9371df72e355d97b8883b325756d2a02a9c5f01f8b63" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-rt5ar", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-rt5ar", | |
"uid": "69104357-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26143112", | |
"creationTimestamp": "2017-02-05T19:50:56Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26142712\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-123.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:38Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:52Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:52Z" | |
} | |
], | |
"hostIP": "10.12.8.123", | |
"podIP": "192.168.65.97", | |
"startTime": "2017-02-05T19:51:38Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:51:52Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://f309a168e4f51c48793ce655a1ac485dcd3a47888e8c4e7cdb985c255a3b5314" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-t41xz", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-t41xz", | |
"uid": "7a75f107-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26143288", | |
"creationTimestamp": "2017-02-05T19:51:26Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26142821\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-98.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:52:14Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:52:29Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:52:29Z" | |
} | |
], | |
"hostIP": "10.12.8.98", | |
"podIP": "192.168.171.128", | |
"startTime": "2017-02-05T19:52:14Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:52:28Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://84fb46086061a371f43b6f0c60ec83023d9857e0a2a73a074e06273c1ceecf10" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-tl5oo", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-tl5oo", | |
"uid": "16e81397-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142458", | |
"creationTimestamp": "2017-02-05T19:48:39Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26142132\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-57.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:40Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:40Z" | |
} | |
], | |
"hostIP": "10.12.8.57", | |
"podIP": "192.168.235.192", | |
"startTime": "2017-02-05T19:49:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:49:39Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://016de06dd770c70181d0eed7f42f956982fde404fe082e4273c075471c4d3858" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-tx2qg", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-tx2qg", | |
"uid": "04467cc8-ec39-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26325496", | |
"creationTimestamp": "2017-02-06T06:53:51Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26325132\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-80.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:32Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:46Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:46Z" | |
} | |
], | |
"hostIP": "10.12.8.80", | |
"podIP": "192.168.33.37", | |
"startTime": "2017-02-06T06:54:32Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:45Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://9041b97a7552f15dc6757a5d0dc9f422895675ea07531b616f16bf47f43da46e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-vey48", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-vey48", | |
"uid": "2a800c2f-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142595", | |
"creationTimestamp": "2017-02-05T19:49:11Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26142264\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-61.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:53Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:50:07Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:50:07Z" | |
} | |
], | |
"hostIP": "10.12.8.61", | |
"podIP": "192.168.85.192", | |
"startTime": "2017-02-05T19:49:53Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:50:07Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://0bf59481a0c5d9179a30b91f126286608e02bed02c2f7f43cc10cb4cbabd9c50" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-vngbb", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-vngbb", | |
"uid": "9deb5afd-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26141575", | |
"creationTimestamp": "2017-02-05T19:45:16Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141085\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-4.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:45:58Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:12Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:12Z" | |
} | |
], | |
"hostIP": "10.12.8.4", | |
"podIP": "192.168.2.0", | |
"startTime": "2017-02-05T19:45:58Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:11Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://1e954127c15fb303c688012cbb6811463aae65c9ba6aeb48690bbc714efca24d" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-vr1de", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-vr1de", | |
"uid": "008e01f6-ec39-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26325461", | |
"creationTimestamp": "2017-02-06T06:53:44Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26325122\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-74.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:40Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:40Z" | |
} | |
], | |
"hostIP": "10.12.8.74", | |
"podIP": "192.168.215.128", | |
"startTime": "2017-02-06T06:54:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:39Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://61364db393084642d218be46c92a9b191923266363af01200155820b28277e12" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-wn8qf", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-wn8qf", | |
"uid": "2156df1e-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142543", | |
"creationTimestamp": "2017-02-05T19:48:56Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26142192\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-105.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:43Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:57Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:57Z" | |
} | |
], | |
"hostIP": "10.12.8.105", | |
"podIP": "192.168.24.192", | |
"startTime": "2017-02-05T19:49:43Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:49:56Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://0a31fdf2ee2dd237e34a685ee632a554a5b48053963cd46a4894c67c4892512f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-xagll", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-xagll", | |
"uid": "dc63512a-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142039", | |
"creationTimestamp": "2017-02-05T19:47:00Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26141479\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-35.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:47:05Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:08Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:47:46Z" | |
} | |
], | |
"hostIP": "10.12.8.35", | |
"podIP": "192.168.27.0", | |
"startTime": "2017-02-05T19:47:05Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:48:07Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://adc47ea36941323e7a591dada018d235a4dab2c4b7b453468b16abdff00c9d52" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kanary-xgtj3", | |
"generateName": "kanary-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kanary-xgtj3", | |
"uid": "00252814-ec39-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26325442", | |
"creationTimestamp": "2017-02-06T06:53:44Z", | |
"labels": { | |
"run": "kanary" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kanary\",\"uid\":\"cd0933f0-c735-11e6-93b9-1247551dff28\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26325100\"}}\n" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kanary", | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"env": [ | |
{ | |
"name": "PAGERDUTY_SERVICE_KEY", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "pdkey" | |
} | |
} | |
}, | |
{ | |
"name": "CLUSTER_NAME", | |
"valueFrom": { | |
"secretKeyRef": { | |
"name": "kanary", | |
"key": "clustername" | |
} | |
} | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-40.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:39Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:39Z" | |
} | |
], | |
"hostIP": "10.12.8.40", | |
"podIP": "192.168.21.94", | |
"startTime": "2017-02-06T06:54:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "kanary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:38Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kanary", | |
"imageID": "docker://sha256:2575e4567e8e2ab0693c83a9b02ac4cb0b5a7e69bba08c22d90ce68325c00d90", | |
"containerID": "docker://26c023d442c3a9478caa9d03df88bd08116cf8de9146d20316eb511147c16d36" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-dns-v11-5magw", | |
"generateName": "kube-dns-v11-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-dns-v11-5magw", | |
"uid": "77a7ec6e-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324565", | |
"creationTimestamp": "2017-02-06T06:49:55Z", | |
"labels": { | |
"k8s-app": "kube-dns", | |
"kubernetes.io/cluster-service": "true", | |
"version": "v11" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"kube-system\",\"name\":\"kube-dns-v11\",\"uid\":\"fc8cd3aa-b8d0-11e6-8ce6-124a4b41d706\",\"apiVersion\":\"v1\",\"resourceVersion\":\"26323480\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "v1", | |
"kind": "ReplicationController", | |
"name": "kube-dns-v11", | |
"uid": "fc8cd3aa-b8d0-11e6-8ce6-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "etcd-storage", | |
"emptyDir": {} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kubelet/kubeconfig" | |
} | |
}, | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "etcd", | |
"image": "gcr.io/google_containers/etcd-amd64:2.2.1", | |
"command": [ | |
"/usr/local/bin/etcd", | |
"-data-dir", | |
"/var/etcd/data", | |
"-listen-client-urls", | |
"http://127.0.0.1:2379,http://127.0.0.1:4001", | |
"-advertise-client-urls", | |
"http://127.0.0.1:2379,http://127.0.0.1:4001", | |
"-initial-cluster-token", | |
"skydns-etcd" | |
], | |
"resources": { | |
"limits": { | |
"cpu": "100m", | |
"memory": "500Mi" | |
}, | |
"requests": { | |
"cpu": "100m", | |
"memory": "50Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "etcd-storage", | |
"mountPath": "/var/etcd/data" | |
}, | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "kube2sky", | |
"image": "gcr.io/google_containers/kube2sky:1.14", | |
"args": [ | |
"--domain=kube.local.", | |
"--kubecfg-file=/var/lib/kubelet/kubeconfig" | |
], | |
"resources": { | |
"limits": { | |
"cpu": "100m", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "100m", | |
"memory": "50Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kubelet/kubeconfig" | |
}, | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 8080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 60, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 5 | |
}, | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/readiness", | |
"port": 8081, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "skydns", | |
"image": "gcr.io/google_containers/skydns:2015-10-13-8c72f8c", | |
"args": [ | |
"-machines=http://127.0.0.1:4001", | |
"-addr=0.0.0.0:53", | |
"-ns-rotate=false", | |
"-domain=kube.local." | |
], | |
"ports": [ | |
{ | |
"name": "dns", | |
"containerPort": 53, | |
"protocol": "UDP" | |
}, | |
{ | |
"name": "dns-tcp", | |
"containerPort": 53, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "100m", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "100m", | |
"memory": "50Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "healthz", | |
"image": "gcr.io/google_containers/exechealthz:1.0", | |
"args": [ | |
"-cmd=nslookup kubernetes.default.svc.kube.local 127.0.0.1 \u003e/dev/null", | |
"-port=8080" | |
], | |
"ports": [ | |
{ | |
"containerPort": 8080, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "10m", | |
"memory": "20Mi" | |
}, | |
"requests": { | |
"cpu": "10m", | |
"memory": "20Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "Default", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-84.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:55Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:51:55Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:55Z" | |
} | |
], | |
"hostIP": "10.12.8.84", | |
"podIP": "192.168.215.29", | |
"startTime": "2017-02-06T06:49:55Z", | |
"containerStatuses": [ | |
{ | |
"name": "etcd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:51:13Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/etcd-amd64:2.2.1", | |
"imageID": "docker://sha256:3ae398308ded41ce32138643a69316e2983aa1273b6ad7dd91e1803620a1c3d4", | |
"containerID": "docker://6cf01ca6a8dfeb27aefa505520a3222e137bd229902bdf7cbf96f9fb659dd46d" | |
}, | |
{ | |
"name": "healthz", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:51:00Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/exechealthz:1.0", | |
"imageID": "docker://sha256:82a141f5d06d2136e324e44e90225c672509d6c453b6a96911d3a5b880a9e013", | |
"containerID": "docker://381a461dde3578080a1c985ec0d14246f11c7f045a724f5d7281dc96d76c1a09" | |
}, | |
{ | |
"name": "kube2sky", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:51:20Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/kube2sky:1.14", | |
"imageID": "docker://sha256:a4892326f8cf5553648ff704c50174f9238b8d9d677fb02fc88cffa6ab6a4163", | |
"containerID": "docker://58f521b113e9be366ba8769210121531cc200d98ea28345f0e854afac1117a3d" | |
}, | |
{ | |
"name": "skydns", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:27Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/skydns:2015-10-13-8c72f8c", | |
"imageID": "docker://sha256:718809956625fa6e1387bc374a7a12e449c1b90bd626a6eccea8bf4a05f057b5", | |
"containerID": "docker://219565c7ba7563568f345c417b35385c07a1120bb25aed4e3c9e37d50a550347" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-dns-v11-lhd8b", | |
"generateName": "kube-dns-v11-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-dns-v11-lhd8b", | |
"uid": "7ddb339d-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324976", | |
"creationTimestamp": "2017-02-06T06:50:05Z", | |
"labels": { | |
"k8s-app": "kube-dns", | |
"kubernetes.io/cluster-service": "true", | |
"version": "v11" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"kube-system\",\"name\":\"kube-dns-v11\",\"uid\":\"fc8cd3aa-b8d0-11e6-8ce6-124a4b41d706\",\"apiVersion\":\"v1\",\"resourceVersion\":\"26323878\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "v1", | |
"kind": "ReplicationController", | |
"name": "kube-dns-v11", | |
"uid": "fc8cd3aa-b8d0-11e6-8ce6-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "etcd-storage", | |
"emptyDir": {} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kubelet/kubeconfig" | |
} | |
}, | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "etcd", | |
"image": "gcr.io/google_containers/etcd-amd64:2.2.1", | |
"command": [ | |
"/usr/local/bin/etcd", | |
"-data-dir", | |
"/var/etcd/data", | |
"-listen-client-urls", | |
"http://127.0.0.1:2379,http://127.0.0.1:4001", | |
"-advertise-client-urls", | |
"http://127.0.0.1:2379,http://127.0.0.1:4001", | |
"-initial-cluster-token", | |
"skydns-etcd" | |
], | |
"resources": { | |
"limits": { | |
"cpu": "100m", | |
"memory": "500Mi" | |
}, | |
"requests": { | |
"cpu": "100m", | |
"memory": "50Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "etcd-storage", | |
"mountPath": "/var/etcd/data" | |
}, | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "kube2sky", | |
"image": "gcr.io/google_containers/kube2sky:1.14", | |
"args": [ | |
"--domain=kube.local.", | |
"--kubecfg-file=/var/lib/kubelet/kubeconfig" | |
], | |
"resources": { | |
"limits": { | |
"cpu": "100m", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "100m", | |
"memory": "50Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kubelet/kubeconfig" | |
}, | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 8080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 60, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 5 | |
}, | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/readiness", | |
"port": 8081, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "skydns", | |
"image": "gcr.io/google_containers/skydns:2015-10-13-8c72f8c", | |
"args": [ | |
"-machines=http://127.0.0.1:4001", | |
"-addr=0.0.0.0:53", | |
"-ns-rotate=false", | |
"-domain=kube.local." | |
], | |
"ports": [ | |
{ | |
"name": "dns", | |
"containerPort": 53, | |
"protocol": "UDP" | |
}, | |
{ | |
"name": "dns-tcp", | |
"containerPort": 53, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "100m", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "100m", | |
"memory": "50Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "healthz", | |
"image": "gcr.io/google_containers/exechealthz:1.0", | |
"args": [ | |
"-cmd=nslookup kubernetes.default.svc.kube.local 127.0.0.1 \u003e/dev/null", | |
"-port=8080" | |
], | |
"ports": [ | |
{ | |
"containerPort": 8080, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "10m", | |
"memory": "20Mi" | |
}, | |
"requests": { | |
"cpu": "10m", | |
"memory": "20Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "Default", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-57.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:05Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:53:15Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:50:05Z" | |
} | |
], | |
"hostIP": "10.12.8.57", | |
"podIP": "192.168.235.196", | |
"startTime": "2017-02-06T06:50:05Z", | |
"containerStatuses": [ | |
{ | |
"name": "etcd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:52:25Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/etcd-amd64:2.2.1", | |
"imageID": "docker://sha256:3ae398308ded41ce32138643a69316e2983aa1273b6ad7dd91e1803620a1c3d4", | |
"containerID": "docker://259ae0af23812340c7dbb4c14f72a63a87623c1545222610e67ffa626c555d7f" | |
}, | |
{ | |
"name": "healthz", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:52:59Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/exechealthz:1.0", | |
"imageID": "docker://sha256:82a141f5d06d2136e324e44e90225c672509d6c453b6a96911d3a5b880a9e013", | |
"containerID": "docker://79b25aaeb6cf4111af6aed29b09caf7e7b409efc21305a1193cee35835061448" | |
}, | |
{ | |
"name": "kube2sky", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:52:39Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/kube2sky:1.14", | |
"imageID": "docker://sha256:a4892326f8cf5553648ff704c50174f9238b8d9d677fb02fc88cffa6ab6a4163", | |
"containerID": "docker://cc5ad7396cd9306559a4a287f320810407a111626bd8474cf34c8adacd073962" | |
}, | |
{ | |
"name": "skydns", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:52:51Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/skydns:2015-10-13-8c72f8c", | |
"imageID": "docker://sha256:718809956625fa6e1387bc374a7a12e449c1b90bd626a6eccea8bf4a05f057b5", | |
"containerID": "docker://706bf44a49920b66ae088d66b0007a2d09d38f2cf9bea80953b4b2762c6d3478" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-dns-v11-xk4fg", | |
"generateName": "kube-dns-v11-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-dns-v11-xk4fg", | |
"uid": "7925e791-ec38-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26324623", | |
"creationTimestamp": "2017-02-06T06:49:57Z", | |
"labels": { | |
"k8s-app": "kube-dns", | |
"kubernetes.io/cluster-service": "true", | |
"version": "v11" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicationController\",\"namespace\":\"kube-system\",\"name\":\"kube-dns-v11\",\"uid\":\"fc8cd3aa-b8d0-11e6-8ce6-124a4b41d706\",\"apiVersion\":\"v1\",\"resourceVersion\":\"26323688\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "v1", | |
"kind": "ReplicationController", | |
"name": "kube-dns-v11", | |
"uid": "fc8cd3aa-b8d0-11e6-8ce6-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "etcd-storage", | |
"emptyDir": {} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kubelet/kubeconfig" | |
} | |
}, | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "etcd", | |
"image": "gcr.io/google_containers/etcd-amd64:2.2.1", | |
"command": [ | |
"/usr/local/bin/etcd", | |
"-data-dir", | |
"/var/etcd/data", | |
"-listen-client-urls", | |
"http://127.0.0.1:2379,http://127.0.0.1:4001", | |
"-advertise-client-urls", | |
"http://127.0.0.1:2379,http://127.0.0.1:4001", | |
"-initial-cluster-token", | |
"skydns-etcd" | |
], | |
"resources": { | |
"limits": { | |
"cpu": "100m", | |
"memory": "500Mi" | |
}, | |
"requests": { | |
"cpu": "100m", | |
"memory": "50Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "etcd-storage", | |
"mountPath": "/var/etcd/data" | |
}, | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "kube2sky", | |
"image": "gcr.io/google_containers/kube2sky:1.14", | |
"args": [ | |
"--domain=kube.local.", | |
"--kubecfg-file=/var/lib/kubelet/kubeconfig" | |
], | |
"resources": { | |
"limits": { | |
"cpu": "100m", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "100m", | |
"memory": "50Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kubelet/kubeconfig" | |
}, | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/healthz", | |
"port": 8080, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 60, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 5 | |
}, | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/readiness", | |
"port": 8081, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "skydns", | |
"image": "gcr.io/google_containers/skydns:2015-10-13-8c72f8c", | |
"args": [ | |
"-machines=http://127.0.0.1:4001", | |
"-addr=0.0.0.0:53", | |
"-ns-rotate=false", | |
"-domain=kube.local." | |
], | |
"ports": [ | |
{ | |
"name": "dns", | |
"containerPort": 53, | |
"protocol": "UDP" | |
}, | |
{ | |
"name": "dns-tcp", | |
"containerPort": 53, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "100m", | |
"memory": "200Mi" | |
}, | |
"requests": { | |
"cpu": "100m", | |
"memory": "50Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
}, | |
{ | |
"name": "healthz", | |
"image": "gcr.io/google_containers/exechealthz:1.0", | |
"args": [ | |
"-cmd=nslookup kubernetes.default.svc.kube.local 127.0.0.1 \u003e/dev/null", | |
"-port=8080" | |
], | |
"ports": [ | |
{ | |
"containerPort": 8080, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "10m", | |
"memory": "20Mi" | |
}, | |
"requests": { | |
"cpu": "10m", | |
"memory": "20Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "Default", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:58Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:52:08Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:49:57Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "192.168.25.196", | |
"startTime": "2017-02-06T06:49:58Z", | |
"containerStatuses": [ | |
{ | |
"name": "etcd", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:50:31Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/etcd-amd64:2.2.1", | |
"imageID": "docker://sha256:3ae398308ded41ce32138643a69316e2983aa1273b6ad7dd91e1803620a1c3d4", | |
"containerID": "docker://74d3bc7520d4ac0c1abe409f49445475b5194ae1d4948e2a937ebbf74782590a" | |
}, | |
{ | |
"name": "healthz", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:51:57Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/exechealthz:1.0", | |
"imageID": "docker://sha256:82a141f5d06d2136e324e44e90225c672509d6c453b6a96911d3a5b880a9e013", | |
"containerID": "docker://8a5b9f5ea7550b328a598a6e607a4370614180ffb82d90646e43b4323a0f1f58" | |
}, | |
{ | |
"name": "kube2sky", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:51:38Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/kube2sky:1.14", | |
"imageID": "docker://sha256:a4892326f8cf5553648ff704c50174f9238b8d9d677fb02fc88cffa6ab6a4163", | |
"containerID": "docker://b5702defe4a67c77149a667191b06b151e4d6289e7f11ad5989782938f9451f3" | |
}, | |
{ | |
"name": "skydns", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:51:49Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/skydns:2015-10-13-8c72f8c", | |
"imageID": "docker://sha256:718809956625fa6e1387bc374a7a12e449c1b90bd626a6eccea8bf4a05f057b5", | |
"containerID": "docker://49d2b75492169163d6db6067d098f94de6a547199afdc742b1a4eb9163f2312c" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-105.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-105.ec2.internal", | |
"uid": "3d45d931-ebdc-11e6-93b9-1247551dff28", | |
"resourceVersion": "26142608", | |
"creationTimestamp": "2017-02-05T19:49:43Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "66f373e48dafeb37375cf29506bb64a4", | |
"kubernetes.io/config.mirror": "66f373e48dafeb37375cf29506bb64a4", | |
"kubernetes.io/config.seen": "2017-02-05T19:49:28.439494715Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-105.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-105.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:43Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:50:11Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:43Z" | |
} | |
], | |
"hostIP": "10.12.8.105", | |
"podIP": "10.12.8.105", | |
"startTime": "2017-02-05T19:49:43Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:50:10Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://10f07d1479bc43332316041e6858ec1150db4d1bf71a4a3bb805b94ed8339012" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-117.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-117.ec2.internal", | |
"uid": "77d90be6-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26143107", | |
"creationTimestamp": "2017-02-05T19:51:21Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "18b11cd28049ab462860793f8e257e07", | |
"kubernetes.io/config.mirror": "18b11cd28049ab462860793f8e257e07", | |
"kubernetes.io/config.seen": "2017-02-05T19:51:06.718079571Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-117.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:21Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:52Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:21Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "10.12.8.117", | |
"startTime": "2017-02-05T19:51:21Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:51:51Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://84b9e657e4f1da518c998216f94d225988bae9167344843a4780e948a890433f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-119.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-119.ec2.internal", | |
"uid": "027cd43f-ebdc-11e6-93b9-1247551dff28", | |
"resourceVersion": "26142140", | |
"creationTimestamp": "2017-02-05T19:48:04Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "0ec1ce2a285e6da925267dcf896bc1ad", | |
"kubernetes.io/config.mirror": "0ec1ce2a285e6da925267dcf896bc1ad", | |
"kubernetes.io/config.seen": "2017-02-05T19:47:49.768131153Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-119.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-119.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:04Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:30Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:04Z" | |
} | |
], | |
"hostIP": "10.12.8.119", | |
"podIP": "10.12.8.119", | |
"startTime": "2017-02-05T19:48:04Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:48:30Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://46c59869e8c82b7f4135b06727a07d6aa74bd4af7c7ef31a769489996d5f4573" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-120.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-120.ec2.internal", | |
"uid": "29fb3081-ebdc-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26142445", | |
"creationTimestamp": "2017-02-05T19:49:11Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "ee6761b3c190b5d0f1c4e4854b5f97b1", | |
"kubernetes.io/config.mirror": "ee6761b3c190b5d0f1c4e4854b5f97b1", | |
"kubernetes.io/config.seen": "2017-02-05T19:48:56.074483961Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-120.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-120.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:11Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:37Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:11Z" | |
} | |
], | |
"hostIP": "10.12.8.120", | |
"podIP": "10.12.8.120", | |
"startTime": "2017-02-05T19:49:11Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:49:37Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://7040d70e36035278f35f2d6cea49d60f20601077c0c1e609c784c6a7709daa4a" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-123.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-123.ec2.internal", | |
"uid": "81ae7888-ebdc-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26143184", | |
"creationTimestamp": "2017-02-05T19:51:38Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "72a09e0059aa09a0d75ca8782301cd19", | |
"kubernetes.io/config.mirror": "72a09e0059aa09a0d75ca8782301cd19", | |
"kubernetes.io/config.seen": "2017-02-05T19:51:23.228354196Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-123.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-123.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:38Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:52:08Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:38Z" | |
} | |
], | |
"hostIP": "10.12.8.123", | |
"podIP": "10.12.8.123", | |
"startTime": "2017-02-05T19:51:38Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:52:08Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://24b3ca9e26e90a63d1ae15ba4cffd91150bed20563fe127070e906ad9b555a54" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-125.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-125.ec2.internal", | |
"uid": "8cb0ca08-eb0d-11e6-93b9-1247551dff28", | |
"resourceVersion": "25681301", | |
"creationTimestamp": "2017-02-04T19:10:10Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "1b694a4ffbbd0bb1bd3b891f5b508564", | |
"kubernetes.io/config.mirror": "1b694a4ffbbd0bb1bd3b891f5b508564", | |
"kubernetes.io/config.seen": "2017-02-04T19:09:55.865798523Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-125.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:10Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:42Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:10Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "10.12.8.125", | |
"startTime": "2017-02-04T19:10:10Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-04T19:10:41Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://54ae01e6407d6d32eff1b8867d5efe7087374835a9f8c241b83cd7ff7ab50f4b" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-15.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-15.ec2.internal", | |
"uid": "ca5dfcf6-ebdb-11e6-93b9-1247551dff28", | |
"resourceVersion": "26141768", | |
"creationTimestamp": "2017-02-05T19:46:30Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "9217abca647d8a4ce0deb5c3c1a4c307", | |
"kubernetes.io/config.mirror": "9217abca647d8a4ce0deb5c3c1a4c307", | |
"kubernetes.io/config.seen": "2017-02-05T19:46:15.670883879Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-15.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-15.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:30Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:59Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:30Z" | |
} | |
], | |
"hostIP": "10.12.8.15", | |
"podIP": "10.12.8.15", | |
"startTime": "2017-02-05T19:46:30Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:58Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://f837e5f05391a2434de8d7c5c42f4d73948ec801cff5ac3fad1a0c1b4a689705" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-19.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-19.ec2.internal", | |
"uid": "b818261f-ebdb-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26141638", | |
"creationTimestamp": "2017-02-05T19:46:00Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "03172dd7c476d6465f04d4fa0ebde8d2", | |
"kubernetes.io/config.mirror": "03172dd7c476d6465f04d4fa0ebde8d2", | |
"kubernetes.io/config.seen": "2017-02-05T19:45:45.014556419Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-19.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-19.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:26Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:00Z" | |
} | |
], | |
"hostIP": "10.12.8.19", | |
"podIP": "10.12.8.19", | |
"startTime": "2017-02-05T19:46:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:25Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://8cf585bd732c7e42f7af5cd4872dcf5f31f5798025d2af76377f16258712dd72" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-24.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-24.ec2.internal", | |
"uid": "c4f0fc83-ebdb-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26141730", | |
"creationTimestamp": "2017-02-05T19:46:21Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "ecec87119adc6e3b94fcddd0e90f0e92", | |
"kubernetes.io/config.mirror": "ecec87119adc6e3b94fcddd0e90f0e92", | |
"kubernetes.io/config.seen": "2017-02-05T19:46:06.580970379Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-24.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-24.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:21Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:47Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:21Z" | |
} | |
], | |
"hostIP": "10.12.8.24", | |
"podIP": "10.12.8.24", | |
"startTime": "2017-02-05T19:46:21Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:46Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://2b6ea35a2c71b02ad3be602fca22610a669b2af8065ac8479faeafd0adf3f673" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-27.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-27.ec2.internal", | |
"uid": "16436a28-ec39-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26325485", | |
"creationTimestamp": "2017-02-06T06:54:21Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "7e4f5cfbb2c13b4fa9ebbce916821564", | |
"kubernetes.io/config.mirror": "7e4f5cfbb2c13b4fa9ebbce916821564", | |
"kubernetes.io/config.seen": "2017-02-06T06:54:06.203465132Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-27.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-27.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:21Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:45Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:21Z" | |
} | |
], | |
"hostIP": "10.12.8.27", | |
"podIP": "10.12.8.27", | |
"startTime": "2017-02-06T06:54:21Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:45Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://b92fb401d226e87eb46ee1bb44271d6ecde37ca5d10c7c5f7ed823652ab9fb7d" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-35.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-35.ec2.internal", | |
"uid": "f7d91f76-ebdb-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142012", | |
"creationTimestamp": "2017-02-05T19:47:46Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "fc7ab403a9ad69a3f95607e392992589", | |
"kubernetes.io/config.mirror": "fc7ab403a9ad69a3f95607e392992589", | |
"kubernetes.io/config.seen": "2017-02-05T19:47:31.952487695Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-35.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-35.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:47:46Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:03Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:47:46Z" | |
} | |
], | |
"hostIP": "10.12.8.35", | |
"podIP": "10.12.8.35", | |
"startTime": "2017-02-05T19:47:46Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:48:02Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://8315cd574769bd0fe06190e6acbfe92384bc8204fdb06a122dbb5d8f43617912" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-4.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-4.ec2.internal", | |
"uid": "b729a34b-ebdb-11e6-93b9-1247551dff28", | |
"resourceVersion": "26141631", | |
"creationTimestamp": "2017-02-05T19:45:58Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "5c7973e8468ffa77dc05ac67b7d951cd", | |
"kubernetes.io/config.mirror": "5c7973e8468ffa77dc05ac67b7d951cd", | |
"kubernetes.io/config.seen": "2017-02-05T19:45:43.44756189Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-4.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-4.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:45:58Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:25Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:45:58Z" | |
} | |
], | |
"hostIP": "10.12.8.4", | |
"podIP": "10.12.8.4", | |
"startTime": "2017-02-05T19:45:58Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:25Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://214ce7fdbdcda40801d1dcd2f0ca232343348a44bb9d795da8647d917dd0b546" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-40.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-40.ec2.internal", | |
"uid": "19328c5a-ec39-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26325526", | |
"creationTimestamp": "2017-02-06T06:54:26Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "9cf0ac037bd0be0d46b9e32fd301f77a", | |
"kubernetes.io/config.mirror": "9cf0ac037bd0be0d46b9e32fd301f77a", | |
"kubernetes.io/config.seen": "2017-02-06T06:54:11.123856131Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-40.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-40.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:53Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:26Z" | |
} | |
], | |
"hostIP": "10.12.8.40", | |
"podIP": "10.12.8.40", | |
"startTime": "2017-02-06T06:54:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:52Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://f3c7c914fc1bd3374dde37454801b32a0a3fd3d0aef2ed0eb7c53749ecb68b76" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-41.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-41.ec2.internal", | |
"uid": "1219391a-ec39-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26325433", | |
"creationTimestamp": "2017-02-06T06:54:14Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "418964ce75ed9ba37f19a179b9b31972", | |
"kubernetes.io/config.mirror": "418964ce75ed9ba37f19a179b9b31972", | |
"kubernetes.io/config.seen": "2017-02-06T06:53:59.128972038Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-41.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-41.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:14Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:38Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:14Z" | |
} | |
], | |
"hostIP": "10.12.8.41", | |
"podIP": "10.12.8.41", | |
"startTime": "2017-02-06T06:54:14Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:38Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://d44d3d9a71e7b120c2726237b5bb4a10a4f5cdd8bdcbb43535885badfc06556c" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-42.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-42.ec2.internal", | |
"uid": "77019bae-ebdc-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26143100", | |
"creationTimestamp": "2017-02-05T19:51:20Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "0863f9af144976b91c1eaa1316ccdde9", | |
"kubernetes.io/config.mirror": "0863f9af144976b91c1eaa1316ccdde9", | |
"kubernetes.io/config.seen": "2017-02-05T19:51:05.216197019Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-42.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-42.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:20Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:50Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:20Z" | |
} | |
], | |
"hostIP": "10.12.8.42", | |
"podIP": "10.12.8.42", | |
"startTime": "2017-02-05T19:51:20Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:51:50Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://5f382299207369508a4c2730069f347b1016c4623dc16a711c7eae603542a42b" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-43.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-43.ec2.internal", | |
"uid": "0ba67958-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142219", | |
"creationTimestamp": "2017-02-05T19:48:20Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "b86b332488b6fb6dda7a7f7f16e14a52", | |
"kubernetes.io/config.mirror": "b86b332488b6fb6dda7a7f7f16e14a52", | |
"kubernetes.io/config.seen": "2017-02-05T19:48:05.118013259Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-43.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-43.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:20Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:46Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:20Z" | |
} | |
], | |
"hostIP": "10.12.8.43", | |
"podIP": "10.12.8.43", | |
"startTime": "2017-02-05T19:48:20Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:48:46Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://763b6e27134e5323188c89b41606443a2cd9ca26503c64498bd4c9cd1255a146" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-46.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-46.ec2.internal", | |
"uid": "6308c3b9-ebdc-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26142899", | |
"creationTimestamp": "2017-02-05T19:50:46Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "030b015b029b3c67a3c3a51db6533d39", | |
"kubernetes.io/config.mirror": "030b015b029b3c67a3c3a51db6533d39", | |
"kubernetes.io/config.seen": "2017-02-05T19:50:31.801373326Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-46.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-46.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:50:46Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:51:13Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:50:46Z" | |
} | |
], | |
"hostIP": "10.12.8.46", | |
"podIP": "10.12.8.46", | |
"startTime": "2017-02-05T19:50:46Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:51:13Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://24e4d13c86dd06627254f01062aa2d4ef314c53d0e5de55fa64075e03f134456" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-5.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-5.ec2.internal", | |
"uid": "837a55d6-eb0d-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "25681165", | |
"creationTimestamp": "2017-02-04T19:09:55Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "0a651335d1683654968468590b247192", | |
"kubernetes.io/config.mirror": "0a651335d1683654968468590b247192", | |
"kubernetes.io/config.seen": "2017-02-04T19:09:40.344986329Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-5.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-5.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:09:55Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:20Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:09:55Z" | |
} | |
], | |
"hostIP": "10.12.8.5", | |
"podIP": "10.12.8.5", | |
"startTime": "2017-02-04T19:09:55Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-04T19:10:20Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://0908a131819273166c288e24307bf05cdcf1f6a35462a559c84e5bd0a3948d36" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-50.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-50.ec2.internal", | |
"uid": "73911041-ea59-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "25234104", | |
"creationTimestamp": "2017-02-03T21:40:59Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "d24c8bbc39248aa7c4bd2080b0998f04", | |
"kubernetes.io/config.mirror": "d24c8bbc39248aa7c4bd2080b0998f04", | |
"kubernetes.io/config.seen": "2017-02-03T21:40:44.103822332Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-50.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-50.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-03T21:40:59Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-03T21:41:28Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-03T21:40:59Z" | |
} | |
], | |
"hostIP": "10.12.8.50", | |
"podIP": "10.12.8.50", | |
"startTime": "2017-02-03T21:40:59Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-03T21:41:27Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://36b1b4207b2e2572d403da5f02e89478d7d21539f2894c3225618300b4dcb932" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-57.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-57.ec2.internal", | |
"uid": "32f2a909-ebdc-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26142524", | |
"creationTimestamp": "2017-02-05T19:49:26Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "52a706a38540f94c253f6008985425a3", | |
"kubernetes.io/config.mirror": "52a706a38540f94c253f6008985425a3", | |
"kubernetes.io/config.seen": "2017-02-05T19:49:11.121430183Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-57.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-57.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:55Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:26Z" | |
} | |
], | |
"hostIP": "10.12.8.57", | |
"podIP": "10.12.8.57", | |
"startTime": "2017-02-05T19:49:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:49:54Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://d93b682e98eadb2711e6dc20ff3d8f219f4db80c4c0be30eda6598502cac075f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-61.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-61.ec2.internal", | |
"uid": "436bcd0a-ebdc-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26142661", | |
"creationTimestamp": "2017-02-05T19:49:53Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "633469a35af7e245d071d95d7efba89c", | |
"kubernetes.io/config.mirror": "633469a35af7e245d071d95d7efba89c", | |
"kubernetes.io/config.seen": "2017-02-05T19:49:38.772145545Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-61.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-61.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:53Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:50:24Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:49:53Z" | |
} | |
], | |
"hostIP": "10.12.8.61", | |
"podIP": "10.12.8.61", | |
"startTime": "2017-02-05T19:49:53Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:50:24Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://fd349f17874cfc419595c295dd5c3231bbc85db4a538070ad2eaba828beec735" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-66.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-66.ec2.internal", | |
"uid": "0994ae11-ed7a-11e6-93b9-1247551dff28", | |
"resourceVersion": "27067642", | |
"creationTimestamp": "2017-02-07T21:11:48Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "f21426b8ee95a471cae7ea255f97303f", | |
"kubernetes.io/config.mirror": "f21426b8ee95a471cae7ea255f97303f", | |
"kubernetes.io/config.seen": "2017-02-07T21:11:33.372066765Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-66.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-66.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:11:48Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:12:31Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:11:48Z" | |
} | |
], | |
"hostIP": "10.12.8.66", | |
"podIP": "10.12.8.66", | |
"startTime": "2017-02-07T21:11:48Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:12:30Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://e695f908556ab66521277524e625b677ef012905ac3d8a6b1a3fc315f1f3a954" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-70.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-70.ec2.internal", | |
"uid": "b7b8fdc2-ebdb-11e6-93b9-1247551dff28", | |
"resourceVersion": "26141641", | |
"creationTimestamp": "2017-02-05T19:45:59Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "e1a36515bfdd3dc59083495f1eb81913", | |
"kubernetes.io/config.mirror": "e1a36515bfdd3dc59083495f1eb81913", | |
"kubernetes.io/config.seen": "2017-02-05T19:45:44.393968487Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-70.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-70.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:45:59Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:46:27Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:45:59Z" | |
} | |
], | |
"hostIP": "10.12.8.70", | |
"podIP": "10.12.8.70", | |
"startTime": "2017-02-05T19:45:59Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:46:27Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://d13ae70e0d87d74d5049ddbf714ea30fedbfbc8c2b4895543ec7be102c176d73" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-71.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-71.ec2.internal", | |
"uid": "8b8e7951-eb0d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "25681231", | |
"creationTimestamp": "2017-02-04T19:10:08Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "b597316836d4558f3decd13f6bfedef6", | |
"kubernetes.io/config.mirror": "b597316836d4558f3decd13f6bfedef6", | |
"kubernetes.io/config.seen": "2017-02-04T19:09:53.970226417Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-71.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-71.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:08Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:31Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-04T19:10:08Z" | |
} | |
], | |
"hostIP": "10.12.8.71", | |
"podIP": "10.12.8.71", | |
"startTime": "2017-02-04T19:10:08Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-04T19:10:31Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://5657ad72c650337bca289a58d42eef34ef7fc0cd7760901378c98f8c1a7caa2a" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-74.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-74.ec2.internal", | |
"uid": "196b2b89-ec39-11e6-93b9-1247551dff28", | |
"resourceVersion": "26325527", | |
"creationTimestamp": "2017-02-06T06:54:26Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "07efd4cc9f332e6b7f5deee66ad55101", | |
"kubernetes.io/config.mirror": "07efd4cc9f332e6b7f5deee66ad55101", | |
"kubernetes.io/config.seen": "2017-02-06T06:54:11.48965068Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-74.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-74.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:26Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:53Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:26Z" | |
} | |
], | |
"hostIP": "10.12.8.74", | |
"podIP": "10.12.8.74", | |
"startTime": "2017-02-06T06:54:26Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:52Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://bf3972db9fe5155c19dbd6013ba7c370a684b02374c3f24ff866ef792d87e87e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-80.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-80.ec2.internal", | |
"uid": "1d199d42-ec39-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26325551", | |
"creationTimestamp": "2017-02-06T06:54:32Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "85f92277e6e1faf351dcfc5ff5429fbb", | |
"kubernetes.io/config.mirror": "85f92277e6e1faf351dcfc5ff5429fbb", | |
"kubernetes.io/config.seen": "2017-02-06T06:54:17.672344625Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-80.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-80.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:32Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:58Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T06:54:32Z" | |
} | |
], | |
"hostIP": "10.12.8.80", | |
"podIP": "10.12.8.80", | |
"startTime": "2017-02-06T06:54:32Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T06:54:57Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://3fc1dfe279e34f2b50074817f8c313283a0294596132256fa1de417ede7bbd12" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-84.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-84.ec2.internal", | |
"uid": "049dd927-ebdc-11e6-93b9-1247551dff28", | |
"resourceVersion": "26142136", | |
"creationTimestamp": "2017-02-05T19:48:08Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "e9f8ab9578e3d1693f1daa5ce8063074", | |
"kubernetes.io/config.mirror": "e9f8ab9578e3d1693f1daa5ce8063074", | |
"kubernetes.io/config.seen": "2017-02-05T19:47:53.393262703Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-84.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-84.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:08Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:29Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:48:08Z" | |
} | |
], | |
"hostIP": "10.12.8.84", | |
"podIP": "10.12.8.84", | |
"startTime": "2017-02-05T19:48:08Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:48:28Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://d375da1380d5032a4fd67026595b35334ca24cf1458c5a76fb818932a0929a4e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kube-proxy-ip-10-12-8-98.ec2.internal", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-ip-10-12-8-98.ec2.internal", | |
"uid": "9787dd7e-ebdc-11e6-bc4b-12386d695b4c", | |
"resourceVersion": "26143371", | |
"creationTimestamp": "2017-02-05T19:52:14Z", | |
"annotations": { | |
"kubernetes.io/config.hash": "2542cd07c244c2d892bcd1911ea61545", | |
"kubernetes.io/config.mirror": "2542cd07c244c2d892bcd1911ea61545", | |
"kubernetes.io/config.seen": "2017-02-05T19:51:59.874606804Z", | |
"kubernetes.io/config.source": "file" | |
} | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "ssl-certs-host", | |
"hostPath": { | |
"path": "/etc/ssl/certs" | |
} | |
}, | |
{ | |
"name": "kubeconfig", | |
"hostPath": { | |
"path": "/var/lib/kube-proxy/kubeconfig" | |
} | |
}, | |
{ | |
"name": "varlog", | |
"hostPath": { | |
"path": "/var/log" | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kube-proxy", | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"command": [ | |
"/bin/sh", | |
"-c", | |
"kube-proxy --hostname-override=ip-10-12-8-98.ec2.internal --master=https://internal-domodev-e-k8sMaste-HNRTCA68RSXC-2111129672.us-east-1.elb.amazonaws.com --kubeconfig=/var/lib/kube-proxy/kubeconfig 1\u003e\u003e/var/log/kube-proxy.log 2\u003e\u00261" | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "ssl-certs-host", | |
"readOnly": true, | |
"mountPath": "/etc/ssl/certs" | |
}, | |
{ | |
"name": "varlog", | |
"mountPath": "/var/log" | |
}, | |
{ | |
"name": "kubeconfig", | |
"mountPath": "/var/lib/kube-proxy/kubeconfig" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent", | |
"securityContext": { | |
"privileged": true | |
} | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeName": "ip-10-12-8-98.ec2.internal", | |
"hostNetwork": true, | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:52:14Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:52:47Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:52:14Z" | |
} | |
], | |
"hostIP": "10.12.8.98", | |
"podIP": "10.12.8.98", | |
"startTime": "2017-02-05T19:52:14Z", | |
"containerStatuses": [ | |
{ | |
"name": "kube-proxy", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:52:46Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/kubernetes-world/kube-proxy:v1.4.5", | |
"imageID": "docker://sha256:c07e57cb3c9ee9ef63bae4893f8990938907446e72a2bd86784fcc0e62770afc", | |
"containerID": "docker://305a3c65e80fba59337775375f9be9316f3df6b79599d431bce6d8e9f5ef8979" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "kubernetes-dashboard-440103347-2wsa7", | |
"generateName": "kubernetes-dashboard-440103347-", | |
"namespace": "kube-system", | |
"selfLink": "/api/v1/namespaces/kube-system/pods/kubernetes-dashboard-440103347-2wsa7", | |
"uid": "cde50085-ebd8-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26133930", | |
"creationTimestamp": "2017-02-05T19:25:08Z", | |
"labels": { | |
"app": "kubernetes-dashboard", | |
"pod-template-hash": "440103347" | |
}, | |
"annotations": { | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"kube-system\",\"name\":\"kubernetes-dashboard-440103347\",\"uid\":\"16c284c2-b8d2-11e6-8ce6-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"20526865\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "kubernetes-dashboard-440103347", | |
"uid": "16c284c2-b8d2-11e6-8ce6-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-lqy7j", | |
"secret": { | |
"secretName": "default-token-lqy7j", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "kubernetes-dashboard", | |
"image": "gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0", | |
"ports": [ | |
{ | |
"containerPort": 9090, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-lqy7j", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"livenessProbe": { | |
"httpGet": { | |
"path": "/", | |
"port": 9090, | |
"scheme": "HTTP" | |
}, | |
"initialDelaySeconds": 30, | |
"timeoutSeconds": 30, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {} | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:25:08Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:25:32Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-05T19:25:08Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.67", | |
"startTime": "2017-02-05T19:25:08Z", | |
"containerStatuses": [ | |
{ | |
"name": "kubernetes-dashboard", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-05T19:25:32Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0", | |
"imageID": "docker://sha256:436faaeba2e2071e45809ae4416aa3c19cb197be1eb2ff3ce89fc6793702c63b", | |
"containerID": "docker://16e60dccf66b56660726fb13b71c616bb049c84237fbc872b7b1bd364f1e581f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apicontent-4069889261-rttae", | |
"generateName": "apicontent-4069889261-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/apicontent-4069889261-rttae", | |
"uid": "3245a0a5-ed67-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27022231", | |
"creationTimestamp": "2017-02-07T18:56:56Z", | |
"labels": { | |
"app": "apicontent", | |
"pod-template-hash": "4069889261" | |
}, | |
"annotations": { | |
"appVersion": "1.0.6047_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"apicontent-4069889261\",\"uid\":\"3237f215-ed67-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27021531\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apicontent-4069889261", | |
"uid": "3237f215-ed67-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apicontent", | |
"image": "dregs.domosoftware.net/public/apicontent:1.0.6047_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-71.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T18:56:56Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T18:58:46Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T18:56:56Z" | |
} | |
], | |
"hostIP": "10.12.8.71", | |
"podIP": "192.168.10.127", | |
"startTime": "2017-02-07T18:56:56Z", | |
"containerStatuses": [ | |
{ | |
"name": "apicontent", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T18:57:21Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apicontent:1.0.6047_master", | |
"imageID": "docker://sha256:90a85b9ddb880b5f7cf071d9fbf5245310bc61b421ebc7cfcc7efd7cafdb2385", | |
"containerID": "docker://40b079f90660d84fa55aac907c40f21fb13f15bdd890140fb7ba110f60922d6d" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apidata-4207251305-28uko", | |
"generateName": "apidata-4207251305-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/apidata-4207251305-28uko", | |
"uid": "3fa16b06-ed6a-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27029230", | |
"creationTimestamp": "2017-02-07T19:18:47Z", | |
"labels": { | |
"app": "apidata", | |
"pod-template-hash": "4207251305" | |
}, | |
"annotations": { | |
"appVersion": "1.0.4715_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"apidata-4207251305\",\"uid\":\"3f931c1c-ed6a-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27028378\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apidata-4207251305", | |
"uid": "3f931c1c-ed6a-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apidata", | |
"image": "dregs.domosoftware.net/public/apidata:1.0.4715_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T19:18:47Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T19:20:37Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T19:18:47Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.79", | |
"startTime": "2017-02-07T19:18:47Z", | |
"containerStatuses": [ | |
{ | |
"name": "apidata", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T19:19:16Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apidata:1.0.4715_master", | |
"imageID": "docker://sha256:fa2da82061bebbd2132e0b805b3695c8cd1b65af505f6efeb3cb7adb47b98f82", | |
"containerID": "docker://09380646cd6be35239a9b31a34181f5100e981c47c87f52bb7516e087393f62f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apiidentity-3599013431-erhfc", | |
"generateName": "apiidentity-3599013431-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/apiidentity-3599013431-erhfc", | |
"uid": "b56020a1-ed58-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26980146", | |
"creationTimestamp": "2017-02-07T17:13:13Z", | |
"labels": { | |
"app": "apiidentity", | |
"pod-template-hash": "3599013431" | |
}, | |
"annotations": { | |
"appVersion": "1.0.530_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"apiidentity-3599013431\",\"uid\":\"b55ec8b2-ed58-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26979437\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apiidentity-3599013431", | |
"uid": "b55ec8b2-ed58-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apiidentity", | |
"image": "dregs.domosoftware.net/public/apiidentity:1.0.530_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T17:13:13Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T17:14:24Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T17:13:13Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.82", | |
"startTime": "2017-02-07T17:13:13Z", | |
"containerStatuses": [ | |
{ | |
"name": "apiidentity", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T17:13:36Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apiidentity:1.0.530_master", | |
"imageID": "docker://sha256:3f89c9160b71152f5e6bd53aa170a452d9ae1554f53f84c49f4b72b115788fed", | |
"containerID": "docker://4aa4c66dcfeb3d2658b45ca1afc9de7e987ef430fb3abc360abaa62d15e6d425" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apilibrary-1582273743-60iqz", | |
"generateName": "apilibrary-1582273743-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/apilibrary-1582273743-60iqz", | |
"uid": "c0c2b065-ed74-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27054806", | |
"creationTimestamp": "2017-02-07T20:33:58Z", | |
"labels": { | |
"app": "apilibrary", | |
"pod-template-hash": "1582273743" | |
}, | |
"annotations": { | |
"appVersion": "1.0.2930_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"apilibrary-1582273743\",\"uid\":\"c0c0b9ac-ed74-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27054412\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apilibrary-1582273743", | |
"uid": "c0c0b9ac-ed74-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apilibrary", | |
"image": "dregs.domosoftware.net/public/apilibrary:1.0.2930_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-43.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:33:58Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:34:59Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:33:58Z" | |
} | |
], | |
"hostIP": "10.12.8.43", | |
"podIP": "192.168.228.149", | |
"startTime": "2017-02-07T20:33:58Z", | |
"containerStatuses": [ | |
{ | |
"name": "apilibrary", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:34:19Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apilibrary:1.0.2930_master", | |
"imageID": "docker://sha256:3a4b3407ce81023d83ba44d2d17d25857b10cfd91ac4bdd6c6e1ffb5e1307993", | |
"containerID": "docker://a20488ab6c95e6209bb47f6f58db64246f651e3d74187d5eb0b24709e11ea5be" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "apisocial-1955762939-61f1j", | |
"generateName": "apisocial-1955762939-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/apisocial-1955762939-61f1j", | |
"uid": "ed351b1b-ecf5-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26766985", | |
"creationTimestamp": "2017-02-07T05:26:07Z", | |
"labels": { | |
"app": "apisocial", | |
"pod-template-hash": "1955762939" | |
}, | |
"annotations": { | |
"appVersion": "1.0.5478_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"apisocial-1955762939\",\"uid\":\"ed2732a3-ecf5-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26766593\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "apisocial-1955762939", | |
"uid": "ed2732a3-ecf5-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "apisocial", | |
"image": "dregs.domosoftware.net/public/apisocial:1.0.5478_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-40.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T05:26:07Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T05:27:17Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T05:26:07Z" | |
} | |
], | |
"hostIP": "10.12.8.40", | |
"podIP": "192.168.21.71", | |
"startTime": "2017-02-07T05:26:07Z", | |
"containerStatuses": [ | |
{ | |
"name": "apisocial", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T05:26:28Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/apisocial:1.0.5478_master", | |
"imageID": "docker://sha256:0a8d7fdf6e5c8859a6c035e413e6b91a56eae95e6fddb514214bf1b9977f9106", | |
"containerID": "docker://07cf48673ea52d0c915bddb19a63626b0729ed613d16bf29d408a196ec674f0b" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "audit-4246965265-bk9yc", | |
"generateName": "audit-4246965265-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/audit-4246965265-bk9yc", | |
"uid": "bafa02e3-ed73-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27052091", | |
"creationTimestamp": "2017-02-07T20:26:39Z", | |
"labels": { | |
"app": "audit", | |
"pod-template-hash": "4246965265" | |
}, | |
"annotations": { | |
"appVersion": "1.0.177_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"audit-4246965265\",\"uid\":\"baf812fb-ed73-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27051246\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "audit-4246965265", | |
"uid": "baf812fb-ed73-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "audit", | |
"image": "dregs.domosoftware.net/public/audit:1.0.177_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:26:39Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:27:40Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T20:26:39Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.91", | |
"startTime": "2017-02-07T20:26:39Z", | |
"containerStatuses": [ | |
{ | |
"name": "audit", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T20:26:57Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/audit:1.0.177_master", | |
"imageID": "docker://sha256:55eb9e024a4533779c201f3fcdbd8f07d0eceafbd1efbb6abcbfa753b2024e5c", | |
"containerID": "docker://707692c96625a718b08e1e35fd0c9c12cdfc0f4473eda61df6255456f34ebe40" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "clamav-2226079183-cezci", | |
"generateName": "clamav-2226079183-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/clamav-2226079183-cezci", | |
"uid": "813d5468-ec8d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26498776", | |
"creationTimestamp": "2017-02-06T16:58:38Z", | |
"labels": { | |
"app": "clamav", | |
"pod-template-hash": "2226079183" | |
}, | |
"annotations": { | |
"appVersion": "0.0.1_2", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"clamav-2226079183\",\"uid\":\"809605d3-ec8d-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26497926\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "clamav-2226079183", | |
"uid": "809605d3-ec8d-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "clamav-token-d3i8q", | |
"secret": { | |
"secretName": "clamav-token-d3i8q", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "clamav", | |
"image": "dregs.domosoftware.net/public/clamav:0.0.1_2", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 3310, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "512Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "512Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "clamav-token-d3i8q", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 3310 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "clamav", | |
"serviceAccount": "clamav", | |
"nodeName": "ip-10-12-8-46.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:58:38Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:18Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:58:38Z" | |
} | |
], | |
"hostIP": "10.12.8.46", | |
"podIP": "192.168.110.241", | |
"startTime": "2017-02-06T16:58:38Z", | |
"containerStatuses": [ | |
{ | |
"name": "clamav", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T16:58:59Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/clamav:0.0.1_2", | |
"imageID": "docker://sha256:df999896b65cc49cc90623bef59b5a2290deb876f9e28c71198430697e895bb3", | |
"containerID": "docker://142a58785b0ed078377d03a02a235b3db456025531cc35595f069070e1f5e465" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "containermanager-526622440-um5q0", | |
"generateName": "containermanager-526622440-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/containermanager-526622440-um5q0", | |
"uid": "95b8968c-ec8d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26499263", | |
"creationTimestamp": "2017-02-06T16:59:12Z", | |
"labels": { | |
"app": "containermanager", | |
"pod-template-hash": "526622440" | |
}, | |
"annotations": { | |
"appVersion": "0.2.2659_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"containermanager-526622440\",\"uid\":\"95b6f532-ec8d-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26498664\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "containermanager-526622440", | |
"uid": "95b6f532-ec8d-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "containermanager", | |
"image": "dregs.domosoftware.net/public/containermanager:0.2.2659_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-24.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:13Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:54Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:12Z" | |
} | |
], | |
"hostIP": "10.12.8.24", | |
"podIP": "192.168.138.75", | |
"startTime": "2017-02-06T16:59:13Z", | |
"containerStatuses": [ | |
{ | |
"name": "containermanager", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T16:59:19Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/containermanager:0.2.2659_master", | |
"imageID": "docker://sha256:7ff8c318703aeda7d7f80c9b9846199f1c6f286251f59b2a17785cb96e229fe0", | |
"containerID": "docker://d17746737abf6d507644bcf3c79bfb0fc74e696c2a94d03bda46eb59e526604b" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "custcol-3483275240-r5qge", | |
"generateName": "custcol-3483275240-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/custcol-3483275240-r5qge", | |
"uid": "95f36f09-ec8d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26498809", | |
"creationTimestamp": "2017-02-06T16:59:13Z", | |
"labels": { | |
"app": "custcol", | |
"pod-template-hash": "3483275240" | |
}, | |
"annotations": { | |
"appVersion": "1.0.108_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"custcol-3483275240\",\"uid\":\"95f2791f-ec8d-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26498690\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "custcol-3483275240", | |
"uid": "95f2791f-ec8d-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "custcol", | |
"image": "dregs.domosoftware.net/public/custcol:1.0.108_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-19.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:13Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:23Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:13Z" | |
} | |
], | |
"hostIP": "10.12.8.19", | |
"podIP": "192.168.198.140", | |
"startTime": "2017-02-06T16:59:13Z", | |
"containerStatuses": [ | |
{ | |
"name": "custcol", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T16:59:18Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/custcol:1.0.108_master", | |
"imageID": "docker://sha256:d31752cceea408819c9037d737abb610842d314e5a0d14e3bf7eedc3d445d98f", | |
"containerID": "docker://12cb3c0ca79f3232bf7aa982464c4d61206081ea52ec2d1055948af41f87135a" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "datahub-3941830503-pn706", | |
"generateName": "datahub-3941830503-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/datahub-3941830503-pn706", | |
"uid": "c23f68ea-ed78-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27064370", | |
"creationTimestamp": "2017-02-07T21:02:39Z", | |
"labels": { | |
"app": "datahub", | |
"pod-template-hash": "3941830503" | |
}, | |
"annotations": { | |
"appVersion": "1.0.1203_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"datahub-3941830503\",\"uid\":\"c231de77-ed78-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27063915\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "datahub-3941830503", | |
"uid": "c231de77-ed78-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "datahub", | |
"image": "dregs.domosoftware.net/public/datahub:1.0.1203_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-15.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:02:39Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:03:39Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:02:39Z" | |
} | |
], | |
"hostIP": "10.12.8.15", | |
"podIP": "192.168.174.225", | |
"startTime": "2017-02-07T21:02:39Z", | |
"containerStatuses": [ | |
{ | |
"name": "datahub", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:03:06Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/datahub:1.0.1203_master", | |
"imageID": "docker://sha256:ddbb66fd93a23783291c4ef03752ab579fc32ce22e9fc699c3b3f8f5b928b039", | |
"containerID": "docker://19ca76508d3cff7520ec4313aeece3737c2f1711e166b35ded85d9510adacc7e" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "fileimport-1715920540-btsdc", | |
"generateName": "fileimport-1715920540-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/fileimport-1715920540-btsdc", | |
"uid": "a7ec9659-ec8d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26500084", | |
"creationTimestamp": "2017-02-06T16:59:43Z", | |
"labels": { | |
"app": "fileimport", | |
"pod-template-hash": "1715920540" | |
}, | |
"annotations": { | |
"appVersion": "1.0.275_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"fileimport-1715920540\",\"uid\":\"a7cdb128-ec8d-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26499109\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "fileimport-1715920540", | |
"uid": "a7cdb128-ec8d-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "fileimport", | |
"image": "dregs.domosoftware.net/public/fileimport:1.0.275_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "sftp", | |
"containerPort": 9722, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "smtp", | |
"containerPort": 9725, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-80.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:43Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T17:02:04Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:43Z" | |
} | |
], | |
"hostIP": "10.12.8.80", | |
"podIP": "192.168.33.24", | |
"startTime": "2017-02-06T16:59:43Z", | |
"containerStatuses": [ | |
{ | |
"name": "fileimport", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T16:59:58Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/fileimport:1.0.275_master", | |
"imageID": "docker://sha256:b9c30d61100d97918a65c837541cc25aefa21b220e115fa527b239c25ce7678f", | |
"containerID": "docker://caf16b12c3f7b64b6b9aa52d7b690d5c13be706a7ea5f47ed79cd7fd0a8e3874" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "genus-3310652667-stqi7", | |
"generateName": "genus-3310652667-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/genus-3310652667-stqi7", | |
"uid": "04f8c36e-ed49-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26941027", | |
"creationTimestamp": "2017-02-07T15:20:55Z", | |
"labels": { | |
"app": "genus", | |
"pod-template-hash": "3310652667" | |
}, | |
"annotations": { | |
"appVersion": "2.0.0_master.654", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"genus-3310652667\",\"uid\":\"04ea0d27-ed49-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26940370\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "genus-3310652667", | |
"uid": "04ea0d27-ed49-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "genus", | |
"image": "dregs.domosoftware.net/public/genus:2.0.0_master.654", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-117.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:20:55Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:22:46Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:20:55Z" | |
} | |
], | |
"hostIP": "10.12.8.117", | |
"podIP": "192.168.25.244", | |
"startTime": "2017-02-07T15:20:55Z", | |
"containerStatuses": [ | |
{ | |
"name": "genus", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T15:21:24Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/genus:2.0.0_master.654", | |
"imageID": "docker://sha256:662d7743352a45828b9c5a3933c09179546e3bdb0647385f1fd52e3a2c02841d", | |
"containerID": "docker://60b4689fb3e85d1f1befb0acd8768211fb2bc66996fca634177e1a932779dd7f" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "genusadvanced-1787402113-9vyjw", | |
"generateName": "genusadvanced-1787402113-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/genusadvanced-1787402113-9vyjw", | |
"uid": "b73802da-ed51-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26960404", | |
"creationTimestamp": "2017-02-07T16:23:10Z", | |
"labels": { | |
"app": "genusadvanced", | |
"pod-template-hash": "1787402113" | |
}, | |
"annotations": { | |
"appVersion": "2.0.2331_emp", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"genusadvanced-1787402113\",\"uid\":\"b735febd-ed51-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26960016\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "genusadvanced-1787402113", | |
"uid": "b735febd-ed51-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "genusadvanced", | |
"image": "dregs.domosoftware.net/public/genus_advanced:2.0.2331_emp", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-125.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T16:23:10Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T16:24:10Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T16:23:10Z" | |
} | |
], | |
"hostIP": "10.12.8.125", | |
"podIP": "192.168.145.80", | |
"startTime": "2017-02-07T16:23:10Z", | |
"containerStatuses": [ | |
{ | |
"name": "genusadvanced", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T16:23:41Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/genus_advanced:2.0.2331_emp", | |
"imageID": "docker://sha256:397c515756cf9a7b775c315a3484999573443730e36a5be1504a2d46e7a31d15", | |
"containerID": "docker://f808666cf1c7cc47b84d9b3df884bc2aa07101366fc32a74425f524ec9c4d22c" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "genusweb-3868824183-khqnn", | |
"generateName": "genusweb-3868824183-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/genusweb-3868824183-khqnn", | |
"uid": "a009e89a-ed79-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "27066451", | |
"creationTimestamp": "2017-02-07T21:08:51Z", | |
"labels": { | |
"app": "genusweb", | |
"pod-template-hash": "3868824183" | |
}, | |
"annotations": { | |
"appVersion": "1.0.18821_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"genusweb-3868824183\",\"uid\":\"9ffca11b-ed79-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"27065992\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "genusweb-3868824183", | |
"uid": "9ffca11b-ed79-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "genusweb", | |
"image": "dregs.domosoftware.net/public/genus-web:1.0.18821_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-71.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:08:51Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:09:31Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T21:08:51Z" | |
} | |
], | |
"hostIP": "10.12.8.71", | |
"podIP": "192.168.10.96", | |
"startTime": "2017-02-07T21:08:51Z", | |
"containerStatuses": [ | |
{ | |
"name": "genusweb", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T21:09:17Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/genus-web:1.0.18821_master", | |
"imageID": "docker://sha256:bc6f906659b8da02a3f9bfd86c487c1d3fab730cb2bbb2bdecfccadca4b0a992", | |
"containerID": "docker://0ede327a6d89024aadeae9e378ac8144dd9334c693897002383a3f40dc473678" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "ice-1457031389-kl1pk", | |
"generateName": "ice-1457031389-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/ice-1457031389-kl1pk", | |
"uid": "65f2a41b-ecc9-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26666473", | |
"creationTimestamp": "2017-02-07T00:07:22Z", | |
"labels": { | |
"app": "ice", | |
"pod-template-hash": "1457031389" | |
}, | |
"annotations": { | |
"appVersion": "1.0.3563_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"ice-1457031389\",\"uid\":\"65f17219-ecc9-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26666115\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "ice-1457031389", | |
"uid": "65f17219-ecc9-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "ice", | |
"image": "dregs.domosoftware.net/public/ice:1.0.3563_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-41.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:07:22Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:08:13Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T00:07:22Z" | |
} | |
], | |
"hostIP": "10.12.8.41", | |
"podIP": "192.168.232.145", | |
"startTime": "2017-02-07T00:07:22Z", | |
"containerStatuses": [ | |
{ | |
"name": "ice", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T00:07:40Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/ice:1.0.3563_master", | |
"imageID": "docker://sha256:cca467877a6a2ba9f5c388c59dce3c7d7ad271401f33b4dac4cda761b10800dd", | |
"containerID": "docker://95eead5cda62e0224be7a2d502729923d5c2ac8281fb54144e719716c1beca40" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "icebox-594316705-9z4fe", | |
"generateName": "icebox-594316705-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/icebox-594316705-9z4fe", | |
"uid": "a3e2aab6-ed4c-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26949143", | |
"creationTimestamp": "2017-02-07T15:46:50Z", | |
"labels": { | |
"app": "icebox", | |
"pod-template-hash": "594316705" | |
}, | |
"annotations": { | |
"appVersion": "1.0.791_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"icebox-594316705\",\"uid\":\"a3d4ccdb-ed4c-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26948705\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "icebox-594316705", | |
"uid": "a3d4ccdb-ed4c-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "icebox", | |
"image": "dregs.domosoftware.net/public/icebox:1.0.791_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-98.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:46:50Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:48:01Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-07T15:46:50Z" | |
} | |
], | |
"hostIP": "10.12.8.98", | |
"podIP": "192.168.171.150", | |
"startTime": "2017-02-07T15:46:50Z", | |
"containerStatuses": [ | |
{ | |
"name": "icebox", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-07T15:47:13Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/icebox:1.0.791_master", | |
"imageID": "docker://sha256:5f9e18b2d5dcd35976fd4640fa51385be4ef85764e263c6ebb4ecb9a69e44fc7", | |
"containerID": "docker://f3b60fd3a74a0c21966781be03bbe94734677477b8f8c603a1a6220ba3176725" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "import-2237042382-ewoiz", | |
"generateName": "import-2237042382-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/import-2237042382-ewoiz", | |
"uid": "96425f5c-ec8d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26498884", | |
"creationTimestamp": "2017-02-06T16:59:13Z", | |
"labels": { | |
"app": "import", | |
"pod-template-hash": "2237042382" | |
}, | |
"annotations": { | |
"appVersion": "0.2.2661_master", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"import-2237042382\",\"uid\":\"96415446-ec8d-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26498717\"}}\n", | |
"prometheus.io/path": "/prometheus", | |
"prometheus.io/port": "8180", | |
"prometheus.io/scrape": "false" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "import-2237042382", | |
"uid": "96415446-ec8d-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "default-token-jil5g", | |
"secret": { | |
"secretName": "default-token-jil5g", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "import", | |
"image": "dregs.domosoftware.net/public/import:0.2.2661_master", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 8180, | |
"protocol": "TCP" | |
}, | |
{ | |
"name": "debug", | |
"containerPort": 8181, | |
"protocol": "TCP" | |
} | |
], | |
"env": [ | |
{ | |
"name": "JAVA_OPTS", | |
"value": "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8181 -Xmx512m -Xms512m" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMX", | |
"value": "512" | |
}, | |
{ | |
"name": "CAAS_JAVA_XMS", | |
"value": "512" | |
}, | |
{ | |
"name": "ENVIRONMENT_ID", | |
"value": "mad-fox" | |
}, | |
{ | |
"name": "SPRING_PROFILES_ACTIVE", | |
"value": "caas,mad-fox,mad-fox_devices" | |
}, | |
{ | |
"name": "ENVIRONMENT_SUBDOMAIN", | |
"value": "mad-fox.domorig.io" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "1536Mi" | |
}, | |
"requests": { | |
"cpu": "250m", | |
"memory": "1536Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "default-token-jil5g", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"httpGet": { | |
"path": "/maestro/statistics", | |
"port": 8180, | |
"scheme": "HTTP" | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "default", | |
"serviceAccount": "default", | |
"nodeName": "ip-10-12-8-70.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:13Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:33Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:59:13Z" | |
} | |
], | |
"hostIP": "10.12.8.70", | |
"podIP": "192.168.113.181", | |
"startTime": "2017-02-06T16:59:13Z", | |
"containerStatuses": [ | |
{ | |
"name": "import", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T16:59:22Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/public/import:0.2.2661_master", | |
"imageID": "docker://sha256:e1f89c5728e29da5aac3a5bc7c85ef62a4656c911b503359a6cef7d3c71ec2d0", | |
"containerID": "docker://92f3a3bdcc5558143160c94a5d3c5e15ed44004f9d5491573e1f33532803a96d" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "memcached-1670477168-nq5ps", | |
"generateName": "memcached-1670477168-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/memcached-1670477168-nq5ps", | |
"uid": "8000d292-ec8d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26498170", | |
"creationTimestamp": "2017-02-06T16:58:36Z", | |
"labels": { | |
"app": "memcached", | |
"pod-template-hash": "1670477168" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"memcached-1670477168\",\"uid\":\"7fffbc1c-ec8d-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26497848\"}}\n", | |
"prometheus.io/path": "/metrics", | |
"prometheus.io/port": "9150", | |
"prometheus.io/scrape": "true" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "memcached-1670477168", | |
"uid": "7fffbc1c-ec8d-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "memcached-token-n27df", | |
"secret": { | |
"secretName": "memcached-token-n27df", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "memcached", | |
"image": "dregs.domosoftware.net/domovm/domo-memcached:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 11211, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "memcached-token-n27df", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 11211 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
}, | |
{ | |
"name": "exporter", | |
"image": "prom/memcached-exporter:v0.3.0", | |
"ports": [ | |
{ | |
"name": "exporter", | |
"containerPort": 9150, | |
"protocol": "TCP" | |
} | |
], | |
"resources": {}, | |
"volumeMounts": [ | |
{ | |
"name": "memcached-token-n27df", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "IfNotPresent" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName": "memcached", | |
"serviceAccount": "memcached", | |
"nodeName": "ip-10-12-8-84.ec2.internal", | |
"securityContext": {}, | |
"imagePullSecrets": [ | |
{ | |
"name": "image-pull" | |
} | |
] | |
}, | |
"status": { | |
"phase": "Running", | |
"conditions": [ | |
{ | |
"type": "Initialized", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:58:36Z" | |
}, | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:58:46Z" | |
}, | |
{ | |
"type": "PodScheduled", | |
"status": "True", | |
"lastProbeTime": null, | |
"lastTransitionTime": "2017-02-06T16:58:36Z" | |
} | |
], | |
"hostIP": "10.12.8.84", | |
"podIP": "192.168.215.44", | |
"startTime": "2017-02-06T16:58:36Z", | |
"containerStatuses": [ | |
{ | |
"name": "exporter", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T16:58:43Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "prom/memcached-exporter:v0.3.0", | |
"imageID": "docker://sha256:93a421a1f9c91cf732b03524babe9d4a66079dbcac2e88933e26bbd3b631b127", | |
"containerID": "docker://164545036d193d7b2ebab520f2445e753a9c103c2f62d13b68d8de10a31cca33" | |
}, | |
{ | |
"name": "memcached", | |
"state": { | |
"running": { | |
"startedAt": "2017-02-06T16:58:41Z" | |
} | |
}, | |
"lastState": {}, | |
"ready": true, | |
"restartCount": 0, | |
"image": "dregs.domosoftware.net/domovm/domo-memcached:latest", | |
"imageID": "docker://sha256:9dae08adefcb2e9c25cae075d1caf601c16a6fda0e3b8db573f3fe98927d9a0c", | |
"containerID": "docker://464bbbe02e83251e744e984fdb5f9102bb9059510ad510670ba35d28ff194648" | |
} | |
] | |
} | |
}, | |
{ | |
"metadata": { | |
"name": "mongodb-3222686854-eod0l", | |
"generateName": "mongodb-3222686854-", | |
"namespace": "mad-fox", | |
"selfLink": "/api/v1/namespaces/mad-fox/pods/mongodb-3222686854-eod0l", | |
"uid": "815bd9d7-ec8d-11e6-bb5f-124a4b41d706", | |
"resourceVersion": "26498589", | |
"creationTimestamp": "2017-02-06T16:58:38Z", | |
"labels": { | |
"app": "mongodb", | |
"pod-template-hash": "3222686854" | |
}, | |
"annotations": { | |
"appVersion": "latest", | |
"kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"mad-fox\",\"name\":\"mongodb-3222686854\",\"uid\":\"80b4d718-ec8d-11e6-bb5f-124a4b41d706\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"26497942\"}}\n" | |
}, | |
"ownerReferences": [ | |
{ | |
"apiVersion": "extensions/v1beta1", | |
"kind": "ReplicaSet", | |
"name": "mongodb-3222686854", | |
"uid": "80b4d718-ec8d-11e6-bb5f-124a4b41d706", | |
"controller": true | |
} | |
] | |
}, | |
"spec": { | |
"volumes": [ | |
{ | |
"name": "mongodb-token-gbn6a", | |
"secret": { | |
"secretName": "mongodb-token-gbn6a", | |
"defaultMode": 420 | |
} | |
} | |
], | |
"containers": [ | |
{ | |
"name": "mongodb", | |
"image": "dregs.domosoftware.net/domovm/domo-mongodb:latest", | |
"ports": [ | |
{ | |
"name": "primary", | |
"containerPort": 27017, | |
"protocol": "TCP" | |
} | |
], | |
"resources": { | |
"limits": { | |
"cpu": "4", | |
"memory": "768Mi" | |
}, | |
"requests": { | |
"cpu": "50m", | |
"memory": "768Mi" | |
} | |
}, | |
"volumeMounts": [ | |
{ | |
"name": "mongodb-token-gbn6a", | |
"readOnly": true, | |
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount" | |
} | |
], | |
"readinessProbe": { | |
"tcpSocket": { | |
"port": 27017 | |
}, | |
"timeoutSeconds": 5, | |
"periodSeconds": 10, | |
"successThreshold": 1, | |
"failureThreshold": 3 | |
}, | |
"terminationMessagePath": "/dev/termination-log", | |
"imagePullPolicy": "Always" | |
} | |
], | |
"restartPolicy": "Always", | |
"terminationGracePeriodSeconds": 30, | |
"dnsPolicy": "ClusterFirst", | |
"nodeSelector": { | |
"nodetype-general": "true" | |
}, | |
"serviceAccountName" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment