Blue-Green Instance Group Deployment

Create deployment pipeline using Blue-Green release strategy for instance group deployment.

Prerequisites

The prerequisites are as follows:

  • Have a deployment pipeline, two instance group environments to deploy to (active and standby), and artifacts. Artifacts must be located in the Artifact Registry.

    Artifacts can be a deployment configuration file or general artifacts. Deployment configuration file defines the commands and steps to download application package artifact from the specified Artifact Registry and place in the target compute instance file system.

  • Have a load balancer and listener configured in the Console for routing the traffic. You can also have a test load balancer and listener to validate the new version of the application before shifting the production traffic.
  • The Compute Instance Run Command plugin must be enabled on the instance, and plugin must be running. To enable the plugin, follow these steps:
    1. In the Console, open the navigation menu, and click Compute. Under Compute, click Instances.
    2. Select an instance from the instance group to deploy to.
      Note

      DevOps only supports instance group deployments to Oracle Linux and CentOS.
    3. Click the Oracle Cloud Agent tab.
    4. For the Compute Instance Run Command plugin, toggle the Enabled Plugin switch to Enabled.

      It takes up to 10 minutes for the change to take effect.

      Caution

      Functionality that depends on the plugin, such as monitoring, autoscaling, deployment, or OS management doesn't work when the plugin is disabled.
      Caution

      To deploy applications using the Compute Instance Run Command plugin, you must appropriately configure and maintain least privilege policies. For more information, see Running Commands on an Instance.

      For information about managing plugins, see Managing Plugins with Oracle Cloud Agent. For troubleshooting, see Troubleshooting Oracle Cloud Agent.

  • Have permission to run commands on the instance. See the required Identity and Access Management (IAM) policy

For creating dynamic groups and policies for deployment pipelines, see Deployment Pipeline Policies. For more details, see DevOps IAM Policies.

For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.

Was this article helpful?