Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

github.com/replicatedhq/kubectl-grid

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/replicatedhq/kubectl-grid


Version published
Created
Source

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.

FAQs

Package last updated on 02 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc