{"id":12257,"date":"2019-02-14T15:06:47","date_gmt":"2019-02-14T14:06:47","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/"},"modified":"2019-02-14T15:06:47","modified_gmt":"2019-02-14T14:06:47","slug":"docker-ee-ucp-3-1-2-installation-failed-in-azure","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/","title":{"rendered":"Docker EE &#8211; UCP 3.1.2 installation failed in Azure"},"content":{"rendered":"<p>Docker EE 2.1 is a Containers-as-a-Service (CaaS) platform on-premise or in the cloud. To manage your cluster of containers, Docker EE allows you to install <a href=\"https:\/\/docs.docker.com\/ee\/ucp\/\">UCP<\/a> (Universal Control Panel).<\/p>\n<p>When you plan to install the UCP 3.1.2 in Azure, the installation fails during the deployment of the UCP service. You will get the following error message.<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-31130\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png\" alt=\"Screenshot 2019-02-14 at 15.44.13\" width=\"1024\" height=\"375\" \/><\/a><\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[docker@docker-manager000 ~]$ docker logs ucp-reconcile<\/pre>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-12-at-08.28.37.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-31131\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-12-at-08.28.37.png\" alt=\"Screenshot 2019-02-12 at 08.28.37\" width=\"1024\" height=\"453\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>If you google the error message you will get a lot of answers but almost all of them are not suitable to solve the issue. According to the Docker community, the current issue is related to UCP 3.1.0, 3.1.1, 3.1.2\u00a0in certain cases.<\/p>\n<p>The best solution provided by the community is to install a previous version of UCP (3.0.7) and upgrade it from within the UCP dashboard.<\/p>\n<p>Before installing another version of UCP, remove the current installation:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[docker@docker-manager000 ~]$ sudo docker swarm leave --force\n[docker@docker-manager000 ~]$ sudo docker stop $(sudo docker ps -aq)\n[docker@docker-manager000 ~]$ sudo docker rm $(sudo docker ps -aq) --force\n[docker@docker-manager000 ~]$ sudo docker rmi $(sudo docker images -aq) --force\n[docker@docker-manager000 ~]$ sudo docker network prune\n[docker@docker-manager000 ~]$ sudo docker system prune --force<\/pre>\n<p class=\"p1\">Re-try the installation with UCP version 3.0.7<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[docker@docker-manager000 ~]$ docker container run --rm -it \\\n&gt;   --name ucp \\\n&gt;   -v \/var\/run\/docker.sock:\/var\/run\/docker.sock \\\n&gt;   docker\/ucp:3.0.7 install \\\n&gt;   --host-address 52.170.5.187 \\\n&gt;   --pod-cidr 10.0.0.0\/24 \\\n&gt;   --cloud-provider Azure \\\n&gt;   --interactive<\/pre>\n<p class=\"p1\">Output:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">Unable to find image 'docker\/ucp:3.0.7' locally\n\n3.0.7: Pulling from docker\/ucp\n\nff3a5c916c92: Pull complete\n\na52011fa0ead: Pull complete\n\ndbfd538ef7b5: Pull complete\n\nDigest: sha256:21219684bfafd78c49669865b769c775f132c5b0915a5ec5fd8b41d9a6f52597\n\nStatus: Downloaded newer image for docker\/ucp:3.0.7\n\nINFO[0000] Your engine version 18.09.2, build 1ac774d (3.10.0-862.11.6.el7.x86_64) is compatible with UCP 3.0.7 (a422a90)\n\nAdmin Username: test\n\nAdmin Password:\n\nConfirm Admin Password:\n\nINFO[0016] Pulling required images... (this may take a while)\n\nINFO[0016] Pulling docker\/ucp-cfssl:3.0.7\n\nINFO[0017] Pulling docker\/ucp-dsinfo:3.0.7\n\nINFO[0036] Pulling docker\/ucp-metrics:3.0.7\n\nINFO[0039] Pulling docker\/ucp-hyperkube:3.0.7\n\nINFO[0046] Pulling docker\/ucp-kube-compose:3.0.7\n\nINFO[0074] Pulling docker\/ucp-kube-dns-dnsmasq-nanny:3.0.7\n\nINFO[0078] Pulling docker\/ucp-controller:3.0.7\n\nINFO[0084] Pulling docker\/ucp-etcd:3.0.7\n\nINFO[0085] Pulling docker\/ucp-auth:3.0.7\n\nINFO[0087] Pulling docker\/ucp-calico-cni:3.0.7\n\nINFO[0090] Pulling docker\/ucp-kube-dns-sidecar:3.0.7\n\nINFO[0092] Pulling docker\/ucp-interlock-extension:3.0.7\n\nINFO[0093] Pulling docker\/ucp-auth-store:3.0.7\n\nINFO[0095] Pulling docker\/ucp-agent:3.0.7\n\nINFO[0096] Pulling docker\/ucp-compose:3.0.7\n\nINFO[0097] Pulling docker\/ucp-swarm:3.0.7\n\nINFO[0099] Pulling docker\/ucp-pause:3.0.7\n\nINFO[0100] Pulling docker\/ucp-calico-kube-controllers:3.0.7\n\nINFO[0101] Pulling docker\/ucp-calico-node:3.0.7\n\nINFO[0110] Pulling docker\/ucp-kube-dns:3.0.7\n\nINFO[0135] Pulling docker\/ucp-interlock:3.0.7\n\nINFO[0135] Pulling docker\/ucp-interlock-proxy:3.0.7\n\nWARN[0139] None of the hostnames we'll be using in the UCP certificates [docker-manager000 127.0.0.1 172.17.0.1 52.170.5.187] contain a domain component.  Your generated certs may fail TLS validation unless you only use one of these shortnames or IPs to connect.  You can use the --san flag to add more aliases\n\nYou may enter additional aliases (SANs) now or press enter to proceed with the above list.\n\nAdditional aliases:\n\nINFO[0000] Initializing a new swarm at 52.170.5.187\n\nINFO[0020] Installing UCP with host address 52.170.5.187 - If this is incorrect, please specify an alternative address with the '--host-address' flag\n\nINFO[0020] Deploying UCP Service...\n\nINFO[0120] Installation completed on docker-manager000 (node 5nhn0oqi9h8tjo99t15v3ckr5)\n\nINFO[0120] UCP Instance ID: ccraf0c9vbrcnkxix11r7bdue\n\nINFO[0120] UCP Server SSL: SHA-256 Fingerprint=9D:E3:7D:4C:12:03:B9:03:21:C6:5A:0C:87:C3:AA:A2:48:B0:C1:91:46:D4:12:A1:6F:05:64:C3:72:13:4B:6F\n\nINFO[0120] Login to UCP at https:\/\/52.170.5.187:443\n\nINFO[0120] Username: test\n\nINFO[0120] Password: (your admin password)\n\n<\/pre>\n<p class=\"p1\">StackOverflow post : <a title=\"https:\/\/stackoverflow.com\/questions\/54189511\/docker-unable-to-reconcile-state-of-kubernetes-addons-component-error-while-dep\/54646555#54646555\" href=\"https:\/\/stackoverflow.com\/questions\/54189511\/docker-unable-to-reconcile-state-of-kubernetes-addons-component-error-while-dep\/54646555#54646555\">https:\/\/stackoverflow.com\/questions\/54189511\/docker-unable-to-reconcile-state-of-kubernetes-addons-component-error-while-dep\/54646555#54646555<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Docker EE 2.1 is a Containers-as-a-Service (CaaS) platform on-premise or in the cloud. To manage your cluster of containers, Docker EE allows you to install UCP (Universal Control Panel). When you plan to install the UCP 3.1.2 in Azure, the installation fails during the deployment of the UCP service. You will get the following error [&hellip;]<\/p>\n","protected":false},"author":109,"featured_media":12258,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1320,1504],"tags":[1338,601,1576],"type_dbi":[],"class_list":["post-12257","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-devops","category-docker","tag-azure","tag-docker","tag-ucp"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Docker EE - UCP 3.1.2 installation failed in Azure - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Docker EE - UCP 3.1.2 installation failed in Azure\" \/>\n<meta property=\"og:description\" content=\"Docker EE 2.1 is a Containers-as-a-Service (CaaS) platform on-premise or in the cloud. To manage your cluster of containers, Docker EE allows you to install UCP (Universal Control Panel). When you plan to install the UCP 3.1.2 in Azure, the installation fails during the deployment of the UCP service. You will get the following error [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-14T14:06:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2782\" \/>\n\t<meta property=\"og:image:height\" content=\"1018\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"DevOps\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DevOps\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/\"},\"author\":{\"name\":\"DevOps\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/4cd1b5f8a3de93f05a16ab8d7d2b7735\"},\"headline\":\"Docker EE &#8211; UCP 3.1.2 installation failed in Azure\",\"datePublished\":\"2019-02-14T14:06:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/\"},\"wordCount\":150,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png\",\"keywords\":[\"Azure\",\"Docker\",\"UCP\"],\"articleSection\":[\"DevOps\",\"Docker\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/\",\"name\":\"Docker EE - UCP 3.1.2 installation failed in Azure - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png\",\"datePublished\":\"2019-02-14T14:06:47+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/4cd1b5f8a3de93f05a16ab8d7d2b7735\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png\",\"width\":2782,\"height\":1018},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docker EE &#8211; UCP 3.1.2 installation failed in Azure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/4cd1b5f8a3de93f05a16ab8d7d2b7735\",\"name\":\"DevOps\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/cdd2dd7441774355062c0f0f68612296b059cd1e2ff6c7af0b15dba0ed64a85f?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cdd2dd7441774355062c0f0f68612296b059cd1e2ff6c7af0b15dba0ed64a85f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cdd2dd7441774355062c0f0f68612296b059cd1e2ff6c7af0b15dba0ed64a85f?s=96&d=mm&r=g\",\"caption\":\"DevOps\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/devops\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Docker EE - UCP 3.1.2 installation failed in Azure - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/","og_locale":"en_US","og_type":"article","og_title":"Docker EE - UCP 3.1.2 installation failed in Azure","og_description":"Docker EE 2.1 is a Containers-as-a-Service (CaaS) platform on-premise or in the cloud. To manage your cluster of containers, Docker EE allows you to install UCP (Universal Control Panel). When you plan to install the UCP 3.1.2 in Azure, the installation fails during the deployment of the UCP service. You will get the following error [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/","og_site_name":"dbi Blog","article_published_time":"2019-02-14T14:06:47+00:00","og_image":[{"width":2782,"height":1018,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png","type":"image\/png"}],"author":"DevOps","twitter_card":"summary_large_image","twitter_misc":{"Written by":"DevOps","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/"},"author":{"name":"DevOps","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/4cd1b5f8a3de93f05a16ab8d7d2b7735"},"headline":"Docker EE &#8211; UCP 3.1.2 installation failed in Azure","datePublished":"2019-02-14T14:06:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/"},"wordCount":150,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png","keywords":["Azure","Docker","UCP"],"articleSection":["DevOps","Docker"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/","url":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/","name":"Docker EE - UCP 3.1.2 installation failed in Azure - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png","datePublished":"2019-02-14T14:06:47+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/4cd1b5f8a3de93f05a16ab8d7d2b7735"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screenshot-2019-02-14-at-15.44.13.png","width":2782,"height":1018},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/docker-ee-ucp-3-1-2-installation-failed-in-azure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Docker EE &#8211; UCP 3.1.2 installation failed in Azure"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/4cd1b5f8a3de93f05a16ab8d7d2b7735","name":"DevOps","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/cdd2dd7441774355062c0f0f68612296b059cd1e2ff6c7af0b15dba0ed64a85f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cdd2dd7441774355062c0f0f68612296b059cd1e2ff6c7af0b15dba0ed64a85f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cdd2dd7441774355062c0f0f68612296b059cd1e2ff6c7af0b15dba0ed64a85f?s=96&d=mm&r=g","caption":"DevOps"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/devops\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12257","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/109"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=12257"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12257\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/12258"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=12257"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=12257"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=12257"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=12257"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}