Slide 277
Slide 277 text
Что ещё?
#2 Механизм дедупликации (jq-фильтр)
{
"apiVersion": "extensions/v1beta1",
"kind": "Deployment",
"metadata": {
"annotations": {
"deployment.kubernetes.io/revision": "170"
},
"creationTimestamp": "2017-12-25T18:21:00Z",
"generation": 272,
"labels": {
"heritage": "antiopa",
"service": "antiopa"
},
"name": "antiopa",
"namespace": "antiopa",
"resourceVersion": "129971044",
"selfLink": "/apis/extensions/v1beta1/namespaces/antiopa/deployments/antiopa",
"uid": "5bee440f-e9a0-11e7-be2a-52540080d234"
},
"spec": {
"progressDeadlineSeconds": 600,
"replicas": 1,
"revisionHistoryLimit": 2,
"selector": {
"matchLabels": {
"service": "antiopa"
}
},
"strategy": {
"rollingUpdate": {
"maxSurge": 1,
"maxUnavailable": 1
},
"type": "RollingUpdate"
},
"template": {
"metadata": {
"creationTimestamp": null,
"labels": {
"antiopaImageId": "sha256_43bd595c4026bfad74b52f71b4579b12f68b65b95ede25f426cd4dfd",
"service": "antiopa"
}
},
"spec": {
"containers": [
{
"command": [
"/antiopa/antiopa"
],
"env": [
{
"name": "KUBERNETES_DEPLOYED",
"value": "2018-01-10 15:22:44+03:00"
},
{
"name": "RLOG_LOG_LEVEL",
"value": "INFO"
},
...