{"id":10524,"date":"2022-10-16T00:12:21","date_gmt":"2022-10-15T21:12:21","guid":{"rendered":"https:\/\/globalit.com.tr\/understanding-containers-docker-and-kubernetes\/"},"modified":"2023-08-30T14:20:53","modified_gmt":"2023-08-30T11:20:53","slug":"understanding-containers-docker-and-kubernetes","status":"publish","type":"post","link":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/","title":{"rendered":"Understanding containers: Docker and Kubernetes"},"content":{"rendered":" \n

Containers, or containers, have been rising rapidly in recent years as a way for businesses developing complex digital products to bring agility and modernization to their development processes. Gartner predicts that businesses using container technology will reach 75% by the end of 2022. Although different solutions are emerging in such a fast-growing industry, Docker and Kubernetes are becoming the industry standard. As Google’s first cloud solution partner in Turkey, Global IT, we focus on the differences of Docker and Kubernetes in this article. <\/em><\/p> \n \n

As we live in an era where digitalization is essential for every industry and company, the ways in which digital solutions are developed to give businesses a competitive advantage are also changing. Because the transactions carried out on the internet are becoming increasingly complex, applications are improving the user experience with new and surprising features every day.<\/p> \n \n

From an e-commerce site to a financial services app, from a streaming platform like Netflix to a media outlet offering exclusive content through a subscription model, workloads running on developed web applications and mobile are getting heavier. In contrast, users always expect more from digital solutions \u2013 which makes seamless, fast and innovative development a necessity. This demand and need lies behind the fact that container technology has become the most preferred DevOps approach in recent years. <\/p> \n \n

As Global IT, Google’s first cloud solution partner in Turkey, in this article, we will focus on the differences between Docker and Kubernetes solutions, which have become an industry standard in today’s application development processes. We will try to give answers to questions such as whether the two solutions can be used interchangeably, whether one can do what the other cannot. But first, let’s share some data that shows the growth of the industry and the speed of adoption of these technologies. Then let’s present a small dictionary of short definitions that will make it easier to comprehend what is described in this article.<\/p> \n \n

Container management statistics 2022<\/h2> \n \n

Research and consulting firm Gartner<\/a> predicts strong revenue growth through 2024 for its global container management software and services. It estimates that container solutions, which are expected to increase their market value from $465.8 million in 2020 to $944 million by 2024, will be used in the development processes of more than 75% of global organizations by 2022.<\/p> \n \n

According to US-based market research firm IDC<\/a>, more than 500 million new apps are expected to be created by 2023, equivalent to the number of apps created in the last 40 years. Stating that these developed applications will be at the center of every company’s value proposition in digital, the company expects a compound annual growth of 62% between 2019 and 2023 in container cloud servers. <\/p> \n \n

According to Gartner, by 2023, 70% of enterprise companies will use<\/a> at least two container-based applications.<\/p> \n \n

Glossary of container technology<\/h3> \n \n

Today, many development teams are taking agile approaches, which leads to the need for rapid software deployment. Shortening the time between the transition of a product or feature from idea to implementation is at the core of competitive advantage in digital. As such, solutions for container technology that enable this are increasing. Before moving on to the comparison of Kubernetes and Docker, the two most frequently used solutions in this field, let’s try to open the subject a little more with short definitions.<\/p> \n \n

\u2022 What is a container? Containers, the details of which we have summarized in our article, are software packages that contain all the necessary elements to work in any environment. Every action users take on the internet turns into a result by working on containers, which are small and easily developable software packages.<\/p> \n \n

Containers give developer teams the ability to break down their extensive workloads and application architectures into disparate building blocks. In this way, single point of failure | SPoF) and cumbersome software development processes. <\/p> \n \n

\u2022 What is container uptime? A container runtime, also known as a container engine, is a software component that can run containers on an operating system. Containers need container runtimes to work. <\/p> \n \n

\u2022 What is Kubernetes? Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services. Kubernetes, as a solution designed for container management, is being used by a rapidly growing ecosystem.<\/p> \n \n

