jobloader

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

README

jobloader - Load a Kubernetes cluster with dumb Jobs

Creates a bunch of Jobs running busybox. The Pods have readiness checks that fail for a bit before passing. They run for a minute or so doing mostly nothing and then exit. As soon as a Job is done and deleted, a new one is created to replace it.

The main idea is to give the datastore/apiserver/controller-manager/scheduler a fair bit of work to do without loading the actual nodes too much. Its not perfect or scientific but it does something.

Help

NAME:
   jobloader - Load a Kubernetes cluster with dumb Jobs

USAGE:
   jobloader [global options]

GLOBAL OPTIONS:
   --kubeconfig value      [$KUBECONFIG]
   --namespace value      (default: "default")
   --jobs-per-node value  (default: 100)
   --debug                (default: false)
   --help, -h             show help

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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