← スキル一覧に戻る

k8s-simple-deploy
by eitansuez
testing skills with kagent
⭐ 0🍴 0📅 2025年11月7日
SKILL.md
name: k8s-simple-deploy description: Assists with deploying simple apps to Kubernetes consisting of a deployment and a service.
Kubernetes simple deploy skill
Use this skill when users want to deploy a basic app on the Kubernetes cluster.
Instructions
- Expect the user to provide the name for an app they wish to deploy, along with a docker image reference. Optionally they may supply number of replicas and port number, but these are not required, and have defaults.
- Call the script
scripts/deploy-app.pypassing the supplied name, image, and optional parameters (# of replicas and port number) if supplied, in that order. - The script generates a correct two-resource manifest (Deployment + Service) and writes it to the file
temp-manifest.yaml.
You, the agent, are expected to apply the generated manifest temp-manifest.yaml against the current Kubernetes context.
Example
User: Deploy an app called "nginx" using image "docker/nginx" with 2 replicas on port 8080.
Agent: Invokes `scripts/deploy-app.py nginx docker/nginx 2 8080`
The "skill" creates a manifest named temp-manifest.yaml consisting of a Deployment + Service in one shot.
The Agent in turn applies the generated temp-manifest.yaml to the cluster.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です