[{"data":1,"prerenderedAt":880},["ShallowReactive",2],{"/es/topics/ci-cd/cloud-native-continuous-integration":3,"navigation-es":150,"banner-es":567,"footer-es":580,"next-steps-es":788,"footer-source-/es/topics/ci-cd/cloud-native-continuous-integration/":803},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":144,"_type":145,"title":7,"_source":146,"_file":147,"_stem":148,"_extension":149},"/es/topics/ci-cd/cloud-native-continuous-integration","ci-cd",false,"",{"title":9,"description":10},"¿Qué es la integración continua nativa de la nube?","GitLab Topics | What is cloud native continuous integration?",[12,26,32,76,142],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"CI/CD",{"href":23},"/es/topics/ci-cd/",{"title":25},"Cloud native continuous integration",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"En el desarrollo de software moderno, la mayoría de los equipos ya están implementando la integración continua (CI). A medida que los equipos de DevOps buscan incrementar la velocidad y la escalabilidad, recurren a la informática en la nube para alcanzar dichos objetivos. Este tipo de desarrollo se denomina desarrollo nativo de la nube. Estos dos conceptos, la integración continua (CI) y el enfoque nativo de la nube, trabajan en conjunto para que los equipos puedan implementarse en diferentes entornos.\n",{"id":31,"twoColumns":6},"¿qué-es-la-integración-continua-nativa-de-la-nube?",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":54},{"text":36,"data":37},"On this page",[38,42,46,50],{"text":39,"config":40}," Explicación sobre la integración continua (CI) nativa de la nube",{"href":41},"#cloud-native-continuous-integration-ci-explained",{"text":43,"config":44},"Integración continua + nativo de la nube",{"href":45},"#cloud-native-continuous-integration",{"text":47,"config":48},"Qué necesita un pipeline de CI nativo en la nube",{"href":49},"#what-a-cloud-native-ci-pipeline-needs",{"text":51,"config":52},"Conclusión",{"href":53},"#conclusion",[55,61,66,71],{"type":56,"componentName":56,"componentContent":57},"TopicsCopy",{"header":39,"text":58,"config":59},"La integración continua (CI) nativa de la nube combina los principios de la CI con los servicios en la nube, apoyando a los equipos de desarrollo modernos mediante la integración y prueba de cambios en el código en repositorios de código fuente compartidos. Este enfoque aprovecha herramientas como Kubernetes y registros de contenedores para mejorar el ciclo de vida de desarrollo de software y garantizar una entrega eficiente del mismo.\n\nEn el desarrollo de software moderno, muchos equipos ya implementan la integración continua, pero para maximizar realmente la eficiencia y la escalabilidad, es esencial adoptar un enfoque nativo de la nube.",{"id":60},"cloud-native-continuous-integration-ci-explained",{"type":56,"componentName":56,"componentContent":62},{"header":43,"text":63,"config":64},"El enfoque [nativo de la nube](https://about.gitlab.com/topics/cloud-native/) es una forma de crear y ejecutar aplicaciones que aprovechan la escalabilidad del modelo de informática en la nube. La tecnología nativa de la nube utiliza servicios modernos en la nube, como la orquestación de contenedores, sin servidor y [multinube](https://about.gitlab.com/topics/multicloud/), por mencionar algunos. Las aplicaciones nativas de la nube están creadas para ejecutarse en la nube.\n\n\nLa [CI](/topics/ci-cd/) es la práctica de integrar código en un repositorio compartido y compilar y probar cada cambio automáticamente, varias veces al día. Para los equipos que utilizan [pipeline como código](https://about.gitlab.com/topics/ci-cd/pipeline-as-code/), pueden configurar compilaciones, pruebas e implementaciones en código que se puede rastrear y almacenar en el mismo repositorio compartido que su código fuente.\n\n\nLa integración continua nativa de la nube es simplemente una CI que puede admitir servicios en la nube que se utilizan comúnmente en el desarrollo nativo de la nube.\n",{"id":65},"cloud-native-continuous-integration",{"type":56,"componentName":56,"componentContent":67},{"header":47,"text":68,"config":69},"El modelo nativo de la nube ofrece oportunidades en términos de velocidad y escalabilidad, pero también [aumenta la complejidad](https://thenewstack.io/the-shifting-nature-of-ci-cd-in-the-age-of-cloud-native-computing/). Los equipos de ingeniería nativos de la nube necesitan una mayor automatización y estabilidad, así como herramientas de CI/CD diseñadas para admitir la complejidad que conlleva el desarrollo en un entorno de [microservicios](https://about.gitlab.com/topics/microservices/). \n\n\n Para mejorar el desarrollo nativo de la nube, los equipos deben garantizar que sus soluciones de integración continua estén optimizadas para los servicios en la nube que utilizan comúnmente:\n\n\n * Las herramientas de orquestación de contenedores, como [Kubernetes](https://about.gitlab.com/solutions/kubernetes/), permiten a los desarrolladores coordinar el funcionamiento de los contenedores de una aplicación, como su expansión e implementación. Para los equipos que utilizan Kubernetes, su CI nativa de la nube debe contar con una integración robusta de Kubernetes para admitir la adición y/o gestión de múltiples clústeres.\n\n * La [entrega continua](https://about.gitlab.com/es/solutions/continuous-integration/) (CD) fluida, junto con la integración continua, es importante para el desarrollo nativo de la nube y de microservicios. Las estrategias de implementación de alto rendimiento, como las [implementaciones canary](https://docs.gitlab.com/ee/user/project/canary_deployments.html), permiten a los equipos especializados en desarrollo nativo en la nube probar nuevas funcionalidades con la misma celeridad con la que las crean.* Las aplicaciones nativas de la nube suelen estar diseñadas utilizando microservicios en lugar de una estructura de aplicación monolítica, y se apoyan en contenedores para empaquetar las bibliotecas y los procesos de la aplicación para su implementación. Una herramienta de CI nativa de la nube con [registro de contenedores integrado](https://docs.gitlab.com/ee/user/packages/container_registry/index.html) puede ayudar a agilizar este proceso.\n\nLa integración continua nativa de la nube está diseñada para respaldar los servicios y arquitecturas en la nube que utilizan los equipos nativos de la nube, y proporciona la automatización que los equipos necesitan para garantizar velocidad y estabilidad.\n",{"id":70},"what-a-cloud-native-ci-pipeline-needs",{"type":56,"componentName":56,"componentContent":72},{"header":51,"text":73,"config":74},"La integración continua (CI) nativa de la nube transforma el ciclo de vida de desarrollo de software al combinar las prácticas de CI con un enfoque nativo de la nube, mejorando la escalabilidad y la eficiencia. Este proceso de desarrollo respalda los procesos de implementación mediante herramientas robustas de integración continua, lo que permite a los desarrolladores de software mantener un entorno de producción estable y entregar software de alta calidad.\n\nMediante la integración de servicios en la nube, tales como la orquestación de contenedores y la informática sin servidor, los equipos de desarrollo pueden acelerar sus ciclos de implementación, optimizar la calidad de las versiones de software y garantizar una entrega de software eficiente.\n\nEsta integración fluida de la CI con las prácticas nativas de la nube fomenta una práctica de desarrollo de software más eficiente y efectiva, lo que, en última instancia, conduce a una calidad de software superior y a entornos de producción confiables.\n",{"id":75},"conclusion",{"type":77,"componentName":77,"componentContent":78},"CommonResourcesContainer",{"header":79,"tabs":80},"Recursos relacionados",[81,113,128],{"name":82,"items":83,"config":112},"Publicación de blogs",[84,95,104],{"header":85,"type":86,"image":87,"link":90},"Cómo usar GitLab para la planificación de portafolios y la gestión de proyectos ágiles","Publicación de blog",{"altText":85,"config":88},{"src":89},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159580/Website/Topics/nvidia.jpg",{"text":91,"config":92},"Leer más",{"href":93,"icon":94,"modal":6},"/blog/gitlab-for-agile-portfolio-planning-project-management/","Blog",{"header":96,"type":86,"image":97,"link":100},"Cómo crear un pipeline de CI/CD con implementación automática en Kubernetes utilizando GitLab y Helm",{"altText":96,"config":98},{"src":99},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159935/Website/Topics/NIST.png",{"text":91,"config":101},{"href":102,"icon":103,"modal":6},"/blog/how-to-create-a-ci-cd-pipeline-with-auto-deploy-to-kubernetes-using-gitlab/","BlogAlt",{"header":105,"type":86,"image":106,"link":109},"Cómo usar GitLab para Agile, CI/CD, GitOps y más",{"altText":105,"config":107},{"src":108},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159940/Website/Topics/dedicated-blog-header.png",{"text":91,"config":110},{"href":111,"icon":94,"modal":6},"/blog/gitlab-for-cicd-agile-gitops-cloudnative/",{"key":82},{"name":114,"items":115,"config":127},"Documentos",[116],{"header":117,"type":118,"image":119,"link":122},"Implementar software desde los pipelines de CI/CD de GitLab a Kubernetes","Documento",{"altText":117,"config":120},{"src":121},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157556/Website/Topics/resources_1.jpg",{"text":123,"config":124},"Más información",{"href":125,"icon":126,"modal":6},"https://docs.gitlab.com/ee/user/project/clusters/","Docs",{"key":114},{"name":129,"items":130,"config":141},"Informe técnicos",[131],{"header":132,"type":133,"image":134,"link":137},"Cómo implementar en AWS desde GitLab","Informe técnico",{"altText":132,"config":135},{"src":136},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159570/Website/Topics/vlabsdev_coverimage.jpg",{"text":91,"config":138},{"href":139,"icon":140,"modal":6},"/resources/whitepaper-deploy-aws-gitlab/","Whitepapers",{"key":129},{"type":143,"componentName":143},"CommonNextSteps","content:es:topics:ci-cd:cloud-native-continuous-integration:index.yml","yaml","content","es/topics/ci-cd/cloud-native-continuous-integration/index.yml","es/topics/ci-cd/cloud-native-continuous-integration/index","yml",{"_path":151,"_dir":152,"_draft":6,"_partial":6,"_locale":7,"data":153,"_id":563,"_type":145,"title":564,"_source":146,"_file":565,"_stem":566,"_extension":149},"/shared/es/main-navigation","es",{"logo":154,"freeTrial":159,"sales":164,"login":169,"items":174,"search":505,"minimal":540,"duo":554},{"config":155},{"href":156,"dataGaName":157,"dataGaLocation":158},"/es/","gitlab logo","header",{"text":160,"config":161},"Obtener una prueba gratuita",{"href":162,"dataGaName":163,"dataGaLocation":158},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":165,"config":166},"Hablar con ventas",{"href":167,"dataGaName":168,"dataGaLocation":158},"/es/sales/","sales",{"text":170,"config":171},"Iniciar sesión",{"href":172,"dataGaName":173,"dataGaLocation":158},"https://gitlab.com/users/sign_in/","sign in",[175,218,316,321,426,486],{"text":176,"config":177,"cards":179,"footer":201},"Plataforma",{"dataNavLevelOne":178},"platform",[180,186,194],{"title":176,"description":181,"link":182},"La plataforma de DevSecOps con tecnología de IA más completa",{"text":183,"config":184},"Explore nuestra plataforma",{"href":185,"dataGaName":178,"dataGaLocation":158},"/es/platform/",{"title":187,"description":188,"link":189},"GitLab Duo (IA)","Cree un software más rápido con IA en cada etapa de desarrollo",{"text":190,"config":191},"Presentamos GitLab Duo",{"href":192,"dataGaName":193,"dataGaLocation":158},"/es/gitlab-duo/","gitlab duo ai",{"title":195,"description":196,"link":197},"¿Por qué elegir GitLab?","10 razones por las que las empresas eligen GitLab",{"text":123,"config":198},{"href":199,"dataGaName":200,"dataGaLocation":158},"/es/why-gitlab/","why gitlab",{"title":202,"items":203},"Comenzar con",[204,209,214],{"text":205,"config":206},"Ingeniería de plataformas",{"href":207,"dataGaName":208,"dataGaLocation":158},"/es/solutions/platform-engineering/","platform engineering",{"text":210,"config":211},"Experiencia de desarrollador",{"href":212,"dataGaName":213,"dataGaLocation":158},"/es/developer-experience/","Developer experience",{"text":215,"config":216},"MLOps",{"href":217,"dataGaName":215,"dataGaLocation":158},"/es/topics/devops/the-role-of-ai-in-devops/",{"text":219,"left":220,"config":221,"link":223,"lists":227,"footer":298},"Producto",true,{"dataNavLevelOne":222},"solutions",{"text":224,"config":225},"Ver todas las soluciones",{"href":226,"dataGaName":222,"dataGaLocation":158},"/es/solutions/",[228,253,276],{"title":229,"description":230,"link":231,"items":236},"Automatización","CI/CD y automatización para acelerar la implementación",{"config":232},{"icon":233,"href":234,"dataGaName":235,"dataGaLocation":158},"AutomatedCodeAlt","/es/solutions/delivery-automation/","automated software delivery",[237,240,244,249],{"text":21,"config":238},{"href":239,"dataGaLocation":158,"dataGaName":21},"/es/solutions/continuous-integration/",{"text":241,"config":242},"Desarrollo asistido por IA",{"href":192,"dataGaLocation":158,"dataGaName":243},"AI assisted development",{"text":245,"config":246},"Gestión del código fuente",{"href":247,"dataGaLocation":158,"dataGaName":248},"/es/solutions/source-code-management/","Source Code Management",{"text":250,"config":251},"Entrega de software automatizada",{"href":234,"dataGaLocation":158,"dataGaName":252},"Automated software delivery",{"title":254,"description":255,"link":256,"items":261},"Seguridad","Entregue código más rápido sin comprometer la seguridad",{"config":257},{"href":258,"dataGaName":259,"dataGaLocation":158,"icon":260},"/es/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[262,266,271],{"text":263,"config":264},"Application Security Testing",{"href":258,"dataGaName":265,"dataGaLocation":158},"Application security testing",{"text":267,"config":268},"Seguridad en la cadena de suministro de software",{"href":269,"dataGaLocation":158,"dataGaName":270},"/es/solutions/supply-chain/","Software supply chain security",{"text":272,"config":273},"Cumplimiento y gobernanza",{"href":274,"dataGaName":275,"dataGaLocation":158},"/es/solutions/software-compliance/","Software Compliance",{"title":277,"link":278,"items":283},"Medición",{"config":279},{"icon":280,"href":281,"dataGaName":282,"dataGaLocation":158},"DigitalTransformation","/es/solutions/visibility-measurement/","visibility and measurement",[284,288,293],{"text":285,"config":286},"Visibilidad y medición",{"href":281,"dataGaLocation":158,"dataGaName":287},"Visibility and Measurement",{"text":289,"config":290},"Gestión del flujo de valor",{"href":291,"dataGaLocation":158,"dataGaName":292},"/es/solutions/value-stream-management/","Value Stream Management",{"text":294,"config":295},"Análisis e información",{"href":296,"dataGaLocation":158,"dataGaName":297},"/es/solutions/analytics-and-insights/","Analytics and insights",{"title":299,"items":300},"GitLab para",[301,306,311],{"text":302,"config":303},"Empresas",{"href":304,"dataGaLocation":158,"dataGaName":305},"/es/enterprise/","enterprise",{"text":307,"config":308},"Pequeñas empresas",{"href":309,"dataGaLocation":158,"dataGaName":310},"/es/small-business/","small business",{"text":312,"config":313},"Sector público",{"href":314,"dataGaLocation":158,"dataGaName":315},"/es/solutions/public-sector/","public sector",{"text":317,"config":318},"Precios",{"href":319,"dataGaName":320,"dataGaLocation":158,"dataNavLevelOne":320},"/es/pricing/","pricing",{"text":322,"config":323,"link":325,"lists":329,"feature":413},"Recursos",{"dataNavLevelOne":324},"resources",{"text":326,"config":327},"Ver todos los recursos",{"href":328,"dataGaName":324,"dataGaLocation":158},"/es/resources/",[330,363,385],{"title":331,"items":332},"Empezar",[333,338,343,348,353,358],{"text":334,"config":335},"Instalar",{"href":336,"dataGaName":337,"dataGaLocation":158},"/es/install/","install",{"text":339,"config":340},"Guías de inicio rápido",{"href":341,"dataGaName":342,"dataGaLocation":158},"/es/get-started/","quick setup checklists",{"text":344,"config":345},"Aprender",{"href":346,"dataGaLocation":158,"dataGaName":347},"https://university.gitlab.com/","learn",{"text":349,"config":350},"Documentación del producto",{"href":351,"dataGaName":352,"dataGaLocation":158},"https://docs.gitlab.com/","product documentation",{"text":354,"config":355},"Videos de prácticas recomendadas",{"href":356,"dataGaName":357,"dataGaLocation":158},"/es/getting-started-videos/","best practice videos",{"text":359,"config":360},"Integraciones",{"href":361,"dataGaName":362,"dataGaLocation":158},"/es/integrations/","integrations",{"title":364,"items":365},"Descubrir",[366,371,375,380],{"text":367,"config":368},"Historias de éxito del cliente",{"href":369,"dataGaName":370,"dataGaLocation":158},"/es/customers/","customer success stories",{"text":94,"config":372},{"href":373,"dataGaName":374,"dataGaLocation":158},"/blog/","blog",{"text":376,"config":377},"Remoto",{"href":378,"dataGaName":379,"dataGaLocation":158},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":381,"config":382},"TeamOps",{"href":383,"dataGaName":384,"dataGaLocation":158},"/es/teamops/","teamops",{"title":386,"items":387},"Conectar",[388,393,398,403,408],{"text":389,"config":390},"Servicios de GitLab",{"href":391,"dataGaName":392,"dataGaLocation":158},"/es/services/","services",{"text":394,"config":395},"Comunidad",{"href":396,"dataGaName":397,"dataGaLocation":158},"/community/","community",{"text":399,"config":400},"Foro",{"href":401,"dataGaName":402,"dataGaLocation":158},"https://forum.gitlab.com/","forum",{"text":404,"config":405},"Eventos",{"href":406,"dataGaName":407,"dataGaLocation":158},"/events/","events",{"text":409,"config":410},"Socios",{"href":411,"dataGaName":412,"dataGaLocation":158},"/es/partners/","partners",{"backgroundColor":414,"textColor":415,"text":416,"image":417,"link":421},"#2f2a6b","#fff","Información sobre el futuro del desarrollo de software",{"altText":418,"config":419},"Tarjeta promocional The Source",{"src":420},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":422,"config":423},"Leer las últimas noticias",{"href":424,"dataGaName":425,"dataGaLocation":158},"/es/the-source/","the source",{"text":427,"config":428,"lists":430},"Empresa",{"dataNavLevelOne":429},"company",[431],{"items":432},[433,438,444,446,451,456,461,466,471,476,481],{"text":434,"config":435},"Acerca de nosotros",{"href":436,"dataGaName":437,"dataGaLocation":158},"/es/company/","about",{"text":439,"config":440,"footerGa":443},"Empleos",{"href":441,"dataGaName":442,"dataGaLocation":158},"/jobs/","jobs",{"dataGaName":442},{"text":404,"config":445},{"href":406,"dataGaName":407,"dataGaLocation":158},{"text":447,"config":448},"Equipo directivo",{"href":449,"dataGaName":450,"dataGaLocation":158},"/company/team/e-group/","leadership",{"text":452,"config":453},"Equipo",{"href":454,"dataGaName":455,"dataGaLocation":158},"/company/team/","team",{"text":457,"config":458},"Manual",{"href":459,"dataGaName":460,"dataGaLocation":158},"https://handbook.gitlab.com/","handbook",{"text":462,"config":463},"Relaciones con los inversores",{"href":464,"dataGaName":465,"dataGaLocation":158},"https://ir.gitlab.com/","investor relations",{"text":467,"config":468},"Centro de confianza",{"href":469,"dataGaName":470,"dataGaLocation":158},"/es/security/","trust center",{"text":472,"config":473},"AI Transparency Center",{"href":474,"dataGaName":475,"dataGaLocation":158},"/es/ai-transparency-center/","ai transparency center",{"text":477,"config":478},"Boletín",{"href":479,"dataGaName":480,"dataGaLocation":158},"/company/contact/","newsletter",{"text":482,"config":483},"Prensa",{"href":484,"dataGaName":485,"dataGaLocation":158},"/press/","press",{"text":487,"config":488,"lists":489},"Comuníquese con nosotros",{"dataNavLevelOne":429},[490],{"items":491},[492,495,500],{"text":165,"config":493},{"href":167,"dataGaName":494,"dataGaLocation":158},"talk to sales",{"text":496,"config":497},"Obtener ayuda",{"href":498,"dataGaName":499,"dataGaLocation":158},"/support/","get help",{"text":501,"config":502},"Portal de clientes",{"href":503,"dataGaName":504,"dataGaLocation":158},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":506,"login":507,"suggestions":514},"Cerrar",{"text":508,"link":509},"Para buscar repositorios y proyectos, inicie sesión en",{"text":510,"config":511},"gitlab.com",{"href":172,"dataGaName":512,"dataGaLocation":513},"search login","search",{"text":515,"default":516},"Sugerencias",[517,520,525,527,532,537],{"text":187,"config":518},{"href":192,"dataGaName":519,"dataGaLocation":513},"GitLab Duo (AI)",{"text":521,"config":522},"Sugerencias de código (IA)",{"href":523,"dataGaName":524,"dataGaLocation":513},"/es/solutions/code-suggestions/","Code Suggestions (AI)",{"text":21,"config":526},{"href":239,"dataGaName":21,"dataGaLocation":513},{"text":528,"config":529},"GitLab en AWS",{"href":530,"dataGaName":531,"dataGaLocation":513},"/es/partners/technology-partners/aws/","GitLab on AWS",{"text":533,"config":534},"GitLab en Google Cloud",{"href":535,"dataGaName":536,"dataGaLocation":513},"/es/partners/technology-partners/google-cloud-platform/","GitLab on Google Cloud",{"text":195,"config":538},{"href":199,"dataGaName":539,"dataGaLocation":513},"Why GitLab?",{"freeTrial":541,"mobileIcon":546,"desktopIcon":551},{"text":542,"config":543},"Iniciar la prueba gratuita",{"href":544,"dataGaName":163,"dataGaLocation":545},"https://gitlab.com/-/trials/new/","nav",{"altText":547,"config":548},"Ícono de GitLab",{"src":549,"dataGaName":550,"dataGaLocation":545},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":547,"config":552},{"src":553,"dataGaName":550,"dataGaLocation":545},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":555,"mobileIcon":559,"desktopIcon":561},{"text":556,"config":557},"Más información sobre GitLab Duo",{"href":192,"dataGaName":558,"dataGaLocation":545},"gitlab duo",{"altText":547,"config":560},{"src":549,"dataGaName":550,"dataGaLocation":545},{"altText":547,"config":562},{"src":553,"dataGaName":550,"dataGaLocation":545},"content:shared:es:main-navigation.yml","Main Navigation","shared/es/main-navigation.yml","shared/es/main-navigation",{"_path":568,"_dir":152,"_draft":6,"_partial":6,"_locale":7,"title":569,"titleMobile":569,"button":570,"config":575,"_id":577,"_type":145,"_source":146,"_file":578,"_stem":579,"_extension":149},"/shared/es/banner","¡GitLab Duo Agent Platform ya está en beta pública!",{"text":571,"config":572},"Prueba la Beta",{"href":573,"dataGaName":574,"dataGaLocation":158},"/es/gitlab-duo/agent-platform/","duo banner",{"layout":576},"release","content:shared:es:banner.yml","shared/es/banner.yml","shared/es/banner",{"_path":581,"_dir":152,"_draft":6,"_partial":6,"_locale":7,"data":582,"_id":784,"_type":145,"title":785,"_source":146,"_file":786,"_stem":787,"_extension":149},"/shared/es/main-footer",{"text":583,"source":584,"edit":590,"contribute":595,"config":600,"items":605,"minimal":776},"Git es una marca registrada de Software Freedom Conservancy, y nuestro uso de «GitLab» está bajo licencia",{"text":585,"config":586},"Ver fuente de la página",{"href":587,"dataGaName":588,"dataGaLocation":589},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":591,"config":592},"Editar esta página",{"href":593,"dataGaName":594,"dataGaLocation":589},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":596,"config":597},"Contribuya",{"href":598,"dataGaName":599,"dataGaLocation":589},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":601,"facebook":602,"youtube":603,"linkedin":604},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[606,629,682,711,747],{"title":176,"links":607,"subMenu":612},[608],{"text":609,"config":610},"Plataforma de DevSecOps",{"href":185,"dataGaName":611,"dataGaLocation":589},"devsecops platform",[613],{"title":317,"links":614},[615,619,624],{"text":616,"config":617},"Ver planes",{"href":319,"dataGaName":618,"dataGaLocation":589},"view plans",{"text":620,"config":621},"¿Por qué elegir GitLab Premium?",{"href":622,"dataGaName":623,"dataGaLocation":589},"/es/pricing/premium/","why premium",{"text":625,"config":626},"¿Por qué elegir GitLab Ultimate?",{"href":627,"dataGaName":628,"dataGaLocation":589},"/es/pricing/ultimate/","why ultimate",{"title":630,"links":631},"Soluciones",[632,637,640,642,647,652,655,658,661,666,668,670,672,677],{"text":633,"config":634},"Transformación digital",{"href":635,"dataGaName":636,"dataGaLocation":589},"/es/topics/digital-transformation/","digital transformation",{"text":638,"config":639},"Seguridad y cumplimiento",{"href":258,"dataGaName":265,"dataGaLocation":589},{"text":250,"config":641},{"href":234,"dataGaName":235,"dataGaLocation":589},{"text":643,"config":644},"Desarrollo ágil",{"href":645,"dataGaName":646,"dataGaLocation":589},"/es/solutions/agile-delivery/","agile delivery",{"text":648,"config":649},"Transformación en la nube",{"href":650,"dataGaName":651,"dataGaLocation":589},"/es/topics/cloud-native/","cloud transformation",{"text":245,"config":653},{"href":247,"dataGaName":654,"dataGaLocation":589},"source code management",{"text":21,"config":656},{"href":239,"dataGaName":657,"dataGaLocation":589},"continuous integration & delivery",{"text":289,"config":659},{"href":291,"dataGaName":660,"dataGaLocation":589},"value stream management",{"text":662,"config":663},"GitOps",{"href":664,"dataGaName":665,"dataGaLocation":589},"/es/solutions/gitops/","gitops",{"text":302,"config":667},{"href":304,"dataGaName":305,"dataGaLocation":589},{"text":307,"config":669},{"href":309,"dataGaName":310,"dataGaLocation":589},{"text":312,"config":671},{"href":314,"dataGaName":315,"dataGaLocation":589},{"text":673,"config":674},"Educación",{"href":675,"dataGaName":676,"dataGaLocation":589},"/es/solutions/education/","education",{"text":678,"config":679},"Servicios financieros",{"href":680,"dataGaName":681,"dataGaLocation":589},"/es/solutions/finance/","financial services",{"title":322,"links":683},[684,686,688,690,693,695,697,699,701,703,705,707,709],{"text":334,"config":685},{"href":336,"dataGaName":337,"dataGaLocation":589},{"text":339,"config":687},{"href":341,"dataGaName":342,"dataGaLocation":589},{"text":344,"config":689},{"href":346,"dataGaName":347,"dataGaLocation":589},{"text":349,"config":691},{"href":351,"dataGaName":692,"dataGaLocation":589},"docs",{"text":94,"config":694},{"href":373,"dataGaName":374,"dataGaLocation":589},{"text":367,"config":696},{"href":369,"dataGaName":370,"dataGaLocation":589},{"text":376,"config":698},{"href":378,"dataGaName":379,"dataGaLocation":589},{"text":389,"config":700},{"href":391,"dataGaName":392,"dataGaLocation":589},{"text":381,"config":702},{"href":383,"dataGaName":384,"dataGaLocation":589},{"text":394,"config":704},{"href":396,"dataGaName":397,"dataGaLocation":589},{"text":399,"config":706},{"href":401,"dataGaName":402,"dataGaLocation":589},{"text":404,"config":708},{"href":406,"dataGaName":407,"dataGaLocation":589},{"text":409,"config":710},{"href":411,"dataGaName":412,"dataGaLocation":589},{"title":427,"links":712},[713,715,718,721,723,725,727,731,736,738,740,742],{"text":434,"config":714},{"href":436,"dataGaName":429,"dataGaLocation":589},{"text":716,"config":717},"Jobs",{"href":441,"dataGaName":442,"dataGaLocation":589},{"text":719,"config":720},"Liderazgo",{"href":449,"dataGaName":450,"dataGaLocation":589},{"text":452,"config":722},{"href":454,"dataGaName":455,"dataGaLocation":589},{"text":457,"config":724},{"href":459,"dataGaName":460,"dataGaLocation":589},{"text":462,"config":726},{"href":464,"dataGaName":465,"dataGaLocation":589},{"text":728,"config":729},"Sustainability",{"href":730,"dataGaName":728,"dataGaLocation":589},"/sustainability/",{"text":732,"config":733},"Diversidad, inclusión y pertenencia (DIB)",{"href":734,"dataGaName":735,"dataGaLocation":589},"/es/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":467,"config":737},{"href":469,"dataGaName":470,"dataGaLocation":589},{"text":477,"config":739},{"href":479,"dataGaName":480,"dataGaLocation":589},{"text":482,"config":741},{"href":484,"dataGaName":485,"dataGaLocation":589},{"text":743,"config":744},"Declaración de transparencia sobre la Ley de Esclavitud Moderna",{"href":745,"dataGaName":746,"dataGaLocation":589},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":487,"links":748},[749,752,754,756,761,766,771],{"text":750,"config":751},"Contactar con un experto",{"href":167,"dataGaName":168,"dataGaLocation":589},{"text":496,"config":753},{"href":498,"dataGaName":499,"dataGaLocation":589},{"text":501,"config":755},{"href":503,"dataGaName":504,"dataGaLocation":589},{"text":757,"config":758},"Estado",{"href":759,"dataGaName":760,"dataGaLocation":589},"https://status.gitlab.com/","status",{"text":762,"config":763},"Términos de uso",{"href":764,"dataGaName":765,"dataGaLocation":589},"/terms/","terms of use",{"text":767,"config":768},"Declaración de privacidad",{"href":769,"dataGaName":770,"dataGaLocation":589},"/es/privacy/","privacy statement",{"text":772,"config":773},"Preferencias de cookies",{"dataGaName":774,"dataGaLocation":589,"id":775,"isOneTrustButton":220},"cookie preferences","ot-sdk-btn",{"items":777},[778,780,782],{"text":762,"config":779},{"href":764,"dataGaName":765,"dataGaLocation":589},{"text":767,"config":781},{"href":769,"dataGaName":770,"dataGaLocation":589},{"text":772,"config":783},{"dataGaName":774,"dataGaLocation":589,"id":775,"isOneTrustButton":220},"content:shared:es:main-footer.yml","Main Footer","shared/es/main-footer.yml","shared/es/main-footer",{"_path":789,"_dir":152,"_draft":6,"_partial":6,"_locale":7,"header":790,"eyebrow":791,"blurb":792,"button":793,"secondaryButton":797,"_id":799,"_type":145,"title":800,"_source":146,"_file":801,"_stem":802,"_extension":149},"/shared/es/next-steps","Comience a entregar mejor software más rápido","Más del 50 % de las empresas de Fortune 100 confían en GitLab","Descubra lo que su equipo puede hacer con la plataforma inteligente de\n\n\nDevSecOps.\n",{"text":160,"config":794},{"href":795,"dataGaName":163,"dataGaLocation":796},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":165,"config":798},{"href":167,"dataGaName":168,"dataGaLocation":796},"content:shared:es:next-steps.yml","Next Steps","shared/es/next-steps.yml","shared/es/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":804,"content":805,"_id":144,"_type":145,"title":7,"_source":146,"_file":147,"_stem":148,"_extension":149},{"title":9,"description":10},[806,814,817,842,879],{"type":13,"componentName":13,"componentContent":807},{"crumbs":808},[809,811,813],{"title":17,"config":810},{"href":19},{"title":21,"config":812},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":815},{"title":9,"text":29,"config":816},{"id":31,"twoColumns":6},{"type":33,"componentName":33,"componentContent":818},{"anchors":819,"components":829},{"text":36,"data":820},[821,823,825,827],{"text":39,"config":822},{"href":41},{"text":43,"config":824},{"href":45},{"text":47,"config":826},{"href":49},{"text":51,"config":828},{"href":53},[830,833,836,839],{"type":56,"componentName":56,"componentContent":831},{"header":39,"text":58,"config":832},{"id":60},{"type":56,"componentName":56,"componentContent":834},{"header":43,"text":63,"config":835},{"id":65},{"type":56,"componentName":56,"componentContent":837},{"header":47,"text":68,"config":838},{"id":70},{"type":56,"componentName":56,"componentContent":840},{"header":51,"text":73,"config":841},{"id":75},{"type":77,"componentName":77,"componentContent":843},{"header":79,"tabs":844},[845,863,871],{"name":82,"items":846,"config":862},[847,852,857],{"header":85,"type":86,"image":848,"link":850},{"altText":85,"config":849},{"src":89},{"text":91,"config":851},{"href":93,"icon":94,"modal":6},{"header":96,"type":86,"image":853,"link":855},{"altText":96,"config":854},{"src":99},{"text":91,"config":856},{"href":102,"icon":103,"modal":6},{"header":105,"type":86,"image":858,"link":860},{"altText":105,"config":859},{"src":108},{"text":91,"config":861},{"href":111,"icon":94,"modal":6},{"key":82},{"name":114,"items":864,"config":870},[865],{"header":117,"type":118,"image":866,"link":868},{"altText":117,"config":867},{"src":121},{"text":123,"config":869},{"href":125,"icon":126,"modal":6},{"key":114},{"name":129,"items":872,"config":878},[873],{"header":132,"type":133,"image":874,"link":876},{"altText":132,"config":875},{"src":136},{"text":91,"config":877},{"href":139,"icon":140,"modal":6},{"key":129},{"type":143,"componentName":143},1761814443031]