Topics Ci cd What is cloud native continuous integration?

What is cloud native continuous integration?


In modern software development, most teams are already practicing continuous integration (CI). As DevOps teams look to increase velocity and scale, they look to cloud computing to help them achieve those goals. This kind of development is called cloud native development. These two concepts, CI and cloud native, work together so that teams can deploy to different environments.

Cloud native + continuous integration

Cloud native is a way to build and run applications that take advantage of the scalability of the cloud computing model. Cloud native computing uses modern cloud services, like container orchestration, serverless, and multicloud to name a few. Cloud native applications are built to run in the cloud.

CI is the practice of integrating code into a shared repository and building/testing each change automatically, several times per day. For teams using pipeline as code, they can configure builds, tests, and deployment in code that is trackable and stored in the same shared repository as their source code.

Cloud native continuous integration is simply continuous integration that can supports cloud services often used in cloud native development.

What a cloud native CI pipeline needs

Cloud native offers opportunities in terms of velocity and scale, but also increases complexity. Cloud native engineering teams need increased automation and stability, and CI/CD tools designed to support the complexity that comes from developing in a microservices environment.

For better cloud native development, teams should ensure their continuous integration solutions are optimized for the cloud services they commonly use:

  • Container orchestration tools, like Kubernetes, allow developers to coordinate the way in which an application’s containers will function, including scaling and deployment. For teams using Kubernetes, their cloud native CI should have a robust Kubernetes integration to support adding and/or managing multiple clusters.

  • Seamless continuous delivery (CD), in addition to continuous integration, is important for cloud native and microservices development. High-functioning deployment strategies, like canary deployments, can help cloud native teams test new features with the same velocity they use to build them.

  • Cloud native applications are often architectured using microservices instead of a monolithic application structure, and rely on containers to package the application’s libraries and processes for deployment. A cloud native CI tool with built-in container registry can help streamline this process.

Cloud native continuous integration is designed to support the cloud services and architectures cloud native teams use, and offers the automation teams need for speed and stability.

Take GitLab for a spin

See what your team can do with a single platform for software delivery.

Get free trial
Headshots of three people

Have a question? We're here to help.

Talk to an expert