\u2022 What is Docker? Docker is an open platform for developing, deploying, and running applications. Docker is used to decouple applications from infrastructures to enable rapid deployment of software. It is a solution that provides the ability to package and run an application in containers in an isolated environment. <\/p> \n \n

Once we know the quick facts we’ll need and the data on the size of the industry, we can move on to the main differences and similarities between Docker and Kubernetes.<\/p> \n \n

What are the differences between Docker and Kubernetes? <\/h2> \n \n

The main difference between Docker and Kubernetes is that Docker helps you build and run containers, while Kubernetes is designed to manage those containers. <\/p> \n \n

\u2022 Docker and Kubernetes are not competitors, they are two complementary technologies.<\/p> \n \n

\u2022 Docker provides a set of tools to create and share containers, running containers on both small and large scale.<\/p> \n \n

\u2022 Kubernetes is a tool that manages container-based applications running on a server cluster. <\/p> \n \n

\u2022 You can use Docker without Kubernetes and Kubernetes without Docker. <\/p> \n \n

To understand the key differences between the two applications, see “What to do with Docker and Kubernetes?” Let’s try to answer the question.<\/p> \n \n

What can be done with Docker and Kubernetes? <\/h2> \n \n

You can create container images, also called Docker images. You can deploy your container-based applications. You can run the containers you create through Docker Engine. You can deploy third-party container-based applications, such as databases or web applications. You can share containers with your colleagues.<\/p> \n \n

You can connect different containers to a microservices architecture and connect your applications. With Docker Hub, you can share your containers on the internet. You can update and upgrade applications by stopping existing containers or launching new ones with updated posts. You can run multi-container applications with Docker Compose. You can measure metrics such as the memory and CPU usage of your applications. <\/p> \n \n

Docker Kubernetes<\/strong><\/p> \n \n

Although what we have described so far shows that Docker does not offer container management, it can also be done with Docker Swarm mode. As can be understood, while Kubernetes is a single solution, Docker stands out as a family of solutions that incorporate different functions. If the differences are still not clear, let’s summarize them in the following format:<\/p> \n \n

\u2022 Docker offers a set of tools for creating and running containers on your laptop or a group of servers.<\/p> \n \n

\u2022 Docker Swarm is Docker’s tool for managing containers on a server cluster. <\/p> \n \n

\u2022 Kubernetes is a tool for deploying and managing containers on servers or in the cloud.<\/p> \n \n

Docker and Kubernetes: Which one should I learn first? <\/h2> \n \n

If you plan to work with Kubernetes, we can say that you should get used to using Docker first. Using Docker gives you the basics of how to create a container image and operate containers. In other words, before you can manage containers, you need to learn how they are created, in which case Docker is the first tool you turn to.<\/p> \n \n

Once you’re familiar with Docker terminology and usage, you’ll be able to more easily connect the innovations you’ll encounter on the Kubernetes side. You can run your container clusters created with Docker on your own computer, or you can run, manage, and orchestrate them on different servers via Kubernetes or Docker Swarm.<\/p> \n \n

Discover the benefits of container technology with global IT<\/h2> \n \n

Global IT, Google’s first cloud solution partner in Turkey, makes the entire solution portfolio offered by Google in the Cloud accessible. This allows any business developing digital applications to take advantage of the benefits of container technology, which has become the industry standard. Global IT, which makes application development processes agile, scalable and fast for businesses and delivers Google solutions that run entirely in the cloud, is positioned as a Google Cloud Partner that has completed more than 3,300 successful projects for 15 years with services such as e-commerce modernization, infrastructure modernization, disaster recovery, data cloud solutions, artificial intelligence, application modernization. <\/p> \n \n

Customers, including Turkey’s most important brands such as Modanisa, Hepsiburada, Scorp, K\u00fctahya Porcelain, Vivense, AloTech, N11, rely on Global IT’s experience in application development and cloud technologies. Global IT, which supports the transition to Google Cloud Platform, which accelerates the digital transformation of businesses, on the basis of infrastructure and applications, also takes part in management processes. <\/p> \n \n

