Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 19 hours 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T06:18:31.000Z (about 4 years ago)
- Last Synced: 2024-08-07T06:05:44.388Z (3 months 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: 312
- Watchers: 18
- Forks: 43
- Open Issues: 92
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharos Cluster
[![Build Status](https://travis-ci.org/kontena/pharos-cluster.svg?branch=master)](https://travis-ci.org/kontena/pharos-cluster)
[![Chat on Slack](https://img.shields.io/badge/chat-on%20slack-green.svg?logo=slack&longCache=true&style=flat-square)](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.