← 返回
未分类 中文

Skylv Kubernetes Automation

Deploy, scale, and troubleshoot Kubernetes clusters. Manage pods, deployments, services with natural language commands. No kubectl memorization needed.
部署、扩展和排查 Kubernetes 集群,使用自然语言管理 Pod、Deployment、Service,无需记忆 kubectl。
sky-lv sky-lv 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 368
下载
💾 1
安装
1
版本
#latest

概述

kubernetes-automation

> Talk to your Kubernetes cluster in plain English. Deploy apps, scale services, debug pods — no kubectl cheatsheet needed.

What It Does

  • Deploy applications — From YAML files or with natural language
  • Scale services — Adjust replicas up or down instantly
  • Monitor health — Check pod status, resource usage, events
  • Debug issues — Diagnose crashes, view logs, describe resources
  • Manage configs — ConfigMaps, Secrets, Namespaces
  • Handle rollouts — Rolling updates, rollbacks, canary deployments

Quick Start

# 1. Check cluster connection
kubectl cluster-info

# 2. Deploy an application
deploy app from ./deployment.yaml to production

# 3. Check if it's running
get pod status in production namespace

# 4. Scale if needed
scale my-app to 5 replicas

Common Use Cases

🚀 Deploy New Application

# Deploy from YAML
deploy app from deployment.yaml to production

# Or create with natural language
create deployment my-api with image my-api:v2.1.0 port 8080

📊 Monitor Cluster Health

# Check all pods
get pod status in all namespaces

# View resource usage
get resource usage for production namespace

# See recent events
get events from last hour in production

🔧 Debug Failing Pods

# Find crashed pods
find pods with status CrashLoopBackOff

# View logs
get logs from pod my-api-xyz123 --tail 100

# Describe for details
describe pod my-api-xyz123

📈 Scale for Traffic

# Scale up for high traffic
scale payment-api to 10 replicas

# Scale down to save costs
scale payment-api to 2 replicas

# Autoscale based on CPU
set autoscale for my-app min 2 max 10 cpu 70%

All Commands

CommandPurpose
------------------
deploy app from Deploy application
get pod statusCheck pod health
scale to Change replica count
get logs from pod View container logs
describe pod Detailed pod info
get eventsRecent cluster events
rollback Undo last deployment
set autoscaleConfigure HPA

Requirements

  • kubectl configured and connected to cluster
  • Kubernetes cluster access (any cloud or local)
  • Optional: Helm for chart deployments, Kustomize for overlays

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 21:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Weather Advisor

sky-lv
天气顾问:智能天气助手,实时查询天气,提供7天预报、穿衣建议及出行活动推荐。
★ 0 📥 925

Agent Discovery

sky-lv
Agent发现探索助手,用于搜索、评估、集成公开Agent。适用场景:搜索可用Agent、评估Agent能力、集成方案设计、成本效益分析。
★ 0 📥 1,089

Neodata Financial Search

sky-lv
自然语言金融数据搜索服务,支持查询股票、基金、指数、板块、宏观经济、外汇、大宗商品等全品类数据,涵盖行情、财务报表、资金流向、研报评级、事件公告。
★ 3 📥 6,542