konfig VS kconf

Compare konfig vs kconf and see what are their differences.

konfig

konfig helps to merge, split or import kubeconfig files (by corneliusweig)

kconf

Manage multiple kubeconfigs easily (by particledecay)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
konfig kconf
3 3
317 105
- -
0.0 5.8
over 1 year ago 4 months ago
Shell Go
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

konfig

Posts with mentions or reviews of konfig. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-25.

kconf

Posts with mentions or reviews of kconf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-05.
  • What daily terminal based tools are you using for cluster management?
    19 projects | /r/kubernetes | 5 Dec 2022
    To anyone visiting here, I got a lot of feedback for new tools (which I haven't tried yet), both on Youtube and here, so I compiled it into a list: A comment on Lens: Initially I wanted to include Lens in the video but decided it's a bit different in that it's not a CLI / TUI. Many users shared bad experience with Lens, mainly around performance and a large amount of requests it shoots at the cluster API to a point where some companies banned it. These are the tools (I may add a video review on if anyone thinks it's worth it): * https://github.com/kubermatic/fubectl - for an improved kubectl experience * https://github.com/particledecay/kconf - for those with complex kubeconfig changes requirements * https://github.com/MuhammedKalkan/OpenLens - an open version of Lens (note the above before using) * https://github.com/hidetatz/kubecolor - colored kubectl output :) * https://github.com/astefanutti/kubebox - the K9s little brother? * https://github.com/bergerx/kubectl-status - human friendly resource status output
  • Managing Kubernetes config files
    8 projects | /r/kubernetes | 6 Nov 2021
    https://github.com/particledecay/kconf might scratch that itch for you.
    8 projects | /r/kubernetes | 6 Nov 2021
    See my other comment re: kconf. It's as simple as kconf add /my/file.conf. You could also pipe in from stdin (like if you're reading from Vault): vault kv get -field=kubeconfig /path/to/conf | kconf add.

What are some alternatives?

When comparing konfig and kconf you can also consider the following projects:

kubectl-tmux-exec - A kubectl plugin to control multiple pods simultaneously using Tmux

kubectx - Faster way to switch between clusters and namespaces in kubectl

kubie - A more powerful alternative to kubectx and kubens

kubecm - Manage your kubeconfig more easily.

kubeswitch - The kubectx for operators.

kubectl-aliases - Programmatically generated handy kubectl aliases.

kubectl-capture - A kubectl plugin which triggers a Sysdig capture

jqp - A TUI playground to experiment with jq

kubectl-node-shell - Exec into node via kubectl