puper / k8s-cronjob

Easy to run command in other existing pod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubernetes cronjob [developing]

  • Create CronJob use this image to run command in other existing pod.
  • use labels to select one running pod.
  • use pod name to select pod exactly.

usage:

  • /app/k8s-cronjob -pn podName -cn containerName your command here
  • /app/k8s-cronjob -l labelSeletors -cn containerName your command here

About

Easy to run command in other existing pod


Languages

Language:Go 96.1%Language:Dockerfile 3.9%