{"id":166139,"date":"2025-06-26T13:21:22","date_gmt":"2025-06-26T20:21:22","guid":{"rendered":"https:\/\/blog.everpuredata.com\/?p=166139"},"modified":"2025-07-02T17:32:46","modified_gmt":"2025-07-03T00:32:46","slug":"vertically-scaling-sql-server-online-in-kubernetes","status":"publish","type":"post","link":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/","title":{"rendered":"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column has-medium-font-size is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<div class=\"wp-block-group has-border-color has-pure-orange-100-border-color has-primary-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"border-width:2px;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Resumen<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Kubernetes v1.33 has a new feature that enables you to resize CPU and memory resources for containers online without having to recreate the pod the container is running in.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group pdf-print-hide is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-f726d978 wp-block-group-is-layout-flex\"><div class=\"pdfprnt-buttons\"><a href=\"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/posts\/166139?print=pdf\" class=\"pdfprnt-button pdfprnt-button-pdf\" target=\"_blank\" ><img decoding=\"async\" src=\"https:\/\/blog.everpuredata.com\/wp-content\/plugins\/pdf-print-pro\/images\/pdf.png?1953174090\" alt=\"image_pdf\" title=\"View PDF\" \/><\/a><a href=\"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/posts\/166139?print=print\" class=\"pdfprnt-button pdfprnt-button-print\" target=\"_blank\" ><img decoding=\"async\" src=\"https:\/\/blog.everpuredata.com\/wp-content\/plugins\/pdf-print-pro\/images\/print.png?245231721\" alt=\"image_print\" title=\"Print Content\" \/><\/a><\/div>\n<\/div>\n\n\n\n<div id=\"CONTENT\" class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>Este art\u00edculo apareci\u00f3 por primera vez en <\/em>el <a href=\"https:\/\/dbafromthecold.com\/2025\/05\/22\/vertically-scaling-sql-server-online-in-kubernetes\/\"><em>blog de Andrew Pruski<\/em><\/a><em>. Se ha vuelto a publicar con el cr\u00e9dito y el consentimiento del autor.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Una de las nuevas funciones de Kubernetes v1.33 es la capacidad de cambiar el tama\u00f1o de los recursos de CPU y memoria para contenedores en l\u00ednea, tambi\u00e9n conocido como sin tener que recrear el pod en el que se ejecuta el contenedor. En el pasado, al ajustar los recursos de un pod, Kubernetes eliminaba el pod existente y creaba uno nuevo a trav\u00e9s de un controlador.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Si bien no es un problema para las aplicaciones que pueden tener varias r\u00e9plicas en ejecuci\u00f3n, para SQL Server, esto causar\u00eda una interrupci\u00f3n, ya que (generalmente) solo tenemos un pod en ejecuci\u00f3n de SQL Server en un conjunto de estados. Veamos esto en acci\u00f3n.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">En primer lugar, implementaremos este simple conjunto de estados en Kubernetes:\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">La parte importante aqu\u00ed es la configuraci\u00f3n de CPU y memoria:\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nota: <\/strong>Es posible que haya notado que los l\u00edmites y las solicitudes aqu\u00ed son del mismo valor. Esto es para establecer una calidad de servicio \u201cgarantizada\u201d para el pod&#8230; es una mejor pr\u00e1ctica recomendada para SQL Server en Kubernetes. Puede encontrar <a href=\"https:\/\/learn.microsoft.com\/en-us\/sql\/linux\/sql-server-linux-kubernetes-best-practices-statefulsets\">m\u00e1s informaci\u00f3n en este art\u00edculo<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Apliquemos ese manifiesto:\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXeE-KB8f1R_o-iAbVR9jrt8VABdIkXrpRc7S6Xn5g698SB_lIs1HsACobgtttVyyDjofEKBOYpKUR1RXqHpCZQSqDeliI-EhAv25k30vbQb74v4O61B6nHhzKQ6EEMlrBXlHGp7WQ?key=9YpI4jwosCrXLE5tP4fZ0w\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">En el pasado, tuvimos que editar nuestro conjunto de estados para aumentar estos valores:\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXfTSOGmP1nrkqGQxh3vNVam6dwf_Qj23gb43K4MvFVfyrEuFlpI7Qav2AlAIdqyTys6iNOgvaXVYjQ9AiOjPZjUpy-aC86eXQZZZLaHcx3VUUpPNJapZS3NNDVWolpWkcJF2vCD4Q?key=9YpI4jwosCrXLE5tP4fZ0w\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Esto recrear\u00eda el pod con los nuevos l\u00edmites\/solicitudes:\u00a0<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXcdVH3HQP_RAyoupbpaMVYy5HQ2_cx6_5tE7HzN-ieC2ZYbQpmWx9ypb8AO0AHKUNbewPK5WqbJuc5vbaRUKeqpcZZ4W-yadGh5f0wzvAUEqn4Jna1Q0n4h3WbbIM3WdSDYRs0fJg?key=9YpI4jwosCrXLE5tP4fZ0w\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Pero ahora, a partir de Kubernetes v1.33<a href=\"https:\/\/blog.everpuredata.com\/le\/solutions\/kubernetes\/\"><em>, podemos escalar pods sin reiniciarlos. \n\n\n\n<\/em><\/a><\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<div class=\"wp-block-group sticky-content has-mint-green-500-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"border-radius:20px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px\">\n<h2 class=\"wp-block-heading has-text-align-center has-ash-gray-500-color has-text-color has-link-color wp-elements-e03b5ed8732ebcc2a11722d5fcc4b3e7\" id=\"h-title\" style=\"font-size:px\">Get More from SQL Server<\/h2>\n\n\n\n<p class=\"has-text-align-center has-ash-gray-500-color has-text-color has-link-color wp-elements-9223d3748670e48fb7ad2356cd860fe8 wp-block-paragraph\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.208), 1rem);\">See how Pure Storage can help you boost SQL Server performance.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-f8bdad00 wp-block-buttons-is-layout-flex\" style=\"margin-top:1em;margin-bottom:1em\">\n<div class=\"wp-block-button is-style-outline button-sticky is-style-outline--2\"><a class=\"wp-block-button__link has-cloud-white-500-color has-basil-green-500-background-color has-text-color has-background has-link-color has-inter-font-family has-custom-font-size wp-element-button\" href=\"https:\/\/www.purestorage.com\/solutions\/databases-applications\/microsoft\/sql.html\" style=\"border-style:none;border-width:0px;border-radius:4px;padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.208), 16px);\" target=\"_blank\" rel=\"noreferrer noopener\">Learn More<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Este art\u00edculo analiza c\u00f3mo una nueva funci\u00f3n en Kubernetes v1.33 facilita la escalabilidad vertical de SQL Server en l\u00ednea. <\/p>\n","protected":false},"author":720,"featured_media":165834,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[14632],"tags":[14577,15193,14818,14638],"content-position":[],"ppma_author":[14501],"class_list":["post-166139","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-purely-technical","tag-storage-administration-le","tag-database-le","tag-kubernetes-le","tag-sql-server-le"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes | Everpure Blog<\/title>\n<meta name=\"description\" content=\"Este art\u00edculo analiza c\u00f3mo una nueva funci\u00f3n en Kubernetes v1.33 hace que sea m\u00e1s f\u00e1cil escalar verticalmente SQL Server Online en 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:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/\" \/>\n<meta property=\"og:locale\" content=\"es_LA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes\" \/>\n<meta property=\"og:description\" content=\"Este art\u00edculo analiza c\u00f3mo una nueva funci\u00f3n en Kubernetes v1.33 hace que sea m\u00e1s f\u00e1cil escalar verticalmente SQL Server Online en Kubernetes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/\" \/>\n<meta property=\"og:site_name\" content=\"Everpure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PureStorage\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-26T20:21:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-03T00:32:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/06\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t<meta property=\"og:image:height\" content=\"1067\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Andrew Pruski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@purestorage\" \/>\n<meta name=\"twitter:site\" content=\"@purestorage\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrew Pruski\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/\"},\"author\":{\"name\":\"Andrew Pruski\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/#\\\/schema\\\/person\\\/6ea5791774ae9b840fc0bd9d07b1db0c\"},\"headline\":\"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes\",\"datePublished\":\"2025-06-26T20:21:22+00:00\",\"dateModified\":\"2025-07-03T00:32:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/\"},\"wordCount\":271,\"publisher\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.everpuredata.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp\",\"keywords\":[\"Administraci\u00f3n del almacenamiento\",\"Database\",\"Kubernetes\",\"SQL Server\"],\"articleSection\":[\"Purely Technical\"],\"inLanguage\":\"es-LA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/\",\"url\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/\",\"name\":\"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes | Everpure Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.everpuredata.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp\",\"datePublished\":\"2025-06-26T20:21:22+00:00\",\"dateModified\":\"2025-07-03T00:32:46+00:00\",\"description\":\"Este art\u00edculo analiza c\u00f3mo una nueva funci\u00f3n en Kubernetes v1.33 hace que sea m\u00e1s f\u00e1cil escalar verticalmente SQL Server Online en Kubernetes.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/#breadcrumb\"},\"inLanguage\":\"es-LA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es-LA\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/#primaryimage\",\"url\":\"https:\\\/\\\/blog.everpuredata.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp\",\"contentUrl\":\"https:\\\/\\\/blog.everpuredata.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp\",\"width\":1650,\"height\":1067,\"caption\":\"\u200b\u200bVertically Scaling SQL Server Online in Kubernetes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/purely-technical\\\/vertically-scaling-sql-server-online-in-kubernetes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/#website\",\"url\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/\",\"name\":\"Everpure Blog\",\"description\":\"Unleash the power of your data with an intelligent, unified storage and data management platform built for resilience and AI.\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-LA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/#organization\",\"name\":\"Pure Storage\",\"url\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-LA\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blog.everpuredata.com\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/download-5.png\",\"contentUrl\":\"https:\\\/\\\/blog.everpuredata.com\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/download-5.png\",\"width\":302,\"height\":167,\"caption\":\"Pure Storage\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PureStorage\",\"https:\\\/\\\/x.com\\\/purestorage\",\"https:\\\/\\\/www.instagram.com\\\/purestorage\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/pure-storage\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/purestorage\",\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Pure_Storage\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/#\\\/schema\\\/person\\\/6ea5791774ae9b840fc0bd9d07b1db0c\",\"name\":\"Andrew Pruski\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-LA\",\"@id\":\"https:\\\/\\\/blog.everpuredata.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/Andrew-Pruski.png6dfc675849dda73d4ddea62eabc1629a\",\"url\":\"https:\\\/\\\/blog.everpuredata.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/Andrew-Pruski.png\",\"contentUrl\":\"https:\\\/\\\/blog.everpuredata.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/Andrew-Pruski.png\",\"caption\":\"Andrew Pruski\"},\"description\":\"Andrew is a seasoned SQL Server DBA with over 15 years of hands-on experience. Currently, he serves as a Principal Field Solutions Architect at Everpure.\",\"url\":\"https:\\\/\\\/blog.everpuredata.com\\\/le\\\/author\\\/andrew-pruski\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes | Everpure Blog","description":"Este art\u00edculo analiza c\u00f3mo una nueva funci\u00f3n en Kubernetes v1.33 hace que sea m\u00e1s f\u00e1cil escalar verticalmente SQL Server Online 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:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/","og_locale":"es_LA","og_type":"article","og_title":"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes","og_description":"Este art\u00edculo analiza c\u00f3mo una nueva funci\u00f3n en Kubernetes v1.33 hace que sea m\u00e1s f\u00e1cil escalar verticalmente SQL Server Online en Kubernetes.","og_url":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/","og_site_name":"Everpure Blog","article_publisher":"https:\/\/www.facebook.com\/PureStorage","article_published_time":"2025-06-26T20:21:22+00:00","article_modified_time":"2025-07-03T00:32:46+00:00","og_image":[{"width":1650,"height":1067,"url":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/06\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp","type":"image\/webp"}],"author":"Andrew Pruski","twitter_card":"summary_large_image","twitter_creator":"@purestorage","twitter_site":"@purestorage","twitter_misc":{"Written by":"Andrew Pruski","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/#article","isPartOf":{"@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/"},"author":{"name":"Andrew Pruski","@id":"https:\/\/blog.everpuredata.com\/le\/#\/schema\/person\/6ea5791774ae9b840fc0bd9d07b1db0c"},"headline":"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes","datePublished":"2025-06-26T20:21:22+00:00","dateModified":"2025-07-03T00:32:46+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/"},"wordCount":271,"publisher":{"@id":"https:\/\/blog.everpuredata.com\/le\/#organization"},"image":{"@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/06\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp","keywords":["Administraci\u00f3n del almacenamiento","Database","Kubernetes","SQL Server"],"articleSection":["Purely Technical"],"inLanguage":"es-LA"},{"@type":"WebPage","@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/","url":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/","name":"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes | Everpure Blog","isPartOf":{"@id":"https:\/\/blog.everpuredata.com\/le\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/#primaryimage"},"image":{"@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/06\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp","datePublished":"2025-06-26T20:21:22+00:00","dateModified":"2025-07-03T00:32:46+00:00","description":"Este art\u00edculo analiza c\u00f3mo una nueva funci\u00f3n en Kubernetes v1.33 hace que sea m\u00e1s f\u00e1cil escalar verticalmente SQL Server Online en Kubernetes.","breadcrumb":{"@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/#breadcrumb"},"inLanguage":"es-LA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/"]}]},{"@type":"ImageObject","inLanguage":"es-LA","@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/#primaryimage","url":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/06\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp","contentUrl":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/06\/Vertically-Scaling-SQL-Server-Online-in-Kubernetes.webp","width":1650,"height":1067,"caption":"\u200b\u200bVertically Scaling SQL Server Online in Kubernetes"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.everpuredata.com\/le\/purely-technical\/vertically-scaling-sql-server-online-in-kubernetes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.everpuredata.com\/le\/"},{"@type":"ListItem","position":2,"name":"Escalamiento vertical de SQL Server en l\u00ednea en Kubernetes"}]},{"@type":"WebSite","@id":"https:\/\/blog.everpuredata.com\/le\/#website","url":"https:\/\/blog.everpuredata.com\/le\/","name":"Everpure Blog","description":"Unleash the power of your data with an intelligent, unified storage and data management platform built for resilience and AI.","publisher":{"@id":"https:\/\/blog.everpuredata.com\/le\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.everpuredata.com\/le\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-LA"},{"@type":"Organization","@id":"https:\/\/blog.everpuredata.com\/le\/#organization","name":"Pure Storage","url":"https:\/\/blog.everpuredata.com\/le\/","logo":{"@type":"ImageObject","inLanguage":"es-LA","@id":"https:\/\/blog.everpuredata.com\/le\/#\/schema\/logo\/image\/","url":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2019\/08\/download-5.png","contentUrl":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2019\/08\/download-5.png","width":302,"height":167,"caption":"Pure Storage"},"image":{"@id":"https:\/\/blog.everpuredata.com\/le\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PureStorage","https:\/\/x.com\/purestorage","https:\/\/www.instagram.com\/purestorage","https:\/\/www.linkedin.com\/company\/pure-storage","https:\/\/www.youtube.com\/user\/purestorage","https:\/\/en.wikipedia.org\/wiki\/Pure_Storage"]},{"@type":"Person","@id":"https:\/\/blog.everpuredata.com\/le\/#\/schema\/person\/6ea5791774ae9b840fc0bd9d07b1db0c","name":"Andrew Pruski","image":{"@type":"ImageObject","inLanguage":"es-LA","@id":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/01\/Andrew-Pruski.png6dfc675849dda73d4ddea62eabc1629a","url":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/01\/Andrew-Pruski.png","contentUrl":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/01\/Andrew-Pruski.png","caption":"Andrew Pruski"},"description":"Andrew is a seasoned SQL Server DBA with over 15 years of hands-on experience. Currently, he serves as a Principal Field Solutions Architect at Everpure.","url":"https:\/\/blog.everpuredata.com\/le\/author\/andrew-pruski\/"}]}},"authors":[{"term_id":14501,"user_id":720,"is_guest":0,"slug":"andrew-pruski","display_name":"Andrew Pruski","avatar_url":{"url":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/01\/Andrew-Pruski.png","url2x":"https:\/\/blog.everpuredata.com\/wp-content\/uploads\/2025\/01\/Andrew-Pruski.png"},"author_category":"","first_name":"Andrew","last_name":"Pruski","user_url":"","job_title":"","description":"Andrew is a seasoned SQL Server DBA with over 15 years of hands-on experience. Currently, he serves as a Principal Field Solutions Architect at Pure Storage."}],"_links":{"self":[{"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/posts\/166139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/users\/720"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/comments?post=166139"}],"version-history":[{"count":0,"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/posts\/166139\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/media\/165834"}],"wp:attachment":[{"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/media?parent=166139"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/categories?post=166139"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/tags?post=166139"},{"taxonomy":"content-position","embeddable":true,"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/content-position?post=166139"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/blog.everpuredata.com\/le\/wp-json\/wp\/v2\/ppma_author?post=166139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}