GitHub
github.com › rancher › rancher
GitHub - rancher/rancher: Complete container management platform · GitHub
March 25, 2026 - See Installing/Upgrading Rancher for all installation options.
Starred by 25.5K users
Forked by 3.2K users
Languages Go 87.7% | Python 9.5% | Shell 1.2% | Groovy 0.8% | HCL 0.3% | Dockerfile 0.3%
GitHub
github.com › rancher › rancher.github.io
GitHub - rancher-archives/rancher.github.io · GitHub
Or you can use the make live Makefile target (or run docker run --rm -it -p 80:4000 -v $(PWD):/build rancher/rancher.github.io:build jekyll serve -w -P 4000 --incremental by hand to use the Jekyll build image used for our production pipeline.
Starred by 61 users
Forked by 280 users
Languages HTML 97.0% | CSS 2.7%
Videos
GitHub - rancher/rancher: Complete container management ...
10:58
Using Rancher Fleet and GitHub Actions for GitOps Releases - YouTube
07:09
The Download: Rancher Desktop 1.0, New Git Features, and TUI Toolkits ...
Kubernetes Master Class: Continuous Delivery With Rancher ...
01:32:07
November Meetup - GitOps with Rancher Continuous Delivery - YouTube
16:41
Kubernetes GitOps with Rancher Continuous Delivery - YouTube
GitHub
github.com › rancher › fleet-examples
GitHub - rancher/fleet-examples: Fleet usage examples · GitHub
FLEET_VERSION=v0.14.3 # Create cluster k3d cluster create fleet-test --no-lb --wait --timeout 120s k3d kubeconfig merge fleet-test --kubeconfig-merge-default # Install Fleet CRDs (use the same version as your fleet CLI) curl -sL "https://github.com/rancher/fleet/releases/download/${FLEET_VERSION}/fleet-crd-${FLEET_VERSION#v}.tgz" \ | tar -xz -O fleet-crd/templates/crds.yaml \ | kubectl apply -f - # Create namespaces and cluster objects kubectl create namespace fleet-local kubectl create namespace fleet-default kubectl apply -f tests/setup-cluster.yaml
Starred by 178 users
Forked by 468 users
Languages Shell
GitHub
github.com › rancher › rancher › releases
Releases · rancher/rancher
This commit was created on GitHub.com and signed with GitHub’s verified signature. ... Learn about vigilant mode. ... There was an error while loading. Please reload this page. ... rancher/rancher-agent:v2.14.1-alpha11 rancher/rancher-webhook:v0.10.1-rc.5 rancher/rancher:v2.14.1-alpha11 rancher/rke2-cloud-provider:v1.33.0-rc1.0.20250430074337-dc03cb4b3faa-build20250430 rancher/rke2-cloud-provider:v1.33.0-rc1.0.20250905195603-857412ae5891-build20250908 rancher/rke2-cloud-provider:v1.33.4-rc1.0.20250814212538-148243c49519-build20250908 rancher/rke2-cloud-provider:v1.35.0-rc1.0.20251218152248-a6c6cd15c0c4-build20251219
Author rancher
GitHub
github.com › rancher › quickstart
GitHub - rancher/quickstart · GitHub
You will be responsible for any and all infrastructure costs incurred by these resources. As a result, this repository minimizes costs by standing up the minimum required resources for a given provider. Use Vagrant to run Rancher locally and avoid cloud costs.
Starred by 395 users
Forked by 341 users
Languages HCL 81.3% | Ruby 8.0% | Shell 7.5% | Go 2.0% | Makefile 1.2%
Rancher
ranchermanager.docs.rancher.com › new user guides › authentication, permissions, and global configuration › configuring authentication › configure github
Configure GitHub | Rancher
Sign into Rancher using a local user assigned the administrator role (i.e., the local principal). In the top left corner, click ☰ > Users & Authentication. In the left navigation menu, click Auth Provider. Click GitHub.
GitHub
github.com › rancher › pipeline
GitHub - rancher/pipeline · GitHub
In this guide, you'll learn how to deploy the Rancher Pipeline service and create a pipeline for a simple nodeJS service as an example.
Starred by 95 users
Forked by 34 users
Languages Go 55.4% | Python 42.2% | Shell 2.0%
GitHub
github.com › rancher-sandbox › rancher-desktop
GitHub - rancher-sandbox/rancher-desktop: Container Management and Kubernetes on the Desktop · GitHub
Rancher Desktop supports a limited HTTP-based API. The API is defined in pkg/rancher-desktop/assets/specs/command-api.yaml, and you can see examples of how it's invoked in the client code at go/src/rdctl.
Starred by 7.1K users
Forked by 359 users
Languages TypeScript 50.0% | Go 21.3% | Vue 13.0% | Shell 7.3% | JavaScript 5.4% | SCSS 2.1%
GitHub
github.com › rancher › rancher.github.io › blob › master › rancher › v1.5 › en › installing-rancher › installing-server › index.md
rancher.github.io/rancher/v1.5/en/installing-rancher/installing-server/index.md at master · rancher/rancher.github.io
# Launch on each node in your HA cluster $ docker run -d --restart=unless-stopped -p 8080:8080 -p 9345:9345 rancher/server \ --db-host myhost.example.com --db-port 3306 --db-user username --db-pass password --db-name cattle \ --advertise-address <IP_of_the_Node>
Author rancher
GitHub
github.com › rancher › rancher-catalog
GitHub - rancher/rancher-catalog · GitHub
March 25, 2024 - This new folder is created to add in the new template changes that are being introduced in the latest version of Rancher. Create a base copy of the latest default. Determine what the current default version of the catalog is. IT IS NOT GUARANTEED TO BE THE LATEST FOLDER. Go to the config.yml of the template to find the version number. Find the corresponding template folder that has this version. Example of Folder Alignment: Folder 0 contains version v0.1.0 for Rancher 1.1.
Starred by 158 users
Forked by 233 users
Languages Smarty
GitHub
github.com › harvester › rancherd
GitHub - harvester/rancherd: Bootstrap Rancher and k3s/rke2 · GitHub
# /etc/rancher/rancherd/config.yaml # role: Valid values cluster-init, server, agent role: cluster-init # token: A shared secret known by all clusters in the system token: somethingrandom # server: The server URL to join a cluster to. By default port 8443. # Only valid for roles server and agent, not cluster-init server: https://example.com:8443
Starred by 50 users
Forked by 30 users
Languages Go 86.6% | Shell 12.3% | Makefile 1.1%
GitHub
github.com › ranchep › Rancher-Desktop › tree › main
GitHub - ranchep/Rancher-Desktop: Download Container Tools · GitHub
For example, running kubectl apply -f deployment.yaml deploys resources directly into the local cluster, enabling rapid iteration and debugging. Rancher Desktop supports multiple container runtimes, primarily containerd and a Docker-compatible ...
Author ranchep
GitHub
github.com › rancher › ui
GitHub - rancher/ui: Rancher UI · GitHub
To generate that, run: ... We highly suggest making customizations as an ember-cli addon rather than forking this repo, making a bunch of changes and then fighting conflicts to keep it up to date with upstream forever. ui-driver-skel is an example ...
Starred by 619 users
Forked by 487 users
Languages JavaScript 59.7% | Handlebars 36.4% | SCSS 3.7%
GitHub
github.com › rancher › ui-plugin-examples
GitHub - rancher/ui-plugin-examples: Example plugins for the Rancher Dashboard UI
... Click 'Create' and enter a name, e.g. 'example-extensions' Choose Target 'Git repository containing Helm chart or cluster template definitions' Enter https://github.com/rancher/ui-plugin-examples.git for the 'Git Repo URL'
Starred by 22 users
Forked by 37 users
Languages Smarty 49.6% | Vue 27.4% | TypeScript 15.0% | JavaScript 8.0% | Smarty 49.6% | Vue 27.4% | TypeScript 15.0% | JavaScript 8.0%
GitHub
github.com › rancher › rancher-docs
GitHub - rancher/rancher-docs: Rancher Documentation · GitHub
The Rancher Docs repository already contains a yarn.lock file, which contains the dependencies you need to build the website. Run yarn to install Docusaurus and associated dependencies. ... This command starts a local development server for Docusaurus 2, and opens up a browser window. Most changes are reflected live without having to restart the server. Note: The yarn start command won't include some important static site features. For example...
Starred by 76 users
Forked by 282 users
Languages JavaScript 82.8% | Shell 6.6% | CSS 5.8% | MDX 2.6% | TypeScript 2.2%
GitHub
github.com › rancher-archives › dapper
GitHub - rancher-archives/dapper: Docker build wrapper · GitHub
For example dapper -m cp or dapper -m bind. If you just want a shell in the build environment run dapper -s. Configuring the behavior of Dapper is done through ENV variables in the Dockerfile.dapper.
Starred by 376 users
Forked by 93 users
Languages Go 63.3% | Shell 16.8% | PowerShell 14.5% | Batchfile 2.8% | Makefile 1.7% | Dockerfile 0.9%
GitHub
github.com › rancher › rke
GitHub - rancher/rke: Rancher Kubernetes Engine (RKE), an extremely simple, lightning fast Kubernetes distribution that runs entirely within containers. · GitHub
Rancher Kubernetes Engine (RKE), an extremely simple, lightning fast Kubernetes distribution that runs entirely within containers. - rancher/rke
Starred by 3.3K users
Forked by 593 users
Languages Go 97.5% | Shell 2.5%
GitHub
github.com › rancher › rke2
GitHub - rancher/rke2 · GitHub
curl -sfL https://get.rke2.io | sh - systemctl enable rke2-server.service systemctl start rke2-server.service # Wait a bit export KUBECONFIG=/etc/rancher/rke2/rke2.yaml PATH=$PATH:/var/lib/rancher/rke2/bin kubectl get nodes
Starred by 2.2K users
Forked by 329 users
Languages Go 68.4% | Shell 17.8% | PowerShell 9.5% | Ruby 1.1% | Dockerfile 1.0% | Python 1.0%