Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An interactive kubernetes client featuring auto-complete.
| Date | Stars |
|---|---|
| 2026-07-24 | 1815 |
| 2026-07-25 | 1815 |
| 2026-07-28 | 1815 |
| 2026-07-30 | 1815 |
| 2026-08-06 | 1815 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# kube-prompt   An interactive kubernetes client featuring auto-complete using [go-prompt](https://github.com/c-bata/go-prompt).  kube-prompt accepts the same commands as the kubectl, except you don't need to provide the `kubectl` prefix. So it doesn't require the additional cost to use this cli. And you can integrate other commands via pipe (`|`). ``` >>> get pod | grep web web-1144924021-2spbr 1/1 Running 4 25d web-1144924021-5r1fg 1/1 Running 4 25d web-1144924021-pqmfq 1/1 Running 4 25d ``` ## Installation #### Downloading standalone binary Binaries are available from [github release](https://github.com/c-bata/kube-prompt/releases). <details> <summary>macOS (darwin) - amd64</summary> ``` wget https://github.com/c-bata/kube-prompt/releases/download/v1.0.11/kube-prompt_v1.0.11_darwin_amd64.zip unzip kube-prompt_v1.0.11_darwin_amd64.zip chmod +x kube-prompt sudo mv ./kube-prompt /usr/local/bin/kube-prompt ``` </details> <details> <summary>Linux - amd64</summary> ``` wget https://github.com/c-bata/kube-prompt/releases/download/v1.0.11/kube-prompt_v1.0.11_linux_amd64.zip unzip kube-prompt_v1.0.11_linux_amd64.zip chmod +x kube-prompt sudo mv ./kube-prompt /usr/local/bin/kube-prompt ``` </details> <details> <summary>Linux - i386</summary> ``` wget https://github.com/c-bata/kube-prompt/releases/download/v1.0.11/kube-prompt_v1.0.11_linux_386.zip unzip kube-prompt_v1.0.11_linux_386.zip chmod +x kube-prompt sudo mv ./kube-prompt /usr/local/bin/kube-prompt ``` </details> <details> <summary>Linux - arm64</summary> ``` wget https://github.com/c-bata/kube-prompt/releases/download/v1.0.11/kube-prompt_v1.0.11_linux_arm64.zip unzip kube-prompt_v1.0.11_linux_arm64.zip chmod +x kube-prompt sudo mv ./kube-prompt /usr/local/bin/kube-prompt ``` </details> #### Using Homebrew (macOS) ```console $ brew install c-bata/kube-prompt/kube-prompt ``` #### Arch Linux An unofficial [AUR package](https://aur.archlinux.org/packages/kube-prompt) `kube-prompt` is available. Install instructions can be found on the [Arch wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages). #### Building from source ```console $ GO111MODULE=on go build . ``` To create a multi-platform binary, use the cross command via make: ```console $ make cross ``` ## Similar projects * [kube-shell](https://github.com/cloudnativelabs/kube-shell): An integrated shell for working with the Kubernetes written in Python using [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit). ## Goal Hopefully support following commands enough to operate kubernetes. * [x] `get` Display one or many resources * [x] `describe` Show details of a specific resource or group of resources * [x] `create` Create a resource by filename or stdin * [x] `replace` Replace a resource by filename or stdin. * [x] `patch` Update field(s) of a resource using strategic merge patch. * [x] `delete` Delete resources by filenames, stdin, resources and names, or by resources and label selector. * [x] `edit` Edit a resource on the server * [x] `apply` Apply a configuration to a resource by filename or stdin * [x] `namespace` SUPERSEDED: Set and view the current Kubernetes namespace * [x] `logs` Print the logs for a container in a pod. * [x] `rolling-update` Perform a rolling update of the given ReplicationController. * [x] `scale` Set a new size for a Deployment, ReplicaSet, Replication Controller, or Job. * [x] `cordon` Mark node as unschedulable * [x] `drain` Drain node in preparation for maintenance * [x] `uncordon`
Excerpt of 5,450 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:161a1ad204be085c, topic:kubernetes
matched fp:161a1ad204be085c, topic:prompt