{"id":6576,"date":"2021-12-08T15:53:31","date_gmt":"2021-12-08T14:53:31","guid":{"rendered":"https:\/\/geko.cloud\/?p=6576"},"modified":"2021-12-15T10:23:30","modified_gmt":"2021-12-15T09:23:30","slug":"kubernetes-vs-docker-find-out-how-they-are-different","status":"publish","type":"post","link":"https:\/\/geko.cloud\/en\/kubernetes-vs-docker-find-out-how-they-are-different\/","title":{"rendered":"Kubernetes vs Docker, find out how they are different"},"content":{"rendered":"<p><span style=\"font-weight: 2000;\">For DevOps engineers, keeping up to date with all the tools surrounding new technologies is more important than ever. Two essential tools today are <strong>Kubernetes<\/strong> and <strong>Docker<\/strong>, both of which may seem the same at first glance, both allow you to do similar things like running containers, however both work on different layers of the Cloud infrastructure. In this blog post, we will try to clarify both terms.<\/span><\/p>\n<h2><b>What is a container?<\/b><\/h2>\n<p><span style=\"font-weight: 2000;\">Let&#8217;s start with a brief definition of what exactly a container is. Containers are a form of operating system virtualisation. A single container can be used to run anything from a small microservice or software process to a larger application.<\/span><\/p>\n<p><span style=\"font-weight: 2000;\">A container is like a compact box that contains all the dependencies of an application in one place. This not only allows an application to run quickly on a system, but also makes it portable, easy to transfer from one environment to another.<\/span><\/p>\n<p><span style=\"font-weight: 2000;\">Unlike virtual machines, containers only provide virtualization for the operating system layer and necessary dependencies, making them lighter and more portable, with a significantly lower system load. They can be easily transferred from one environment to another and operate consistently at all times by containing everything necessary for the application to function.<\/span><\/p>\n<h2><b>What is Docker?<\/b><\/h2>\n<p><span style=\"font-weight: 2000;\"><strong>Docker<\/strong> is an open source containerisation platform launched by Docker Inc. in 2013, i.e. <strong>Docker<\/strong> is a technology used to create and run software containers. In essence <strong>Docker<\/strong> is a system that allows to build, transfer, deploy and run containers with the applications inside in a very simple and reliable way, guaranteeing a scalable deployment in an efficient way regardless of the host operating system.<\/span><\/p>\n<p><span style=\"font-weight: 2000;\"><strong>Docker<\/strong> streamlines the creation of containers with tools such as dockerfiles, and streamlines the code-like definition of containerised applications through docker-compose. These tools are used to create a development lifecycle, from defining what goes inside a container, to establishing its environment and access to resources. <\/span><span style=\"font-weight: 2000;\">It also helps developers move workloads from their local environment, to testing to production, eliminating inconsistencies and dependencies between environments. As the container being deployed will be the same as the one in which it was developed, the environment will have the same predictable outcome.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-6718 aligncenter\" src=\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/Docker-infraestructura.png\" alt=\"Docker infraestructura\" width=\"546\" height=\"329\" srcset=\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/Docker-infraestructura.png 827w, https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/Docker-infraestructura-300x181.png 300w, https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/Docker-infraestructura-768x462.png 768w\" sizes=\"(max-width: 546px) 100vw, 546px\" \/><\/p>\n<h2><b>What is Kubernetes?<\/b><\/h2>\n<p><span style=\"font-weight: 2000;\"><strong>Kubernetes<\/strong> (also known as <strong>k8s<\/strong>) is a container platform orchestrator, like <strong>Docker<\/strong>. To be more precise, Kubernetes is a set of open source tools for building a scalable, fault-tolerant platform designed to automate and centrally manage containerised applications. Learn more in detail about this tool in our post <a href=\"https:\/\/geko.cloud\/en\/what-is-kubernetes\/\">What is Kubernetes?<\/a> \ud83d\udc48<\/span><\/p>\n<h2><b>So how are Docker and Kubernetes similar or different?<\/b><\/h2>\n<p><span style=\"font-weight: 2000;\">As we can understand from the above, <strong>Docker<\/strong> and <strong>Kubernetes<\/strong> are related technologies, but they cannot be directly compared with each other. In fact, the two tools complement each other and help build cloud-native or microservices architectures. In other words, <strong>Kubernetes<\/strong> builds on top of <strong>Docker<\/strong>, using it as an engine to run containers, but it takes care of exactly how these containers are run: configuration, replication, access to system resources, or network communication. It takes care of generating these configurations and communicating them to <strong>Docker<\/strong> so that it can apply them. <\/span><\/p>\n<p><span style=\"font-weight: 2000;\">What is the difference between <strong>Docker<\/strong> and <strong>Kubernetes<\/strong>? <strong>Kubernetes<\/strong> is meant to run on a cluster, whereas <strong>Docker<\/strong> runs on a single node by default, with no replication management or container health maintenance, just running a container as declared. So the fundamental difference between <strong>Docker<\/strong> and <strong>Kubernetes<\/strong> is that <strong>Docker<\/strong> is a containerisation platform, meaning that it handles container creation, whereas <strong>Kubernetes<\/strong> is a container orchestration platform.<\/span><\/p>\n<p><span style=\"font-weight: 2000;\">Therefore, the comparison between <strong>Kubernetes<\/strong> and <strong>Docker<\/strong> is not as simple as creating a list of pros and cons or feature by feature. However, there is a <strong>Kubernetes<\/strong>-like orchestration technology developed by Docker Inc. called <strong>Docker Swarm<\/strong>, which provides us with <strong>Kubernetes<\/strong>-like elements such as replication management or load balancing between containers.<\/span><\/p>\n<h2><b>Conclusion<\/b><\/h2>\n<p><span style=\"font-weight: 2000;\">In summary, <strong>Docker<\/strong> provides an open standard for packaging and distributing containerised applications and is sufficient to address simple use cases and <strong>Kubernetes<\/strong> leverages a broad ecosystem of tools along with continuous integration\/continuous deployment (CI\/CD) and other DevOps practices to orchestrate large sets of containers from development to production environments.<\/span><\/p>\n<p>At Geko Cloud we are at your disposal if you are looking for a partner to implement <a href=\"https:\/\/geko.cloud\/en\/cloud-services\/kubernetes\/\">Kubernetes<\/a> or <a href=\"https:\/\/geko.cloud\/en\/cloud-services\/microservices-architecture-docker\/\">Docker<\/a>, <a href=\"https:\/\/geko.cloud\/en\/cloud-services\/cloud-migration\/\">migrate to the cloud<\/a>, move to a <a href=\"https:\/\/geko.cloud\/en\/cloud-services\/microservices-architecture-docker\/\">microservices<\/a> model, or <a href=\"https:\/\/geko.cloud\/en\/cloud-services\/cloud-management\/\">manage your platform in the cloud<\/a>. <a href=\"https:\/\/geko.cloud\/en\/contact\/\">Contact us<\/a> to find out more about <a href=\"https:\/\/geko.cloud\/en\/cloud-services\/\">our services<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For DevOps engineers, keeping up to date with all the tools surrounding new technologies is more important than ever. Two essential tools today are Kubernetes and Docker, both of which may seem the same at first glance, both allow you to do similar things like running containers, however both work on different layers of the [&hellip;]<\/p>\n","protected":false},"author":23,"featured_media":6546,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[68],"tags":[74,90],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Kubernetes vs Docker, find out how they are different - Geko Cloud<\/title>\n<meta name=\"description\" content=\"Docker and Kubernetes are two technologies related to running containers, but completely different. Find out how they differ.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kubernetes vs Docker, find out how they are different - Geko Cloud\" \/>\n<meta property=\"og:description\" content=\"Docker and Kubernetes are two technologies related to running containers, but completely different. Find out how they differ.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/\" \/>\n<meta property=\"og:site_name\" content=\"Geko Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-08T14:53:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-15T09:23:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3613\" \/>\n\t<meta property=\"og:image:height\" content=\"1529\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"X\u00e8nia Adan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@geko_cloud\" \/>\n<meta name=\"twitter:site\" content=\"@geko_cloud\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/\"},\"author\":{\"name\":\"X\u00e8nia Adan\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/person\/d0eb78f4c8e7a25a3d34040655f7d9d2\"},\"headline\":\"Kubernetes vs Docker, find out how they are different\",\"datePublished\":\"2021-12-08T14:53:31+00:00\",\"dateModified\":\"2021-12-15T09:23:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/\"},\"wordCount\":747,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/geko.cloud\/es\/#organization\"},\"image\":{\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png\",\"keywords\":[\"Docker\",\"Kubernetes\"],\"articleSection\":[\"Marketing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/\",\"url\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/\",\"name\":\"Kubernetes vs Docker, find out how they are different - Geko Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/geko.cloud\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png\",\"datePublished\":\"2021-12-08T14:53:31+00:00\",\"dateModified\":\"2021-12-15T09:23:30+00:00\",\"description\":\"Docker and Kubernetes are two technologies related to running containers, but completely different. Find out how they differ.\",\"breadcrumb\":{\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#primaryimage\",\"url\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png\",\"contentUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png\",\"width\":3613,\"height\":1529,\"caption\":\"Kubernetes Docker logo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/geko.cloud\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kubernetes vs Docker, find out how they are different\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/geko.cloud\/es\/#website\",\"url\":\"https:\/\/geko.cloud\/es\/\",\"name\":\"Geko Cloud\",\"description\":\"Servicios de consultor\u00eda cloud y devops\",\"publisher\":{\"@id\":\"https:\/\/geko.cloud\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/geko.cloud\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/geko.cloud\/es\/#organization\",\"name\":\"Geko Cloud\",\"url\":\"https:\/\/geko.cloud\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png\",\"contentUrl\":\"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png\",\"width\":1650,\"height\":809,\"caption\":\"Geko Cloud\"},\"image\":{\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/geko_cloud\",\"https:\/\/www.instagram.com\/gekocloud\/\",\"https:\/\/www.linkedin.com\/company\/gekocloud\",\"https:\/\/www.youtube.com\/channel\/UC5EFLCqUM7fEaXSa_0nWowQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/person\/d0eb78f4c8e7a25a3d34040655f7d9d2\",\"name\":\"X\u00e8nia Adan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/geko.cloud\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7ced1192bab3d2c2b036d1551ed4fc4d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7ced1192bab3d2c2b036d1551ed4fc4d?s=96&d=mm&r=g\",\"caption\":\"X\u00e8nia Adan\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kubernetes vs Docker, find out how they are different - Geko Cloud","description":"Docker and Kubernetes are two technologies related to running containers, but completely different. Find out how they differ.","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:\/\/geko.cloud\/es\/docker-vs-kubernetes\/","og_locale":"en_US","og_type":"article","og_title":"Kubernetes vs Docker, find out how they are different - Geko Cloud","og_description":"Docker and Kubernetes are two technologies related to running containers, but completely different. Find out how they differ.","og_url":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/","og_site_name":"Geko Cloud","article_published_time":"2021-12-08T14:53:31+00:00","article_modified_time":"2021-12-15T09:23:30+00:00","og_image":[{"width":3613,"height":1529,"url":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png","type":"image\/png"}],"author":"X\u00e8nia Adan","twitter_card":"summary_large_image","twitter_creator":"@geko_cloud","twitter_site":"@geko_cloud","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#article","isPartOf":{"@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/"},"author":{"name":"X\u00e8nia Adan","@id":"https:\/\/geko.cloud\/es\/#\/schema\/person\/d0eb78f4c8e7a25a3d34040655f7d9d2"},"headline":"Kubernetes vs Docker, find out how they are different","datePublished":"2021-12-08T14:53:31+00:00","dateModified":"2021-12-15T09:23:30+00:00","mainEntityOfPage":{"@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/"},"wordCount":747,"commentCount":0,"publisher":{"@id":"https:\/\/geko.cloud\/es\/#organization"},"image":{"@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#primaryimage"},"thumbnailUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png","keywords":["Docker","Kubernetes"],"articleSection":["Marketing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/","url":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/","name":"Kubernetes vs Docker, find out how they are different - Geko Cloud","isPartOf":{"@id":"https:\/\/geko.cloud\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#primaryimage"},"image":{"@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#primaryimage"},"thumbnailUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png","datePublished":"2021-12-08T14:53:31+00:00","dateModified":"2021-12-15T09:23:30+00:00","description":"Docker and Kubernetes are two technologies related to running containers, but completely different. Find out how they differ.","breadcrumb":{"@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#primaryimage","url":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png","contentUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/12\/KubernetesvsDocker-01.png","width":3613,"height":1529,"caption":"Kubernetes Docker logo"},{"@type":"BreadcrumbList","@id":"https:\/\/geko.cloud\/es\/docker-vs-kubernetes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/geko.cloud\/en\/"},{"@type":"ListItem","position":2,"name":"Kubernetes vs Docker, find out how they are different"}]},{"@type":"WebSite","@id":"https:\/\/geko.cloud\/es\/#website","url":"https:\/\/geko.cloud\/es\/","name":"Geko Cloud","description":"Servicios de consultor\u00eda cloud y devops","publisher":{"@id":"https:\/\/geko.cloud\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/geko.cloud\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/geko.cloud\/es\/#organization","name":"Geko Cloud","url":"https:\/\/geko.cloud\/es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/","url":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png","contentUrl":"https:\/\/geko.cloud\/wp-content\/uploads\/2021\/10\/geko_logo-positivo.png","width":1650,"height":809,"caption":"Geko Cloud"},"image":{"@id":"https:\/\/geko.cloud\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/geko_cloud","https:\/\/www.instagram.com\/gekocloud\/","https:\/\/www.linkedin.com\/company\/gekocloud","https:\/\/www.youtube.com\/channel\/UC5EFLCqUM7fEaXSa_0nWowQ"]},{"@type":"Person","@id":"https:\/\/geko.cloud\/es\/#\/schema\/person\/d0eb78f4c8e7a25a3d34040655f7d9d2","name":"X\u00e8nia Adan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/geko.cloud\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7ced1192bab3d2c2b036d1551ed4fc4d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7ced1192bab3d2c2b036d1551ed4fc4d?s=96&d=mm&r=g","caption":"X\u00e8nia Adan"}}]}},"_links":{"self":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts\/6576"}],"collection":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/comments?post=6576"}],"version-history":[{"count":5,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts\/6576\/revisions"}],"predecessor-version":[{"id":6725,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/posts\/6576\/revisions\/6725"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/media\/6546"}],"wp:attachment":[{"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/media?parent=6576"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/categories?post=6576"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geko.cloud\/en\/wp-json\/wp\/v2\/tags?post=6576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}