SAK Features (sketch) - Evanto/qna GitHub Wiki

General

IaC tool for quick EKS cluster deployment.

In AWS, Kubernetes manages clusters of EC2 instances and runs containers on those instances with processes for deployment, scaling, and maintenance.

SAK helps to provision an EKS cluster, deploy worker nodes, connect to EKS and run Kubernetes apps.

SAK makes deploying, scaling, and managing applications on AWS simple. We believe that developers in any organization should be able to deploy, manage, and scale their applications without having to worry about infrastructure.

Provision a Kubernetes Cluster in Amazon EKS with SAK. Build Amazon EKS with Terraform commands.

SAK team uses Terraform - a declarative Infrastructure as Code (IaC) tool) to describe the resources that need to be provisioned (especially cloud computing resources such as Amazon Web Services) by means of code. We do so because manual provisioning is error-prone. What is not automated will come back and bite you, as experience has shown over and over again. Terraform describes the desired state of the system, creates and deploys AWS stacks behind the scenes, and also keeps track of that state. Using SAK contributes to the fault tolerance and scalability of your applications and helps to take advantage of the AWS platform.

Deploys Kubernetes Cluster Leveraging EC2 Instances.

creating a new Kubernetes cluster with nodes in Amazon EKS

SAK is an open-source IaC solution to deploy your custom EKS cluster on Amazon using Terraform. SAK allows to easily configure and deploy your infrastructure on AWS. Stay focused on your project instead of the nitty-gritty of infrastructure deployment.

Swiss Army Kube is an open-source IaC tool for quick, easy, and controllable deployment and management of EKS Kubernetes clusters for your projects. Swiss Army Kube deploys your project infrastructure on Amazon and provisions a Kubernetes cluster that you can manage via kubectl.

The Kubernetes module is used to deploy the EKS cluster in Amazon. Also creates an autoscaling group in selected accessibility zones.

List

  • Provisions an AWS EKS cluster
  • Manage it with Terraform and Kubernetes commands via CLI or in AWS panel
  • Configure your EKS Cluster in minutes in a single config file and run on your AWS account.
  • Configure your EKS cluster with a single file.
  • Use any modules flexibly.
  • Quick and easy no-hassle IaC deployment.
  • Customize your ASG group and rebuild your cluster easily.
  • Edit and rebuild your EKS cluster anytime.
  • Destroy your cluster easily.
  • Save time on deployment your infrastructure on Amazon

Qs

  • В основном на амазон выкатывают проекты в какой стадии - прод версии, дев, тест..?

Links