Skip to main content
Version: v2.5

Adding a Sidecar

A sidecar is a container that extends or enhances the main container in a pod. The main container and the sidecar share a pod, and therefore share the same network space and storage. You can add sidecars to existing workloads by using the Add a Sidecar option.

  1. From the Global view, open the project running the workload you want to add a sidecar to.

  2. Click Resources > Workloads.

  3. Find the workload that you want to extend. Select icon (...) > Add a Sidecar.

  4. Enter a Name for the sidecar.

  5. Select a Sidecar Type. This option determines if the sidecar container is deployed before or after the main container is deployed.

    • Standard Container:

      The sidecar container is deployed after the main container.

    • Init Container:

      The sidecar container is deployed before the main container.

  6. From the Docker Image field, enter the name of the Docker image that you want to deploy in support of the main container. During deployment, Rancher pulls this image from Docker Hub. Enter the name exactly as it appears on Docker Hub.

  7. Set the remaining options. You can read about them in Deploying Workloads.

  8. Click Launch.

Result: The sidecar is deployed according to your parameters. Following its deployment, you can view the sidecar by selecting icon (...) > Edit for the main deployment.