{"id":8665,"date":"2020-05-20T09:54:03","date_gmt":"2020-05-20T16:54:03","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=8665"},"modified":"2024-09-12T01:03:23","modified_gmt":"2024-09-12T08:03:23","slug":"helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/es\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/","title":{"rendered":"Helm: Despliegue y monitorizaci\u00f3n con Couchbase Autonomous Operator"},"content":{"rendered":"<h2><span style=\"font-weight: 400;\">Un gr\u00e1fico para gobernarlos a todos<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Con el lanzamiento de Couchbase Autonomous Operator 2.0, los gr\u00e1ficos de Couchbase Operator y Cluster se han consolidado en un \u00fanico gr\u00e1fico.  Este enfoque simplificado significa que ahora es posible instalar Autonomous Operator, Admission Controller, Couchbase Cluster y Sync Gateway con un solo comando.<\/span><span style=\"font-weight: 400;\">.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Instalaci\u00f3n mejorada de CustomResource<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">La nueva Carta Couchbase ahora instala todas las CustomResourceDefinitions (CRDs) que son gestionadas por el operador Aut\u00f3nomo. Esto supone una mejora con respecto a la versi\u00f3n anterior, que requer\u00eda que los usuarios instalasen las CRD como un paso independiente antes de instalar Couchbase Chart.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h2><span style=\"font-weight: 400;\">Primeros pasos<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Para desplegar r\u00e1pidamente el controlador de admisi\u00f3n y Operator, as\u00ed como un cl\u00faster de Couchbase Server:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0 <\/span><span style=\"font-weight: 400;\">A\u00f1ade el repositorio de gr\u00e1ficos couchbase a helm:<\/span><\/p>\n<pre class=\"lang:sh decode:true\">$ helm repo add couchbase https:\/\/couchbase-partners.github.io\/helm-charts\/\r\n$ helm repo update<\/pre>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0 <\/span><span style=\"font-weight: 400;\">Instala el gr\u00e1fico:<\/span><\/p>\n<pre class=\"lang:sh decode:true\">$ helm install default couchbase\/couchbase-operator<\/pre>\n<p><span style=\"font-weight: 400;\">V\u00e9ase <a href=\"https:\/\/docs.couchbase.com\/operator\/2.0\/helm-setup-guide.html\">Documentaci\u00f3n de Couchbase Helm<\/a> para obtener m\u00e1s informaci\u00f3n sobre la personalizaci\u00f3n y gesti\u00f3n de los gr\u00e1ficos.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Requisitos previos<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">A lo largo de este blog, utilizaremos gr\u00e1ficos de ejemplo del repositorio github de Couchbase Partners.  Antes de continuar, vamos a clonar el repositorio:<\/span><\/p>\n<pre class=\"lang:sh decode:true\">$ git clone https:\/\/github.com\/couchbase-partners\/helm-charts<\/pre>\n<p>Tambi\u00e9n, <a href=\"https:\/\/github.com\/helm\/helm\/releases\" target=\"_blank\" rel=\"noopener noreferrer\">Helm 3.1+<\/a> es necesario cuando se instala el gr\u00e1fico oficial de Couchbase Helm.<\/p>\n<pre class=\"lang:sh decode:true\"># linux\r\nwget https:\/\/get.helm.sh\/helm-v3.2.1-linux-amd64.tar.gz\r\ntar -zxvf helm-v3.2.1-linux-amd64.tar.gz\r\nmv linux-amd64\/helm \/usr\/local\/bin\/helm\r\n<\/pre>\n<p><em>Siga a Helm's <a href=\"https:\/\/helm.sh\/docs\/intro\/install\/\" target=\"_blank\" rel=\"noopener noreferrer\">tr\u00e1mites oficiales<\/a> para instalar en su sistema operativo concreto.<\/em><\/p>\n<h2><span style=\"font-weight: 400;\">Supervisi\u00f3n con Prometheus<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Las m\u00e9tricas del servidor Couchbase pueden exportarse a Prometheus y organizarse en varios cuadros de mando dentro de Grafana.  Helm hace que sea muy f\u00e1cil empezar con una pila Couchbase-Prometheus, ya que es posible agrupar varios componentes en un solo gr\u00e1fico.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">El gr\u00e1fico de monitorizaci\u00f3n tiene dependencias para Prometheus y Grafana, y como estamos instalando directamente desde un repositorio de github, el primer paso es construir el gr\u00e1fico:<\/span><\/p>\n<pre class=\"lang:sh decode:true\">$ helm dependency build couchbase-prometheus\/<\/pre>\n<p><span style=\"font-weight: 400;\">Ahora el gr\u00e1fico est\u00e1 listo para ser instalado.  El siguiente comando crea un cl\u00faster Couchbase con cada nodo exportando m\u00e9tricas a Prometheus:<\/span><\/p>\n<pre class=\"lang:sh decode:true\">$ helm install monitor\u00a0 couchbase-prometheus\/<\/pre>\n<p><span style=\"font-weight: 400;\">La instalaci\u00f3n devuelve alguna informaci\u00f3n sobre la gesti\u00f3n del gr\u00e1fico junto con los comandos a ejecutar para ver el dashboard de grafana. Usted debe ver:<\/span><\/p>\n<pre class=\"lang:default decode:true\">NAME: monitor\r\nNAMESPACE: default\r\nSTATUS: deployed\r\n... \r\n\r\n== Monitoring\r\n# Prometheus\r\nkubectl port-forward --namespace default prometheus-monitor-prom-prometheus-0 9090:9090\r\n# open localhost:9090\r\n\r\n# Grafana\r\nkubectl port-forward --namespace default deployment\/monitor-grafana 3000:3000\r\n# open localhost:3000\r\n# login admin:admin<\/pre>\n<p>Ejecute el comando port-forward para Grafana para ver las m\u00e9tricas de Couchbase:<\/p>\n<pre class=\"lang:default decode:true\">$ kubectl port-forward --namespace default deployment\/monitor-grafana 3000:3000<\/pre>\n<p>Ahora abre https:\/\/localhost:3000 e inicia sesi\u00f3n como <code>admin:admin<\/code>.  Haga clic en el bot\u00f3n <code>Couchbase<\/code> en la secci\u00f3n de cuadros de mando:<\/p>\n<div id=\"attachment_8694\" style=\"width: 910px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-8694\" class=\"wp-image-8694 size-large\" src=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2020\/05\/helm-grafana-1024x564.png\" alt=\"helm dashboard\" width=\"900\" height=\"496\" srcset=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/helm-grafana-1024x564.png 1024w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/helm-grafana-300x165.png 300w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/helm-grafana-768x423.png 768w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/helm-grafana-1536x846.png 1536w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/helm-grafana-2048x1127.png 2048w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/helm-grafana-20x11.png 20w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/helm-grafana-1320x727.png 1320w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><p id=\"caption-attachment-8694\" class=\"wp-caption-text\">couchbase en grafana<\/p><\/div>\n<p><span style=\"font-weight: 400;\">Cambie el intervalo de tiempo de 6 horas a 5 minutos.  Esto ayuda a visualizar las actualizaciones que se producen en los primeros minutos de la supervisi\u00f3n:<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-8695\" src=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2020\/05\/grana-time-range-300x164.png\" alt=\"grafana-5min-range\" width=\"300\" height=\"164\" srcset=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/grana-time-range-300x164.png 300w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/grana-time-range-20x11.png 20w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/grana-time-range.png 482w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0<\/span><span style=\"font-weight: 400;\">Ahora rellene el cluster con los datos del viaje de muestra:<\/span><\/p>\n<pre class=\"lang:default decode:true\">kubectl create -f couchbase-prometheus\/travel-sample.yaml<\/pre>\n<p><span style=\"font-weight: 400;\">Deber\u00eda ver las operaciones establecidas junto con el n\u00famero de elementos aumentando en el Panel de control. Consulte el <a href=\"https:\/\/github.com\/couchbase\/couchbase-exporter\">Exportador Couchbase<\/a> para descubrir estad\u00edsticas adicionales que pueden a\u00f1adirse para personalizar a\u00fan m\u00e1s el cuadro de mandos.<\/span><\/p>\n<h3 id=\"whatnext\">\u00bfQu\u00e9 sigue?<\/h3>\n<p>Existen otros tutoriales y blogs escritos por <a href=\"https:\/\/www.couchbase.com\/blog\/es\/author\/daniel-ma\/\">Daniel Ma<\/a>.<\/p>\n<ul>\n<li><a href=\"https:\/\/docs.couchbase.com\/operator\/2.0\/tutorial-prometheus.html\">Inicio r\u00e1pido con Prometheus<\/a><\/li>\n<li><a href=\"https:\/\/www.couchbase.com\/blog\/es\/monitoring-a-nosql-database-with-couchbase-and-prometheus\/\">Monitorizaci\u00f3n con Couchbase y Prometheus<\/a><\/li>\n<\/ul>\n<p>Adem\u00e1s, consulte la documentaci\u00f3n de <a href=\"https:\/\/docs.couchbase.com\/operator\/2.0\/helm-couchbase-config.html\">Cuadro de mando de Couchbase<\/a> para ver otras formas de personalizar Couchbase para su despliegue.<\/p>\n<p>&nbsp;<\/p>\n<h4 id=\"whatnext\">Agradecimientos<\/h4>\n<p><em>Gracias a Daniel Ma y Matt Ingenthron por contribuir a este art\u00edculo.<\/em><\/p>","protected":false},"excerpt":{"rendered":"<p>One Chart to Rule Them All With the release of Couchbase Autonomous Operator 2.0, the Couchbase Operator and Cluster charts have been consolidated into a single chart.\u00a0 This streamlined approach means it\u2019s now possible to install Autonomous Operator, Admission Controller, [&hellip;]<\/p>","protected":false},"author":58996,"featured_media":8696,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[2225,2322,2334],"tags":[2384,2365,1545,1335,2383],"ppma_author":[9112],"class_list":["post-8665","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud","category-kubernetes","category-monitoring","tag-grafana","tag-helm","tag-kubernetes","tag-monitoring","tag-prometheus"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.1 (Yoast SEO v26.1.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Helm: Deploy &amp; Monitor with Couchbase Autonomous Operator - The Couchbase Blog<\/title>\n<meta name=\"description\" content=\"Using helm to deploy Couchbase with Prometheus Monitoring in Kubernetes.\" \/>\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.couchbase.com\/blog\/es\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Helm: Deploy &amp; Monitor with Couchbase Autonomous Operator\" \/>\n<meta property=\"og:description\" content=\"Using helm to deploy Couchbase with Prometheus Monitoring in Kubernetes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/es\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-20T16:54:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-12T08:03:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1709\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tommie McAfee\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tommie McAfee\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/\"},\"author\":{\"name\":\"Tommie McAfee\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/b02e5e238a09f5b62dfbf812cccadcc9\"},\"headline\":\"Helm: Deploy &#038; Monitor with Couchbase Autonomous Operator\",\"datePublished\":\"2020-05-20T16:54:03+00:00\",\"dateModified\":\"2024-09-12T08:03:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/\"},\"wordCount\":460,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg\",\"keywords\":[\"Grafana\",\"helm\",\"kubernetes\",\"monitoring\",\"Prometheus\"],\"articleSection\":[\"Couchbase Capella\",\"Kubernetes\",\"Monitoring\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/\",\"name\":\"Helm: Deploy & Monitor with Couchbase Autonomous Operator - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg\",\"datePublished\":\"2020-05-20T16:54:03+00:00\",\"dateModified\":\"2024-09-12T08:03:23+00:00\",\"description\":\"Using helm to deploy Couchbase with Prometheus Monitoring in Kubernetes.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#primaryimage\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg\",\"width\":2560,\"height\":1709,\"caption\":\"Photo by Becca Schultz on Unsplash\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Helm: Deploy &#038; Monitor with Couchbase Autonomous Operator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"name\":\"The Couchbase Blog\",\"description\":\"Couchbase, the NoSQL Database\",\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"width\":218,\"height\":34,\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/b02e5e238a09f5b62dfbf812cccadcc9\",\"name\":\"Tommie McAfee\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/b39b19c67a942d7338df0896b2db72c9\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1d01719a273377aa801d458f007bd295fa19cfa3025602d2517995372bb9eaa1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1d01719a273377aa801d458f007bd295fa19cfa3025602d2517995372bb9eaa1?s=96&d=mm&r=g\",\"caption\":\"Tommie McAfee\"},\"description\":\"Sr. Software Engineer for the Couchbase Cloude Native Team.\",\"url\":\"https:\/\/www.couchbase.com\/blog\/es\/author\/tommie-mcafee-2\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Helm: Deploy & Monitor with Couchbase Autonomous Operator - The Couchbase Blog","description":"Uso de helm para desplegar Couchbase con Prometheus Monitoring en Kubernetes.","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.couchbase.com\/blog\/es\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/","og_locale":"es_MX","og_type":"article","og_title":"Helm: Deploy & Monitor with Couchbase Autonomous Operator","og_description":"Using helm to deploy Couchbase with Prometheus Monitoring in Kubernetes.","og_url":"https:\/\/www.couchbase.com\/blog\/es\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/","og_site_name":"The Couchbase Blog","article_published_time":"2020-05-20T16:54:03+00:00","article_modified_time":"2024-09-12T08:03:23+00:00","og_image":[{"width":2560,"height":1709,"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg","type":"image\/jpeg"}],"author":"Tommie McAfee","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tommie McAfee","Est. reading time":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/"},"author":{"name":"Tommie McAfee","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/b02e5e238a09f5b62dfbf812cccadcc9"},"headline":"Helm: Deploy &#038; Monitor with Couchbase Autonomous Operator","datePublished":"2020-05-20T16:54:03+00:00","dateModified":"2024-09-12T08:03:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/"},"wordCount":460,"commentCount":2,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg","keywords":["Grafana","helm","kubernetes","monitoring","Prometheus"],"articleSection":["Couchbase Capella","Kubernetes","Monitoring"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/","url":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/","name":"Helm: Deploy & Monitor with Couchbase Autonomous Operator - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg","datePublished":"2020-05-20T16:54:03+00:00","dateModified":"2024-09-12T08:03:23+00:00","description":"Uso de helm para desplegar Couchbase con Prometheus Monitoring en Kubernetes.","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2020\/05\/becca-schultz-Hh8bEWLRwTo-unsplash-scaled.jpg","width":2560,"height":1709,"caption":"Photo by Becca Schultz on Unsplash"},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/helm-deploying-couchbase-autonomous-operator-2-0-with-monitoring\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Helm: Deploy &#038; Monitor with Couchbase Autonomous Operator"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"El blog de Couchbase","description":"Couchbase, la base de datos NoSQL","publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"El blog de Couchbase","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","width":218,"height":34,"caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/b02e5e238a09f5b62dfbf812cccadcc9","name":"Tommie McAfee","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/b39b19c67a942d7338df0896b2db72c9","url":"https:\/\/secure.gravatar.com\/avatar\/1d01719a273377aa801d458f007bd295fa19cfa3025602d2517995372bb9eaa1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1d01719a273377aa801d458f007bd295fa19cfa3025602d2517995372bb9eaa1?s=96&d=mm&r=g","caption":"Tommie McAfee"},"description":"Ingeniero de software s\u00e9nior para el equipo Couchbase Cloude Native.","url":"https:\/\/www.couchbase.com\/blog\/es\/author\/tommie-mcafee-2\/"}]}},"authors":[{"term_id":9112,"user_id":58996,"is_guest":0,"slug":"tommie-mcafee-2","display_name":"Tommie McAfee","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/1d01719a273377aa801d458f007bd295fa19cfa3025602d2517995372bb9eaa1?s=96&d=mm&r=g","author_category":"","last_name":"McAfee","first_name":"Tommie","job_title":"","user_url":"","description":"Ingeniero de software s\u00e9nior para el equipo Couchbase Cloude Native."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts\/8665","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/users\/58996"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/comments?post=8665"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/posts\/8665\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/media\/8696"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/media?parent=8665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/categories?post=8665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/tags?post=8665"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/es\/wp-json\/wp\/v2\/ppma_author?post=8665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}