Kodamayuto2001 / execute-python-in-pod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

execute-python-in-pod

インストール

go get k8s.io/client-go@latest
go get k8s.io/apimachinery@latest

go mod tidy

実行(数秒まつ)

$ go run main.go                          6.4s  Sun Aug 27 03:02:31 2023
Pod logs:
 hello, world

About


Languages

Language:Go 99.3%Language:Python 0.7%