If you’d like to discover what we can do for your business regarding Google Cloud technologies and digital transformation, contact us via the form below to discuss your needs.<\/p> \n","protected":false},"excerpt":{"rendered":"

Containers, or containers, have been rising rapidly in recent years as a way for…<\/p>\n","protected":false},"author":1,"featured_media":10191,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-10524","post","type-post","status-publish","format-standard","has-post-thumbnail"],"acf":[],"yoast_head":"\nDocker and Kubernetes: Competitor or Binary?<\/title>\n<meta name=\"description\" content=\"Explore container technologies in global IT. Learn the differences between Docker and Kubernetes in our article, and we'll help you choose.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Docker and Kubernetes: Competitor or Binary?\" \/>\n<meta property=\"og:description\" content=\"Explore container technologies in global IT. Learn the differences between Docker and Kubernetes in our article, and we'll help you choose.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/\" \/>\n<meta property=\"og:site_name\" content=\"Global IT\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-15T21:12:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-30T11:20:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/globalit.com.tr\/stage\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"650\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/globalit.com.tr\/en\/#\/schema\/person\/a958ef6dac56212f7842c02e5dc23d00\"},\"headline\":\"Understanding containers: Docker and Kubernetes\",\"datePublished\":\"2022-10-15T21:12:21+00:00\",\"dateModified\":\"2023-08-30T11:20:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/\"},\"wordCount\":1431,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/globalit.com.tr\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/\",\"url\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/\",\"name\":\"Docker and Kubernetes: Competitor or Binary?\",\"isPartOf\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/globalit.com.tr\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg\",\"datePublished\":\"2022-10-15T21:12:21+00:00\",\"dateModified\":\"2023-08-30T11:20:53+00:00\",\"description\":\"Explore container technologies in global IT. Learn the differences between Docker and Kubernetes in our article, and we'll help you choose.\",\"breadcrumb\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#primaryimage\",\"url\":\"https:\/\/globalit.com.tr\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg\",\"contentUrl\":\"https:\/\/globalit.com.tr\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg\",\"width\":1000,\"height\":650},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/globalit.com.tr\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Understanding containers: Docker and Kubernetes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/globalit.com.tr\/en\/#website\",\"url\":\"https:\/\/globalit.com.tr\/en\/\",\"name\":\"Global IT\",\"description\":\"Google\u2019\u0131n T\u00fcrkiye\u2019deki \u0130lk Bulut \u00c7\u00f6z\u00fcm Orta\u011f\u0131\",\"publisher\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/globalit.com.tr\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/globalit.com.tr\/en\/#organization\",\"name\":\"Global IT\",\"url\":\"https:\/\/globalit.com.tr\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/globalit.com.tr\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/globalit.com.tr\/wp-content\/uploads\/2024\/05\/graph.png\",\"contentUrl\":\"https:\/\/globalit.com.tr\/wp-content\/uploads\/2024\/05\/graph.png\",\"width\":1200,\"height\":600,\"caption\":\"Global IT\"},\"image\":{\"@id\":\"https:\/\/globalit.com.tr\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/globalit_\/\",\"https:\/\/www.youtube.com\/channel\/UCwu91_fuJ6rsyPvogMLP3-A\",\"https:\/\/www.linkedin.com\/company\/global-it-bilisim\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/globalit.com.tr\/en\/#\/schema\/person\/a958ef6dac56212f7842c02e5dc23d00\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/globalit.com.tr\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/eb0ddffa21018553929a428a59eea113?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/eb0ddffa21018553929a428a59eea113?s=96&d=identicon&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/34.140.185.62\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Docker and Kubernetes: Competitor or Binary?","description":"Explore container technologies in global IT. Learn the differences between Docker and Kubernetes in our article, and we'll help you choose.","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:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/","og_locale":"en_US","og_type":"article","og_title":"Docker and Kubernetes: Competitor or Binary?","og_description":"Explore container technologies in global IT. Learn the differences between Docker and Kubernetes in our article, and we'll help you choose.","og_url":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/","og_site_name":"Global IT","article_published_time":"2022-10-15T21:12:21+00:00","article_modified_time":"2023-08-30T11:20:53+00:00","og_image":[{"width":1000,"height":650,"url":"https:\/\/globalit.com.tr\/stage\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#article","isPartOf":{"@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/"},"author":{"name":"admin","@id":"https:\/\/globalit.com.tr\/en\/#\/schema\/person\/a958ef6dac56212f7842c02e5dc23d00"},"headline":"Understanding containers: Docker and Kubernetes","datePublished":"2022-10-15T21:12:21+00:00","dateModified":"2023-08-30T11:20:53+00:00","mainEntityOfPage":{"@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/"},"wordCount":1431,"commentCount":0,"publisher":{"@id":"https:\/\/globalit.com.tr\/en\/#organization"},"image":{"@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#primaryimage"},"thumbnailUrl":"https:\/\/globalit.com.tr\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/","url":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/","name":"Docker and Kubernetes: Competitor or Binary?","isPartOf":{"@id":"https:\/\/globalit.com.tr\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#primaryimage"},"image":{"@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#primaryimage"},"thumbnailUrl":"https:\/\/globalit.com.tr\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg","datePublished":"2022-10-15T21:12:21+00:00","dateModified":"2023-08-30T11:20:53+00:00","description":"Explore container technologies in global IT. Learn the differences between Docker and Kubernetes in our article, and we'll help you choose.","breadcrumb":{"@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#primaryimage","url":"https:\/\/globalit.com.tr\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg","contentUrl":"https:\/\/globalit.com.tr\/wp-content\/uploads\/2022\/10\/01-KonteynerleriAnlamak.jpg","width":1000,"height":650},{"@type":"BreadcrumbList","@id":"https:\/\/globalit.com.tr\/en\/understanding-containers-docker-and-kubernetes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/globalit.com.tr\/en\/"},{"@type":"ListItem","position":2,"name":"Understanding containers: Docker and Kubernetes"}]},{"@type":"WebSite","@id":"https:\/\/globalit.com.tr\/en\/#website","url":"https:\/\/globalit.com.tr\/en\/","name":"Global IT","description":"Google\u2019\u0131n T\u00fcrkiye\u2019deki \u0130lk Bulut \u00c7\u00f6z\u00fcm Orta\u011f\u0131","publisher":{"@id":"https:\/\/globalit.com.tr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/globalit.com.tr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/globalit.com.tr\/en\/#organization","name":"Global IT","url":"https:\/\/globalit.com.tr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/globalit.com.tr\/en\/#\/schema\/logo\/image\/","url":"https:\/\/globalit.com.tr\/wp-content\/uploads\/2024\/05\/graph.png","contentUrl":"https:\/\/globalit.com.tr\/wp-content\/uploads\/2024\/05\/graph.png","width":1200,"height":600,"caption":"Global IT"},"image":{"@id":"https:\/\/globalit.com.tr\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/globalit_\/","https:\/\/www.youtube.com\/channel\/UCwu91_fuJ6rsyPvogMLP3-A","https:\/\/www.linkedin.com\/company\/global-it-bilisim\/"]},{"@type":"Person","@id":"https:\/\/globalit.com.tr\/en\/#\/schema\/person\/a958ef6dac56212f7842c02e5dc23d00","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/globalit.com.tr\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/eb0ddffa21018553929a428a59eea113?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/eb0ddffa21018553929a428a59eea113?s=96&d=identicon&r=g","caption":"admin"},"sameAs":["http:\/\/34.140.185.62"]}]}},"_links":{"self":[{"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/posts\/10524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/comments?post=10524"}],"version-history":[{"count":1,"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/posts\/10524\/revisions"}],"predecessor-version":[{"id":10534,"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/posts\/10524\/revisions\/10534"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/media\/10191"}],"wp:attachment":[{"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/media?parent=10524"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/categories?post=10524"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/globalit.com.tr\/en\/wp-json\/wp\/v2\/tags?post=10524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}