melnikalex / kubernetes-iteration-toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Kubernetes Iteration Toolkit?

What is KIT?

KIT is a set of decoupled tools designed to accelerate the development of Kubernetes through testing. It combines a variety of open source projects to define an opinionated way to rapidly configure and test Kubernetes components on AWS.

Why did we build KIT?

The EKS Scalability team is responsible for improving performance across the Kubernetes stack. We started our journey by manually running tests against modified dev clusters. This helped us to identify some bottlenecks, but results were difficult to demonstrate and reproduce. We wanted to increase the velocity of our discoveries, as well as our confidence in our results. We set out to build automation to help us configure cluster components, execute well known test workloads, and analyze the results. This evolved into KIT, and we’re ready to share it to help accelerate testing in other teams.

What can I do with KIT?

KIT can help you run scale tests against a KIT cluster or an EKS cluster, collect logs and metrics from the cluster control plane and nodes to help analyze the performance for a Kubernetes cluster. KIT comes with a set of tools like Karpenter, ELB controller, Prometheus, Grafana and Tekton etc. installed and configured to manage cluster lifecycle, run tests and collect results.

What are KIT Environments?

KIT Environments provide an opinionated testing environment with support for test workflow execution, analysis, and observability. Developers can use kitctl cli to create a personal or shared testing environment for oneshot or periodic tests. KIT Environments consists of a management Kubernetes cluster that come preinstalled with a suite of Kubernetes operators that enable the execution of the tests, help analyse the test results easily, and persists logs and control plane metrics for the test runs.

Additionally, KIT Environments provide a library of predefined Tasks to configure clusters, generate load, and analyze results. For example, you can combine the “MegaXL KIT cluster” task and “upstream pod density load generator” task to reproduce the scalability team’s MegaXL test results. You can then swap in the “EKS Cluster” task and verify the results as improvements are merged into EKS. You can also parameterize existing tasks or define your own to meet your use cases.

What are KIT clusters?

KIT clusters enables developers to declaratively configure eks-like clusters with arbitrary modifications. Using a Kubernetes CRD, you can modify the EC2 instance types, container image, environment variables, or command line arguments of any cluster component. These configurations can be checked into git and reproduced for periodic regression testing or against new test scenarios.

KIT clusters are implemented using Kubernetes primitives like deployments, statefulsets, and services. More advanced use cases can be achieved by implementing a new feature in the KIT cluster Operator and exposing it as a new parameter in the CRD. You can install the KIT cluster Operator on any Kubernetes cluster or with kitctl bootstrap.

How do I get started with KIT?

KIT-v0.1 (alpha) is available now. You can get started with kitctl by following these instructions How To get started with KIT

Note: KIT is an alpha project things are changing and evolving rapidly. If you run into any issues, feel free to open an issue.

About

License:Apache License 2.0


Languages

Language:Go 90.1%Language:TypeScript 7.3%Language:Makefile 1.2%Language:Shell 1.1%Language:Ruby 0.1%Language:Dockerfile 0.1%Language:HCL 0.1%Language:JavaScript 0.1%