metacontroller
fubectl
metacontroller | fubectl | |
---|---|---|
16 | 6 | |
887 | 882 | |
1.4% | 1.7% | |
8.3 | 4.6 | |
25 days ago | 7 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.
metacontroller
- MetaController: Writing Kubernetes controllers can be simple
- What Is A Kubernetes Operator?
-
Why is Kubernetes adoption so hard?
It worth adopt proper controller development with something like Metacontroller, Kopf or Java Operator SDK.
- What is your approach to adding custom labels to a pod in a deployment that's managed by a helm chart?
-
is there a way to set expiry date for k8s rbac setting?
There are many frameworks, like the Operator Framework (https://operatorframework.io/) to the MetaController (https://github.com/metacontroller/metacontroller) to KubeBuilder(https://github.com/kubernetes-sigs/kubebuilder) to the Kubernetes Operator Framework (kopf, https://kopf.readthedocs.io/en/stable/), among others.
-
Is there a tutorial on how to write an Operator in Go?
You might like a little alternative to writing your own in the first instance:) take a look at https://metacontroller.github.io/metacontroller/
-
Writing an Operator from scratch
Codegen is not magic, but if you want to make it simple stupid, supportable and prod-usable I'd go for metacontroller. There's not much magic to it - just common admission/validation webhooks propagated to your controller implementation, alongside the simplest possible reconciliation cycle. We had adopted Knative driven metacontrollers and it's a pretty solid approach.
-
For what should I take a look?
https://github.com/metacontroller/metacontroller - Sounds cool! I will look into it.
-
Dynamic Mutating Pod Admission Controller?
When I need a quick mutating controller, I like to use MetaController, which makes rapid prototyping really easy: https://metacontroller.github.io/metacontroller/
-
Best option to write a CRD today?
If you are more into lightweight and common use cases, look at metacontroller or the shell-operator.
fubectl
-
What daily terminal based tools are you using for cluster management?
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
- Kubernetes Service Aliases
- What are some of your favorite kubectl tips/aliases/commands?
-
What's the number one annoyance that drives you crazy about Kubernetes?
Check out Kubermatic’s fubectl: https://github.com/kubermatic/fubectl
-
A list of essential tools for Kubernetes, primarily driven by open source !!
Ah, I never heard about it. Ok, I saw it reduces repeated iteration that kubectl does https://github.com/kubermatic/fubectl But this is more on CLI enhancement, nothing to do really at the cluster side ..is it ??
- kubermatic/fubectl: Reduces repetitive interactions with kubectl
What are some alternatives?
kubectl-operator - Manage Kubernetes Operators from the command line
kubecolor - colorizes kubectl output
shell-operator - Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
kubecui - Simple but still extremely powerful K9S alternative. An interactive `explain` command. Security scanning based on `trivy`. Supports multiple envs. Midnight commander like interface. Custom hotkeys
keepalived-operator - An operator to manage VIPs backed by keepalived
kubectl-exec - kubectl-exec is a shell script getting a shell into your kuberntes nodes.
k8s-bigip-ctlr - Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
k8surl - Quickly open links from from kubernetes resources using jsonpath templates.
akrobateo - Akrobateo is a simple Kubernetes operator to expose in-cluster LoadBalancer services as node hostPorts using DaemonSets.
jqp - A TUI playground to experiment with jq
minikube - Run Kubernetes locally
kube-prompt - An interactive kubernetes client featuring auto-complete.