kubectl-grid

module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2021 License: Apache-2.0

README

kubectl grid

A kubectl plugin to create test clusters and manage test runs on the clusters.

Usage

Create a grid
$ kubectl grid create --from-yaml ./examples/basic/grid.yaml
Deploy an app to all clusters in the grid
$ kubectl grid deploy --grid eks-existing --application ./examples/basic/kots-app.yaml
List namespaces on one of the clusters in the grid
$ kubectl grid get grids

$ kubectl grid describe grid eks-existing

$ kuebctl grid get ns --grid eks-existing --cluster 

Execute an experiment on all applications in the grid

Delete and clean up all resources created
$ kubectl grid delete my-grid

Questions

Why not Terraform/Pulumi?

Great question. We love all of the mature automation tools that can spin up production-grade, best-practices, rock-solid infrastructure. But a test grid isn't production grade. We wanted to focused on test grid execution speed instea of building production-grade clusters. So, keep using Terraform and other tools to manage your prod cluster, this project is NOT what you want there.

Directories

Path Synopsis
cmd
pkg
app
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL