All Projects → achanda → Kubectl Restart

achanda / Kubectl Restart

Licence: mit
A kubectl plugin to restart a pod

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Kubectl Restart

Kubectl Fzf
A fast kubectl autocompletion with fzf
Stars: ✭ 315 (+1557.89%)
Mutual labels:  kubectl
Webkubectl
Run kubectl command in Web Browser.
Stars: ✭ 390 (+1952.63%)
Mutual labels:  kubectl
Kubelogin
kubectl plugin for Kubernetes OpenID Connect authentication (kubectl oidc-login)
Stars: ✭ 495 (+2505.26%)
Mutual labels:  kubectl
Zsh Kubectl Prompt
Display information about the kubectl current context and namespace in zsh prompt.
Stars: ✭ 342 (+1700%)
Mutual labels:  kubectl
Kubecolor
colorizes kubectl output
Stars: ✭ 363 (+1810.53%)
Mutual labels:  kubectl
Fish Kubectl Completions
kubectl completions for fish shell
Stars: ✭ 453 (+2284.21%)
Mutual labels:  kubectl
Awesome Kubectl Plugins
Curated list of kubectl plugins
Stars: ✭ 279 (+1368.42%)
Mutual labels:  kubectl
Kubie
A more powerful alternative to kubectx and kubens
Stars: ✭ 647 (+3305.26%)
Mutual labels:  kubectl
Fubectl
Reduces repetitive interactions with kubectl
Stars: ✭ 370 (+1847.37%)
Mutual labels:  kubectl
Kubelive
kubectl tool reinvented to be more reactive and interactive 🔥
Stars: ✭ 497 (+2515.79%)
Mutual labels:  kubectl
Kubectl Plugins
A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).
Stars: ✭ 340 (+1689.47%)
Mutual labels:  kubectl
Krew
📦 Find and install kubectl plugins
Stars: ✭ 4,354 (+22815.79%)
Mutual labels:  kubectl
Gbt
Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.
Stars: ✭ 457 (+2305.26%)
Mutual labels:  kubectl
Kubedog
Library to watch and follow kubernetes resources in CI/CD deploy pipelines
Stars: ✭ 326 (+1615.79%)
Mutual labels:  kubectl
Geodesic
🚀 Geodesic is a DevOps Linux Distro. We use it as a cloud automation shell. It's the fastest way to get up and running with a rock solid Open Source toolchain. ★ this repo! https://slack.cloudposse.com/
Stars: ✭ 629 (+3210.53%)
Mutual labels:  kubectl
Kubetap
Kubectl plugin to interactively proxy Kubernetes Services with ease
Stars: ✭ 297 (+1463.16%)
Mutual labels:  kubectl
Kubectl Who Can
Show who has RBAC permissions to perform actions on different resources in Kubernetes
Stars: ✭ 432 (+2173.68%)
Mutual labels:  kubectl
Rakkess
Review Access - kubectl plugin to show an access matrix for k8s server resources
Stars: ✭ 751 (+3852.63%)
Mutual labels:  kubectl
Gcr.io mirror
all of the gcr.io docker image mirror
Stars: ✭ 650 (+3321.05%)
Mutual labels:  kubectl
Krew Index
Plugin index for https://github.com/kubernetes-sigs/krew. This repo is for plugin maintainers.
Stars: ✭ 476 (+2405.26%)
Mutual labels:  kubectl

kubectl-restart

A kubectl plugin to restart a pod. This deletes the original pod and creates a new one using it's template. Consequently, the pod name changes.

Installation

mkdir -p ~/.kube/plugins/
git clone https://github.com/achanda/kubectl-restart.git ~/.kube/plugins/restart

Usage

kubectl plugin restart <pod_name>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].