https://github.com/kontena/pharos-cluster
Pharos - The Kubernetes Distribution
https://github.com/kontena/pharos-cluster
amd64 arm64 bare-metal containers devops kontena kubernetes kubernetes-cluster kubernetes-distribution on-premise pharos
Last synced: about 1 month ago
JSON representation
Pharos - The Kubernetes Distribution
- Host: GitHub
- URL: https://github.com/kontena/pharos-cluster
- Owner: kontena
- License: apache-2.0
- Created: 2018-02-22T06:23:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T06:18:31.000Z (over 4 years ago)
- Last Synced: 2025-04-09T18:16:11.180Z (about 1 month ago)
- Topics: amd64, arm64, bare-metal, containers, devops, kontena, kubernetes, kubernetes-cluster, kubernetes-distribution, on-premise, pharos
- Language: Ruby
- Homepage: https://k8spharos.dev/
- Size: 2.16 MB
- Stars: 309
- Watchers: 17
- Forks: 40
- Open Issues: 91
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharos Cluster
[](https://travis-ci.org/kontena/pharos-cluster)
[](https://join.slack.com/t/kontenacommunity/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI)Pharos Cluster is a [Kontena Pharos](https://pharos.sh) (Kubernetes distribution) management tool. It handles cluster bootstrapping, upgrades and other maintenance tasks via SSH connection and Kubernetes API access.
## Installation
### Download binaries
The binary packages are available on the [releases](https://github.com/kontena/pharos-cluster/releases) page.
### Build and install Ruby gem
You need Ruby version 2.5
```
$ gem build pharos-cluster.gemspec
$ gem install pharos-cluster*.gem
$ pharos --help
```## Usage
See [documentation](https://docs.k8spharos.dev/).
## Further Information
- [Slack](https://kontenacommunity.slack.com) (get invite [here](https://join.slack.com/t/kontenacommunity/shared_invite/enQtOTc5NjAyNjYyOTk4LWU1NDQ0ZGFkOWJkNTRhYTc2YjVmZDdkM2FkNGM5MjhiYTRhMDU2NDQ1MzIyMDA4ZGZlNmExOTc0N2JmY2M3ZGI))
- [Website](https://pharos.sh/)## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kontena/pharos-cluster.