Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.47 KB

File metadata and controls

24 lines (19 loc) · 2.47 KB

Koobrabot

Telegram bot with no functionality👌 Add to telegram

How to use?

  • /start - Initilize bot
  • /hello - Say hello to koobra 😁
  • /kitty - Get a kitty 👍

Kubernetes objects

Name Prompt Description Example
app Create kubernetes Pod component with container port in YAML Creates component File
app-livenessProbe Create kubernetes Pod component with liveness probe in YAML Creates component File
app-readinessProbe Create kubernetes component with readiness probe in YAML Creates component File
app-volumeMounts Generate kubernetes volume mounts component with health checks in YAML Creates component File
app-cronjob Create kubernetes CronJob component in YAML Creates component File
app-job Create kubernetes Job component with in YAML Creates component File
app-multicontainer Create kubernetes multicontainer Pod component in YAML Creates component File
app-resources Generate kubernetes Pod with configured recources, ports, and probes in YAML Creates component File
app-secret-env Generate kubernetes Pod with configured secret env in YAML Creates component File