Skip to content
View gitlayzer's full-sized avatar
😀
悠闲中......
😀
悠闲中......

Block or report gitlayzer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gitlayzer/README.md

Hi there, I'm gitlayzer

Typing SVG

followers stars email


👨‍💻 whoami.yaml

user:
  name: gitlayzer
  role: AI & DevOps Engineer 🚀
  location: China 🇨🇳

maintainer_of:
  - ai-terminal: "Next-gen AI Ops Workbench"
  - kt-connect: "Efficient K8s Dev Environment"

status:
  current_vibe: "Coding with AI Flow ✨"
  learning: [LLMs, Agents, eBPF]
  motto: "Automate everything that can be automated."

🌟 Core Projects

🧠 AI Terminal

Modern, Dialogue-Driven Multi-Terminal Ops Workbench

$ ai-terminal --query "Check load on all web servers"
> 🤖 AI: I'll run 'uptime' on [web-01, web-02, web-03]
> � Executing command across 3 terminals...
> 📊 Analysis:
>  - web-01: Load 0.45 (Healthy)
>  - web-02: Load 0.52 (Healthy)
>  - web-03: Load 2.10 (High Load! ⚠️)
> 💡 Suggestion: Check process list on web-03

☸️ KtConnect

K8s Dev Environment Toolkit

$ ktctl connect --method vpn
> 🔌 Connecting to cluster dev-cluster...
> 🪜 Setting up VPN tunnel...
> ✅ You can now access pod IPs directly!
$ curl http://10.244.0.5:8080
> {"status": "ok", "pod": "my-service"}

🛠️ tech_stack.sh

DevOps Tools
Languages & DB

📊 git_stats.json


views

Pinned Loading

  1. ai-terminal ai-terminal Public

    AI Terminal 是一个现代化的、对话驱动的多终端运维工作台。它将传统的 SSH 终端与 LLM (Large Language Model) 深度集成,允许用户通过自然语言管理多个服务器、批量执行指令、审计关键操作,并利用 AI 辅助分析执行结果。

    JavaScript

  2. kt-connect kt-connect Public

    A toolkit for Integrating with your kubernetes dev environment more efficiently

    Go