Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetstack/tarmak
A toolkit for Kubernetes cluster provisioning and lifecycle management
https://github.com/jetstack/tarmak
container-orchestration jetstack kubernetes puppet terraform
Last synced: 16 days ago
JSON representation
A toolkit for Kubernetes cluster provisioning and lifecycle management
- Host: GitHub
- URL: https://github.com/jetstack/tarmak
- Owner: jetstack
- License: apache-2.0
- Archived: true
- Created: 2017-07-10T07:32:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T14:58:11.000Z (over 5 years ago)
- Last Synced: 2024-09-21T09:31:24.038Z (4 months ago)
- Topics: container-orchestration, jetstack, kubernetes, puppet, terraform
- Language: Go
- Homepage:
- Size: 88.7 MB
- Stars: 269
- Watchers: 11
- Forks: 49
- Open Issues: 125
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![tarmak logo](/docs/static/logo-tarmak-400px.png)
## What is Tarmak?
Tarmak is an open-source toolkit for Kubernetes cluster lifecycle management
that focuses on best practice cluster security and cluster
management/operation. It has been built from the ground-up to be cloud
provider-agnostic and hence provides a means for consistent and reliable
cluster deployment and management, across clouds and on-premises environments.Tarmak and its underlying components are the product of
[Jetstack](https://www.jetstack.io)'s work with its customers to build and
deploy Kubernetes in production at scale.Under-the-hood, Tarmak uses a number of well-known and proven components,
including Terraform, Puppet and systemd.## Quickstart
Get a ready built version of tarmak from [the releases
page](https://github.com/jetstack/tarmak/releases):$ wget https://github.com/jetstack/tarmak/releases/download/0.6.7/tarmak_0.6.7_linux_amd64
$ mv tarmak_0.6.7_linux_amd64 tarmak
$ chmod +x tarmakIf you want compile from source, follow the [build
guide](https://docs.tarmak.io/developer-guide.html#building-tarmak)
instead.Now follow the [user guide](https://docs.tarmak.io/user-guide.html).
## Documentation
Full documentation, including design/architecture overview, user/developer
guides and more, is maintained at https://docs.tarmak.io/.----
**Disclaimer** - please note that current releases of Tarmak are *alpha*
(unless explicitly marked). Although we do not anticipate breaking changes, at
this stage this cannot be absolutely guaranteed.