All Projects → jetstack → Tarmak

jetstack / Tarmak

Licence: apache-2.0
A toolkit for Kubernetes cluster provisioning and lifecycle management

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Tarmak

cloud-computer
☁️ The Cloud Native Computer
Stars: ✭ 5 (-98.1%)
Mutual labels:  terraform
terraform-lambda-example
Hello World example of AWS Lambda
Stars: ✭ 35 (-86.69%)
Mutual labels:  terraform
Electriceye
Continuously monitor your AWS services for configurations that can lead to degradation of confidentiality, integrity or availability. All results will be sent to Security Hub for further aggregation and analysis.
Stars: ✭ 255 (-3.04%)
Mutual labels:  terraform
terraform-provider-nifi
Terraform provider for interacting with NiFi cluster
Stars: ✭ 49 (-81.37%)
Mutual labels:  terraform
terraform-aws-backup
Terraform module to create AWS Backup plans. AWS Backup is a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services (EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and Storage Gateway volumes).
Stars: ✭ 72 (-72.62%)
Mutual labels:  terraform
terraform-aws-cli
Minimal & lightweight docker image including AWS and Terraform CLI
Stars: ✭ 41 (-84.41%)
Mutual labels:  terraform
terraform-provider-terraform
Terraform terraform provider
Stars: ✭ 24 (-90.87%)
Mutual labels:  terraform
Terraform Examples
Terraform samples for all the major clouds you can copy and paste. The future, co-created.
Stars: ✭ 256 (-2.66%)
Mutual labels:  terraform
terraform-provider-papertrail
Papertrail support for Terraform
Stars: ✭ 14 (-94.68%)
Mutual labels:  terraform
90DaysOfDevOps
This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.
Stars: ✭ 1,575 (+498.86%)
Mutual labels:  terraform
ez-rancher
Terraform to provision vSphere VMs, and install Rancher on an RKE cluster
Stars: ✭ 20 (-92.4%)
Mutual labels:  terraform
devops-essentials
DevOps Essentials | terraform | kubernetes | linux | nginx | monitoring | docker | docker-compose
Stars: ✭ 159 (-39.54%)
Mutual labels:  terraform
terraform-aws-organization-access-group
Terraform module to create an IAM Group and Policy to grant permissions to delegated IAM users in the Organization's master account to access a member account
Stars: ✭ 16 (-93.92%)
Mutual labels:  terraform
terradozer
Terraform destroy without configuration files
Stars: ✭ 38 (-85.55%)
Mutual labels:  terraform
Terraform Aws Eks Cluster
Terraform module for provisioning an EKS cluster
Stars: ✭ 256 (-2.66%)
Mutual labels:  terraform
vcs-fitcycle-deployer
Automates the deployment of EC2 based App by using Terraform and Ansible
Stars: ✭ 13 (-95.06%)
Mutual labels:  terraform
devops
Setup & installers for databases, runtimes, queues etc. using Anaconda, Ansible, Vagrant, Docker, AWS, Puppet, automation etc.
Stars: ✭ 28 (-89.35%)
Mutual labels:  puppet
Terraform Provider Kafka
Terraform provider for managing Apache Kafka Topics + ACLs
Stars: ✭ 256 (-2.66%)
Mutual labels:  terraform
Cloudblock
Cloudblock automates deployment of secure ad-blocking for all of your devices - even when mobile. Step-by-step text and video guides included! Compatible clouds include AWS, Azure, Google Cloud, and Oracle Cloud. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.
Stars: ✭ 257 (-2.28%)
Mutual labels:  terraform
homelab
My self-hosting infrastructure, fully automated from empty disk to operating services
Stars: ✭ 4,451 (+1592.4%)
Mutual labels:  terraform

tarmak logo

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'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:

$ 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 tarmak

If you want compile from source, follow the build guide instead.

Now follow the user guide.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].