Skip to main content
Version: 4

Automated migration using Jenkins

You can automate the process of migrating the objects from one environment to another through a CI/CD pipeline by using a tool such as Jenkins. For migrating the objects you need to perform two actions – Export, and Import. Both these actions can be made to perform automatically by following the guidelines discussed on this section.

Warning

The steps of migration depend upon the kind of Kubernetes cluster you are using. You may be using one of the followings,

  • Amazon Elastic Kubernetes Service (cluster in AWS)
  • Azure Kubernetes Service (cluster in MS Azure)

This document explains the DevOps pipeline for exporting and importing the solution from one environment to another.

There are two separate pipelines – one for exporting and the other one for importing the solution.