GitOps using Team Cluster

Configuring the team cluster for automated GitOps

 

Enable gitOps for team cluster

Mention the Github user and personal access token that is to be used for git commit

On collaboration with team cluster, the service fitness will be triggered.

The framework can invoke test suite end-points if configured and can check for test success/failures.

Git commit of the changes associated with the collaboration artefacts is done.

 

There is an algorithm to ensure that

  • changes are committed only after all the tests pass,

  • only the most recent and successful changes are picked for each micro-service

 

 

Configuring the team cluster for JenkinsX