​
DirectorySecurity Advisories
Sign In
Directory
rancher-agent logo

rancher-agent

Last changed

Sign In for Updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign In
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Rancher Agent is a component of Rancher, a popular open-source container management platform. The Rancher Agent is responsible for communicating between the managed Kubernetes clusters and the Rancher server. It gathers data about the cluster’s state, including node information, workload statuses, and health metrics, and sends this information to the Rancher server. This enables centralized management, monitoring, and orchestration of multiple Kubernetes clusters through the Rancher interface. The agent also executes commands from the Rancher server, such as deploying applications, scaling services, and managing cluster configuratio

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/rancher-agent:latest

Usage

The Rancher agent is typically deployed as a DaemonSet or a Deployment depending on the type of the agent in a Kubernetes cluster.

There is a detailed explanation about Rancher Agents in the official Rancher documentation.

There are some problems around configuring the Rancher agent's image in Kubernetes. There is an open issue on the Rancher GitHub repository that discusses the problem, here.

In case you would like to configure the cattle-cluster-agent, the way you can do it is use the kubectl patch command with a proper patch file:

$ cat configure-image-patch.yaml
spec:
  template:
    spec:
      containers:
      - name: cluster-register
        image: cgr.dev/chainguard/rancher-agent:latest

kubectl patch deployment cattle-cluster-agent --patch-file p.yaml -n cattle-system
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • ( GPL-2.0-or-later

  • Apache-2.0

  • BSD-1-Clause

  • BSD-2-Clause

  • BSD-3-Clause

  • BSD-4-Clause-UC

  • CC-PDDC

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Category
application
kubernetes
rancher

Media KitContact Us
© 2024 Chainguard. All Rights Reserved.
Private Policy
Terms of Use

Product

Chainguard Images