kubepug
kubectx
kubepug | kubectx | |
---|---|---|
9 | 42 | |
1,537 | 17,779 | |
1.2% | - | |
8.3 | 4.2 | |
8 days ago | 3 months ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kubepug
-
New IBM LinuxONE 4 Express – Rack-mounted pre-configured Linux mainframe
Agreed. The tooling around upgrades is painfully atrocious, and stuff like kubepug [1] should be part of the Kubernetes core.
[1] https://github.com/kubepug/kubepug
-
Top 15 Kubectl plugins for security engineers
Not strictly related to security, but I find kubepug awesome when planning upgrades, especially if you need to jump across 2 or 3 major versions.
- Kubernetes upgrade
-
Kubernetes 1.21 - Going EOL on major cloud providers in early 2023
Also kubepug - https://github.com/rikatz/kubepug
-
Essential plugins for Kubectl CLI
References Kubepug net-forward Krew
-
How do you verify all of your resources and manifests support before upgrading a Kubernetes version?
Verify with a tool like kubepug, something like
- rikatz/kubepug: Kubernetes PreUpGrade (Checker)
-
Making Kubernetes Operations Easy with kubectl Plugins
kube-pug - is a plugin known as deprecations in krew. Every cluster needs to be upgraded sooner or later and at some point you will run into API deprecations and/or removals. Finding what's being deprecated can be long and error-prone process and this plugin tries to simplify that. All you need to do is run kubectl deprecations --k8s-version=v1.XX.X and you will get list of all the instances of API objects in cluster that will be deprecated or removed in the specified version.
-
SilverSurfer - An OpenSource project to check ApiVersion Status and provide Migration path for Kubernetes objects when upgrading Kubernetes to 1.22 or any other.
Kubepug - Only checks whether the existing objects have any Deprecated ApiVersions
kubectx
-
How I manage multiple kubernetes clusters w/ kubectx & kubens
I recently saw kubectx project on Github and I decide to use it.
-
20 Life hacks for DevOps Engineers
Install it here
-
Building a Kubernetes Operator with the Operator Framework
kubectx: brew install kubectx
-
Jenkins Agents On Kubernetes
default is where any actions which require a namespace will go into if one is not explicitly defined in a default setup (tools such as kubens can alter this behavior). In the context of Jenkins, namespaces are a useful way to allow isolation of individual Jenkins instances that want to utilize the same Kubernetes cluster. Creation of a namespace is a simple option to kubectl:
-
Tool to manage kubeconfig configurations
Here you go: https://github.com/ahmetb/kubectx and https://kubecm.cloud/
-
Setting kubectl context via env var
check out kubectx/kubens https://github.com/ahmetb/kubectx very handy tool to permanently switch context/namespace
- Minikube broke my Kubectl config
- Managing local cluster config
-
How to Deploy and Scale Strapi on a Kubernetes Cluster 1/2
kubectx + kubens v0.9.4
-
[ANN] Kele: Snappy Kubernetes cluster management in Emacs
For a peek at what's currently possible, visit the documentation site, in particular the Usage section. For this initial release, it has feature parity with kubectx and kubens and that's about it, but there's lots of room for growth.
What are some alternatives?
kube-no-trouble - Easily check your clusters for use of deprecated APIs
fzf-tab - Replace zsh's default completion selection menu with fzf!
ksniff - Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
kubie - A more powerful alternative to kubectx and kubens
kubeval - Validate your Kubernetes configuration files, supports multiple Kubernetes versions
kubeswitch - The kubectx for operators.
ketall - Like `kubectl get all`, but get really all resources
kubecm - Manage your kubeconfig more easily.
silver-surfer - Kubernetes objects api-version compatibility checker and provides migration path for K8s objects and prepare it for cluster upgrades
kubectl-neat - Clean up Kubernetes yaml and json output to make it readable
kubectl-dig - Deep kubernetes visibility from the kubectl
kube-ps1 - Kubernetes prompt info for bash and zsh