8000 GitHub - CHIP0K/kbot: DevOps kube bot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CHIP0K/kbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kbot

DevOps kube bot

Setup bot

go get # Download modules
go build -ldflags="-X="github.com/CHIP0K/kbot/cmd.appVersion=v1.0.1 # build app

Usage

Open bot

Supported commands

/start test # test message
/start hello # Hello response message with info app version.

Prompt examples

Name Prompt Description Example
app app.yaml Application configuration file, pod deployment app.yaml
app-livenessProbe app-livenessProbe.yaml Liveness probe configuration for the application app-livenessProbe.yaml
app-readinessProbe app-readinessProbe.yaml Readiness probe configuration for the application app-readinessProbe.yaml
app-volumeMounts app-volumeMounts.yaml Volume mounts configuration for the application app-volumeMounts.yaml
app-cronjob app-cronjob.yaml Cron job configuration for the application app-cronjob.yaml
app-job app-job.yaml Job configuration for the application app-job.yaml
app-multicontainer app-multicontainer.yaml Multi-container configuration for the application app-multicontainer.yaml
app-resources app-resources.yaml Resource limits and requests configuration for the application app-resources.yaml
app-secret-env app-secret-env.yaml Secret environment variables configuration for the application app-secret-env.yaml

Helm

Install application

helm install kbot https://github.com/CHIP0K/kbot/releases/download/v1.0.0/helm-1.0.0.tgz \
 --set kbot_env.token="6111111114:AAH1AAAAAAAAAAAAAAAAAAAAA_noE"

6111111114:AAH1AAAAAAAAAAAAAAAAAAAAA_noE - your telegram token

About

DevOps kube bot

Resources

License

Stars

Watchers

Forks

Packages

 
 
 
0