Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Kube Ps1 | 2,971 | 3 months ago | 1 | March 03, 2021 | 8 | apache-2.0 | Shell | |||
Kubernetes prompt info for bash and zsh | ||||||||||
Kube Tmux | 253 | 2 years ago | 7 | apache-2.0 | Shell | |||||
Kubernetes status line for tmux | ||||||||||
Awesome Cka | 250 | 6 months ago | mit | |||||||
☸️ A curated list for awesome resources needed to pass your Certified Kubernetes Administrator (CKA) exam. | ||||||||||
Centos Script | 127 | a year ago | gpl-3.0 | Shell | ||||||
🎉centos下工具安装脚本,包含基础环境配置,Gitlab、Docker、LDAP、MongoDB、MySQL、RabbitMQ、Supervisor、Node、Python、zsh、rar、zabbix、k8s、prometheus、grafana等🎉 | ||||||||||
Kubectl Tmux Exec | 106 | 2 months ago | mit | Shell | ||||||
A kubectl plugin to control multiple pods simultaneously using Tmux | ||||||||||
Dessine Moi Un Cluster | 54 | 3 years ago | Shell | |||||||
Instructions to build a Kubernetes control plane one piece at a time, for learning purposes. | ||||||||||
Workspace | 28 | 2 years ago | 5 | apache-2.0 | Shell | |||||
This workspace container image has all my favorite tools (and some toys) in one place. Also see my rwxrob/dot files. | ||||||||||
Kube Tmuxp | 21 | 2 years ago | 10 | September 13, 2021 | 4 | Go | ||||
Tool to generate tmuxp configs that help to switch between multiple Kubernetes contexts safely. | ||||||||||
Kube Plugins | 21 | 3 years ago | apache-2.0 | Shell | ||||||
a repository for plugins for kubernetes | ||||||||||
Kubectl Tmux Logs | 17 | 5 years ago | 3 | apache-2.0 | Shell | |||||
A kubectl plugin to display container logs within separate tmux panes |
A script that lets you add the current Kubernetes context and namespace configured
on kubectl
to your tmux status line.
Inspired by kube-ps1, this is a port to tmux that includes all the features that make kube-ps1 efficient and brings it to the tmux status line.
This is the first iteration of this plugin, so the updates will be very frequent. Track this repo for changes, and keep in mind some of them might cause issues, although I will try to keep them at a minimum, and provide fixes as soon as possible. Please be patient!
If you have any bug reports, please feel free to submit a PR, or a bug report.
Clone this repository to your $HOME/.tmux
directory, and add the following line to your ~/.tmux.conf
:
set -g status-right "#(/bin/bash $HOME/.tmux/kube-tmux/kube.tmux 250 red cyan)"
250 is the color selection for the default foreground, red for the context, and cyan for the namespace.
The default plugin layout is:
<symbol> <cluster>:<namespace>
If the current-context is not set, kube-tmux will return the following:
<symbol> N/A:N/A
The default color for the context are red, and cyan for the namespace Colors for the default text, context, and namespace can be changed:
#(/bin/bash $HOME/.tmux/kube-tmux/kube.tmux text context namespace)