{"id":337,"date":"2019-07-30T00:00:00","date_gmt":"2019-07-30T00:00:00","guid":{"rendered":"https:\/\/en.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/"},"modified":"2024-08-21T05:28:58","modified_gmt":"2024-08-21T12:28:58","slug":"database-cluster-deployment-and-management-made-easy-with-kubernetes","status":"publish","type":"post","link":"https:\/\/www.pingcap.com\/ko\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/","title":{"rendered":"TiDB Operator 1.0 GA: Database Cluster Deployment and Management Made Easy with Kubernetes"},"content":{"rendered":"<p>Last August, we open-sourced <a href=\"https:\/\/github.com\/pingcap\/tidb-operator\">TiDB Operator<\/a>\u2014a project that lets you automatically deploy and maintain <a href=\"https:\/\/github.com\/pingcap\/tidb\">\ud2f0DB<\/a> database clusters in <a href=\"https:\/\/kubernetes.io\/\">Kubernetes<\/a>. Since then, we have continuously improved its ease of use based on user feedback, and increased its reliability by rigorous stability testing. Today, we are proud to announce that TiDB Operator 1.0 is ready for General Availability!<\/p>\n<p>Deploying transactional databases like TiDB in Kubernetes for production has always been challenging because stateful applications like databases need interchangeability, consistency, availability, redundancy, etc. As the team behind TiDB, an open-source distributed NewSQL database with MySQL compatibility, we take it as our mission to simplify the deployment and management so that our community users can enjoy the best TiDB can offer without bringing in additional operational cost. Now, with TiDB Operator 1.0, running TiDB database clusters has never been easier.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"What_is_TiDB_Operator\"><\/span>What is TiDB Operator<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>TiDB Operator is a system that automates the operation and maintenance of TiDB clusters in Kubernetes. TiDB Operator covers the full range of TiDB management tasks from deployment, upgrades, scaling, to backup, recovery, and configuration changes.<\/p>\n<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"374\" class=\"wp-image-339\" src=\"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png\" alt=\"TiDB Operator 1.0 architecture\" srcset=\"https:\/\/static.pingcap.com\/files\/2019\/07\/tidb-operator-overview.png 650w, https:\/\/static.pingcap.com\/files\/2019\/07\/tidb-operator-overview-300x173.png 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/>\n<div class=\"caption-center\">TiDB Operator 1.0 architecture<\/div>\n<p>With TiDB Operator, TiDB can run seamlessly in Kubernetes clusters deployed on public cloud platforms or privately-deployed Kubernetes clusters.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"What_makes_TiDB_Operator_unique\"><\/span>What makes TiDB Operator unique<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>As the first GA version, TiDB Operator 1.0 has the following highlights.<\/p>\n<h3>Easier TiDB operation and maintenance<\/h3>\n<p>Because TiDB is a relatively complex distributed system, you often need professional knowledge to deploy, operate, and maintain TiDB clusters.<\/p>\n<p>To make these tasks easier, we developed TiDB Operator. It injects professional TiDB operation and maintenance knowledge into Kubernetes through custom resources, custom controllers, and the scheduler extender, and lets you manage TiDB clusters through Kubernetes&#8217; declarative API style.<\/p>\n<p>More importantly, the standardized cluster management API lets you deeply integrate the internal toolchain or platform as a service (PaaS) with TiDB cluster management. Working with TiDB becomes easier than ever!<\/p>\n<h3>Stability and reliability<\/h3>\n<p>To ensure that all the automatic operations and maintenance are stable and reliable, we designed a specific stability test for TiDB Operator to observe whether it behaves as expected. In this test, we add large read and write loads and continuously perform various operations and maintenance tasks. Meanwhile, we simulate the failure of hosts, containers, disks, networks, Kubernetes components, and TiDB Operator components. Through such 24&#215;7 stability tests, we found and fixed many issues, including <a href=\"https:\/\/www.pingcap.com\/ko\/blog\/try-to-fix-two-linux-kernel-bugs-while-testing-tidb-operator-in-k8s\/\">Two Linux Kernel Bugs<\/a>. Before this 1.0 GA release, the TiDB Operator stability test has run smoothly for months.<\/p>\n<h3>Support for multiple cloud platforms<\/h3>\n<p>TiDB Operator provides Terraform deployment scripts so you can deploy TiDB clusters on Amazon Web Services (AWS), Google Cloud, and Alibaba Cloud. With these scripts, you can create a Kubernetes cluster and deploy one or more production TiDB clusters on it within 20 minutes.<\/p>\n<p>As you manage the cluster, the Terraform script not only operates the TiDB cluster but also operates related cloud resources at the same time. For example, when you scale out a TiDB cluster, the Terraform script automatically creates more cloud servers to satisfy the resource requirements after scaling.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Try_TiDB_Operator\"><\/span>Try TiDB Operator<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Currently, you can use TiDB Operator to quickly deploy a TiDB cluster on<\/p>\n<ul>\n<li><a href=\"https:\/\/docs.pingcap.com\/tidb-in-kubernetes\/dev\/deploy-on-aws-eks\">AWS EKS (Elastic Kubernetes Service)<\/a><\/li>\n<li><a href=\"https:\/\/docs.pingcap.com\/tidb-in-kubernetes\/dev\/deploy-on-gcp-gke\">GKE (Google Kubernetes Engine)<\/a><\/li>\n<li><a href=\"https:\/\/docs.pingcap.com\/tidb-in-kubernetes\/dev\/deploy-on-alibaba-cloud\">Alibaba Cloud ACK (Container Service for Kubernetes)<\/a><\/li>\n<\/ul>\n<p>You can also learn how to <a href=\"https:\/\/docs.pingcap.com\/tidb-in-kubernetes\/stable\">deploy a TiDB cluster on general Kubernetes clusters<\/a> and try <a href=\"https:\/\/docs.pingcap.com\/tidb-in-kubernetes\/stable\/tidb-operator-overview\">TiDB Operator<\/a> on any Kubernetes cluster.<\/p>\n<p>TiDB Operator is also available on OperatoHub.io, check out <a href=\"https:\/\/operatorhub.io\/operator\/tidb-operator\">TiDB Operator<\/a>.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"One_more_thing%E2%80%A6\"><\/span>One more thing&#8230;<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>We would like to thank all the <a href=\"https:\/\/github.com\/pingcap\/tidb-operator\/graphs\/contributors\">TiDB Operator contributors<\/a> for helping us reach this important milestone. Without them, we couldn&#8217;t have gone this far. If you also want to contribute to TiDB Operator, you can <a href=\"https:\/\/github.com\/pingcap\/tidb-operator\/issues\">file issues<\/a> or refer to the <a href=\"https:\/\/github.com\/pingcap\/tidb-operator\/blob\/master\/docs\/CONTRIBUTING.md\">contributing guide<\/a> to commit code directly. You&#8217;re welcome to join this community and help shape what TiDB Operator will be tomorrow!<\/p>","protected":false},"excerpt":{"rendered":"<p>Deploying transactional databases like TiDB in Kubernetes for production has always been challenging. Now, with TiDB Operator 1.0, running TiDB database clusters has never been easier.<\/p>","protected":false},"author":41,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[13],"tags":[15,32],"class_list":["post-337","post","type-post","status-publish","format-standard","hentry","category-product","tag-cloud","tag-release"],"acf":[],"featured_image_src":null,"author_info":{"display_name":"Ken Liu","author_link":"https:\/\/www.pingcap.com\/ko\/blog\/author\/ken-liu\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>TiDB Operator 1.0 GA: Deployment Made Easy with Kubernetes<\/title>\n<meta name=\"description\" content=\"TiDB Operator automates the operation of TiDB clusters in Kubernetes, covers from deployment, scaling, to backup and configuration changes.\" \/>\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.pingcap.com\/ko\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TiDB Operator 1.0 GA: Deployment Made Easy with Kubernetes\" \/>\n<meta property=\"og:description\" content=\"TiDB Operator automates the operation of TiDB clusters in Kubernetes, covers from deployment, scaling, to backup and configuration changes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/\" \/>\n<meta property=\"og:site_name\" content=\"TiDB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pingcap2015\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-30T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-21T12:28:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png\" \/>\n<meta name=\"author\" content=\"Ken Liu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:site\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ken Liu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/\"},\"author\":{\"name\":\"Ken Liu\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/ac22c8b8ff07bc399a14613aacefc21a\"},\"headline\":\"TiDB Operator 1.0 GA: Database Cluster Deployment and Management Made Easy with Kubernetes\",\"datePublished\":\"2019-07-30T00:00:00+00:00\",\"dateModified\":\"2024-08-21T12:28:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/\"},\"wordCount\":646,\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png\",\"keywords\":[\"Cloud\",\"Release\"],\"articleSection\":[\"Product\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/\",\"url\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/\",\"name\":\"TiDB Operator 1.0 GA: Deployment Made Easy with Kubernetes\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png\",\"datePublished\":\"2019-07-30T00:00:00+00:00\",\"dateModified\":\"2024-08-21T12:28:58+00:00\",\"description\":\"TiDB Operator automates the operation of TiDB clusters in Kubernetes, covers from deployment, scaling, to backup and configuration changes.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#primaryimage\",\"url\":\"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png\",\"contentUrl\":\"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pingcap.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"TiDB Operator 1.0 GA: Database Cluster Deployment and Management Made Easy with Kubernetes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pingcap.com\/#website\",\"url\":\"https:\/\/www.pingcap.com\/\",\"name\":\"TiDB\",\"description\":\"TiDB | SQL at Scale\",\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pingcap.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pingcap.com\/#organization\",\"name\":\"PingCAP\",\"url\":\"https:\/\/www.pingcap.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"width\":811,\"height\":232,\"caption\":\"PingCAP\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/pingcap2015\",\"https:\/\/x.com\/PingCAP\",\"https:\/\/linkedin.com\/company\/pingcap\",\"https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/ac22c8b8ff07bc399a14613aacefc21a\",\"name\":\"Ken Liu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg\",\"caption\":\"Ken Liu\"},\"url\":\"https:\/\/www.pingcap.com\/ko\/blog\/author\/ken-liu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"TiDB Operator 1.0 GA: Deployment Made Easy with Kubernetes","description":"TiDB Operator automates the operation of TiDB clusters in Kubernetes, covers from deployment, scaling, to backup and configuration changes.","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.pingcap.com\/ko\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/","og_locale":"ko_KR","og_type":"article","og_title":"TiDB Operator 1.0 GA: Deployment Made Easy with Kubernetes","og_description":"TiDB Operator automates the operation of TiDB clusters in Kubernetes, covers from deployment, scaling, to backup and configuration changes.","og_url":"https:\/\/www.pingcap.com\/ko\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_published_time":"2019-07-30T00:00:00+00:00","article_modified_time":"2024-08-21T12:28:58+00:00","og_image":[{"url":"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png","type":"","width":"","height":""}],"author":"Ken Liu","twitter_card":"summary_large_image","twitter_creator":"@PingCAP","twitter_site":"@PingCAP","twitter_misc":{"Written by":"Ken Liu","Est. reading time":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#article","isPartOf":{"@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/"},"author":{"name":"Ken Liu","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/ac22c8b8ff07bc399a14613aacefc21a"},"headline":"TiDB Operator 1.0 GA: Database Cluster Deployment and Management Made Easy with Kubernetes","datePublished":"2019-07-30T00:00:00+00:00","dateModified":"2024-08-21T12:28:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/"},"wordCount":646,"publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#primaryimage"},"thumbnailUrl":"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png","keywords":["Cloud","Release"],"articleSection":["Product"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/","url":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/","name":"TiDB Operator 1.0 GA: Deployment Made Easy with Kubernetes","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#primaryimage"},"thumbnailUrl":"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png","datePublished":"2019-07-30T00:00:00+00:00","dateModified":"2024-08-21T12:28:58+00:00","description":"TiDB Operator automates the operation of TiDB clusters in Kubernetes, covers from deployment, scaling, to backup and configuration changes.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#primaryimage","url":"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png","contentUrl":"https:\/\/en.pingcap.com\/wp-content\/uploads\/2019\/07\/tidb-operator-overview.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pingcap.com\/"},{"@type":"ListItem","position":2,"name":"TiDB Operator 1.0 GA: Database Cluster Deployment and Management Made Easy with Kubernetes"}]},{"@type":"WebSite","@id":"https:\/\/www.pingcap.com\/#website","url":"https:\/\/www.pingcap.com\/","name":"\ud2f0DB","description":"TiDB | SQL at Scale","publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pingcap.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.pingcap.com\/#organization","name":"PingCAP","url":"https:\/\/www.pingcap.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/","url":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","width":811,"height":232,"caption":"PingCAP"},"image":{"@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/pingcap2015","https:\/\/x.com\/PingCAP","https:\/\/linkedin.com\/company\/pingcap","https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA"]},{"@type":"Person","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/ac22c8b8ff07bc399a14613aacefc21a","name":"Ken Liu","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/","url":"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg","contentUrl":"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg","caption":"Ken Liu"},"url":"https:\/\/www.pingcap.com\/ko\/blog\/author\/ken-liu\/"}]}},"grav_blocks":false,"card_markup":"<a class=\"card-resource bg-white\" href=\"https:\/\/www.pingcap.com\/ko\/blog\/database-cluster-deployment-and-management-made-easy-with-kubernetes\/\"><div class=\"card-resource__content-container\"><div class=\"card-resource__content-head\"><div class=\"card-resource__category\">Product<\/div><\/div><h5 class=\"card-resource__title\">TiDB Operator 1.0 GA: Database Cluster Deployment and Management Made Easy with Kubernetes<\/h5><\/div><\/a>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/comments?post=337"}],"version-history":[{"count":4,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/337\/revisions"}],"predecessor-version":[{"id":18988,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/337\/revisions\/18988"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=337"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/categories?post=337"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/tags?post=337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}