Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rancher/rancher
Complete container management platform
https://github.com/rancher/rancher
cattle containers docker kubernetes orchestration rancher
Last synced: 4 days ago
JSON representation
Complete container management platform
- Host: GitHub
- URL: https://github.com/rancher/rancher
- Owner: rancher
- License: apache-2.0
- Created: 2014-11-07T20:49:31.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T00:26:05.000Z (about 1 month ago)
- Last Synced: 2024-11-13T04:02:14.411Z (about 1 month ago)
- Topics: cattle, containers, docker, kubernetes, orchestration, rancher
- Language: Go
- Homepage: http://rancher.com
- Size: 150 MB
- Stars: 23,449
- Watchers: 637
- Forks: 2,971
- Open Issues: 3,031
-
Metadata Files:
- Readme: README-template.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- awesome-rancher - Rancher
- awesome - rancher - Complete container management platform (Go)
- awesome-homelab - Rancher
- my-awesome - rancher/rancher - 12 star:23.5k fork:3.0k Complete container management platform (Go)
- awesome-repositories - rancher/rancher - Complete container management platform (Go)
- awesome-starred - rancher - Complete container management platform (Go)
- awesome-starts - rancher/rancher - Complete container management platform (Go)
- awesome-starred - rancher/rancher - Complete container management platform (kubernetes)
- go-awesome - Rancher - Enterprise-grade, full-stack container management platform (Open source library / Container Technology)
- awesome-docker - Rancher - An open source project that provides a complete platform for operating Docker in production by [@rancher][rancher]. (Container Operations / Orchestration)
- jimsghstars - rancher/rancher - Complete container management platform (Go)
- awesome-list - rancher
- awesome-open-source-systems - Rancher - Rancher is an open source container management platform built for organizations that deploy containers in production. Rancher makes it easy to run Kubernetes everywhere, meet IT requirements, and empower DevOps teams. (PaaS / Uptime Monitoring)
- awesome-docker - Rancher - An open source project that provides a complete platform for operating Docker in production by [@rancher][rancher]. (Container Operations / Orchestration)
- AiTreasureBox - rancher/rancher - 12-20_23565_1](https://img.shields.io/github/stars/rancher/rancher.svg)|Complete container management platform| (Repos)
- StarryDivineSky - rancher/rancher
- awesome-ops - rancher/rancher - 2.0|23296|2014-11-07|2024-10-05 | 一个开源容器管理平台,专为在生产中部署容器的组织而构建。Rancher 让您可以轻松地在任何地方运行 Kubernetes、满足 IT 要求并为 DevOps 团队提供支持 | (K8S-Cluster-Manage)
- awesome-starts - rancher/rancher - Complete container management platform (kubernetes)
- awesome - rancher/rancher - Complete container management platform (Go)
- awesome - rancher/rancher - Complete container management platform (Go)
- awesome-list-docker - rancher
README
# Rancher
*This file is auto-generated from README-template.md, please make any changes there.*
[![Docker Pulls](https://img.shields.io/docker/pulls/rancher/rancher.svg)](https://store.docker.com/community/images/rancher/rancher)
[![Go Report Card](https://goreportcard.com/badge/github.com/rancher/rancher)](https://goreportcard.com/report/github.com/rancher/rancher)Rancher is an open source container management platform built for organizations that deploy containers in production. Rancher makes it easy to run Kubernetes everywhere, meet IT requirements, and empower DevOps teams.
## Latest Release
To get automated notifications of our latest release, you can watch the announcements category in our [forums](http://forums.rancher.com/c/announcements), or subscribe to the RSS feed `https://forums.rancher.com/c/announcements.rss`.
## Quick Start
sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher
Open your browser to https://localhost
## Installation
See [Installing/Upgrading Rancher](https://ranchermanager.docs.rancher.com/v2.8/pages-for-subheaders/installation-and-upgrade) for all installation options.
### Minimum Requirements
* Operating Systems
* Please see [Support Matrix](https://rancher.com/support-matrix/) for specific OS versions for each Rancher version. Note that the link will default to the support matrix for the latest version of Rancher. Use the left navigation menu to select a different Rancher version.
* Hardware & Software
* Please see [Installation Requirements](https://ranchermanager.docs.rancher.com/v2.8/pages-for-subheaders/installation-requirements) for hardware and software requirements.### Using Rancher
To learn more about using Rancher, please refer to our [Rancher Documentation](https://ranchermanager.docs.rancher.com/v2.8).
## Source Code
This repo is a meta-repo used for packaging and contains the majority of Rancher codebase. For other Rancher projects and modules, [see go.mod](https://github.com/rancher/rancher/blob/release/v2.8/go.mod) for the full list.
Rancher also includes other open source libraries and projects, [see go.mod](https://github.com/rancher/rancher/blob/release/v2.8/go.mod) for the full list.
## Build configuration
Refer to the [build docs](docs/build.md) on how to customize the building and packaging of Rancher.
## Support, Discussion, and Community
If you need any help with Rancher, please join us at either our [Rancher forums](http://forums.rancher.com/) or [Slack](https://slack.rancher.io/) where most of our team hangs out at.Please submit any Rancher bugs, issues, and feature requests to [rancher/rancher](https://github.com/rancher/rancher/issues).
For security issues, please first check our [security policy](https://github.com/rancher/rancher/security) and email [email protected] instead of posting a public issue in GitHub. You may (but are not required to) use the GPG key located on [Keybase](https://keybase.io/rancher).
# License
Copyright (c) 2014-CURRENTYEAR [Rancher Labs, Inc.](http://rancher.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.