ksail workload gen

Generate Kubernetes resource manifests using kubectl create with --dry-run=client -o yaml. The generated YAML is printed to stdout and can be redirected to a file using shell redirection (> file.yaml).

Usage:
  ksail workload gen [flags]
  ksail workload gen [command]

Available Commands:
  clusterrole         Create a cluster role
  clusterrolebinding  Create a cluster role binding for a particular cluster role
  configmap           Create a config map from a local file, directory or literal value
  cronjob             Create a cron job with the specified name
  deployment          Create a deployment with the specified name
  helmrelease         Generate a HelmRelease resource
  ingress             Create an ingress with the specified name
  job                 Create a job with the specified name
  namespace           Create a namespace with the specified name
  poddisruptionbudget Create a pod disruption budget with the specified name
  priorityclass       Create a priority class with the specified name
  quota               Create a quota with the specified name
  role                Create a role with single rule
  rolebinding         Create a role binding for a particular role or cluster role
  secret              Create a secret using a specified subcommand
  service             Create a service using a specified subcommand
  serviceaccount      Create a service account with the specified name

Flags:
  -h, --help   help for gen

Global Flags:
      --timing   Show per-activity timing output

Use "ksail workload gen [command] --help" for more information about a command.

Table of contents