10 Must-Have Kubernetes Tools

  Рет қаралды 40,393

DevOps Toolkit

DevOps Toolkit

Күн бұрын

Пікірлер: 94
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
What are your top 10 indispensable k8s tools? IMPORTANT: For reasons I do not comprehend (and Google support could not figure out), KZbin tends to delete comments that contain links. Please do not use them in your comments.
@sandeepsiddharth1248
@sandeepsiddharth1248 2 жыл бұрын
great video!
@CloudNativeJanitor
@CloudNativeJanitor 2 жыл бұрын
agree 100% with your selection, I would add operators, trivy, grype, ondat, synk
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
@@CloudNativeJanitor Initially, the list was much bigger and had a tendency to become very big so I limited myself to 10. Those you mentioned were excluded not because I did not think (some of them) should not be in the list but because of the self-imposed limit of 10.
@CloudNativeJanitor
@CloudNativeJanitor 2 жыл бұрын
@@DevOpsToolkit yes, it makes sense, the landscape is huge, it would be very interesting to see what everyone's favourite 10 tools are? KubeVela and Pomtail are new to me, that is what I like about your channel, I am guaranteed to learn new things and expand on my knowledge, thank you very much
@TweakMDS
@TweakMDS 2 жыл бұрын
My top 10 (from a homelab perspective) 1: K8s Lens. Just a fantastic tool for port forwarding and quick diagnosis. 2: MetalLB to have "real" loadbalancer IP addresses. 3: Traefik Proxy. It just works better for me with letsencrypt TLS challenges. No need to have dns integration or http port open, and it all just works out of the box. 4: Helm - for the exact reasons here. 5: Krew - plugin manager for Kubectl. 6: PLG (Prometheus - Loki - Grafana). 7: nano with yaml highlighting + yamllint. Nothing beats commandline in a pinch. 8: K9s - love it, but don't use it as often since Lens v5. 9: Terraform - everything-as-code. 10: Longhorn - good CSI with solid frontend for management and diagnose features such as snapshots.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Great list! I need to setup my own home lab one of these days.
@touchthesun
@touchthesun 2 жыл бұрын
Thanks!
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Thanks a ton @touchthesun
@TheCloudMage
@TheCloudMage 2 жыл бұрын
Thanks
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Thanks a ton!
@SaurabhParmar113
@SaurabhParmar113 2 жыл бұрын
This channel is very much underrated. Deserves more :))
@Gowlar
@Gowlar 2 жыл бұрын
Wow k9s is life changing, thank you!
@Anselmme
@Anselmme 2 жыл бұрын
Thanks for this great video, Viktor!
@devopscraftsmanship9302
@devopscraftsmanship9302 2 жыл бұрын
Great selection, love it! I now want to give Crossplane a good spin!
@felipeozoski
@felipeozoski Жыл бұрын
Gotta love these videos ❤
@FessAectan
@FessAectan 2 жыл бұрын
Another absolutely amazing and useful video! Thank you Viktor!
@justjase1576
@justjase1576 2 жыл бұрын
Excellent video Viktor, thanks! Currently setup a RKE2 environment and want to put some of these into practice, particularly interested in ArgoCD instead of using typical pipeline methods and its supporting options (Argo workflows and events).
@dub_cl
@dub_cl 2 жыл бұрын
thanks so much, keep waiting for the part 2 XD
@andrewa3216
@andrewa3216 Жыл бұрын
From a security standpoint -- Istio, Trivy operator, and Falco
@ioannisgko
@ioannisgko 2 жыл бұрын
Very useful video, thank you
@martinbower2915
@martinbower2915 2 жыл бұрын
I'd definitely add ZSH as a tool. Command completion, auto suggestions just make cli work a million times easier. Coupled with ohmyzsh , you get context and namespace details on every line, which is important if you work with a large number of clusters
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Oh yeah. OhMyZSH is awesome and I honestly don't know how I would work without it.
@leonardo_oliveira241
@leonardo_oliveira241 2 жыл бұрын
Great video! Do you use some tool for backup? Like Velero?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Velero is the one I use the most.
@thegabrielcho
@thegabrielcho 2 жыл бұрын
I love your videos! Sorry for the dumb question, I’m just starting out, what do you mean when you are referring to applications? (11:29) You recommended ArgoCD for syncing the deployments running on the EKS cluster, what are these other applications you’re talking about?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
By application I mean code of an app packaged as a container image and meant to run in Kubernetes. Or, in other words, whatever we are developing and want to make available to our customers.
@mladenstan
@mladenstan 2 жыл бұрын
Hi Viktor, great video as always. What do you think about using OpenTelemetryfor observability? With OpenTelemtry you get metrics, logs and tracing using one tool vs loki, promtail and prometheus. I am aware that you need to refactor the application in order to use OpenTelemtry but if someone is starting from scratch is this option may be a better solution for all new applications? Are you planning to make a video about creating/defining application using Crossplane?
@fenarRH
@fenarRH 2 жыл бұрын
Helm is ok for simple app bundles, for complex app-bundles with auto-lcm/scale k8s operators are more handier imho.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I fully agree with that. We need to move the complexity into clusters (operators) and, from there on, a simple yaml should suffice to create the needed resources based on CRDs.
@javisartdesign
@javisartdesign 2 жыл бұрын
I am really dissapointed, I know all of them !! :-) That is because I have been watching all your videos! Thanks!
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I'm doing my best to always introduce something new in every video. That's sometimes very challenging so I end up with videos like this one :(
@javisartdesign
@javisartdesign 2 жыл бұрын
@@DevOpsToolkit No need to apologize, you are always putting the best stuff ever
@cheebadigga4092
@cheebadigga4092 2 жыл бұрын
I just found Kubernator (VS Code extension) - holy damn it's amazing!!!
@joebowbeer
@joebowbeer 2 жыл бұрын
Your favorite ArgoCD does not _support_ an official helm chart (the community provides one) and AFAICT Intuit does not use helm internally. And this aligns with my own aversion to 3rd party helm repos and charts in my prod cluster.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I agree. Still, many apps are only defined as helm charts and while I heavily lean towards kustomize, it might be hard for many to rewrite charts. In any case, kustomize rules :)
@chandup
@chandup 2 жыл бұрын
Distributed tracing is important too, for apps. Signoz or Jaeger. And at least 1 security tool, like Falco.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Oh yeah. Those are very important. Maybe I should have made it top 20 so that more can enter?
@chandup
@chandup 2 жыл бұрын
@@DevOpsToolkit yes top 20 would have covered important & necessary tools.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I'll do that the next time :)
@farzadmf
@farzadmf 2 жыл бұрын
I'm a cli (and tui) addict, and I can safely say that k9s was one of the best (if not THE best) tool I've used until (well, maybe lazygit is also a candidate). Too bad I don't get to work with Kubernetes (and k9s) anymore.
@rezanaipospos3320
@rezanaipospos3320 2 жыл бұрын
Great video as always. i'm using rancher on my on premise it's package some tools on your video. using argocd to, absolutly love this one. just think want try gatekeeper & cert manager. any advice what can i add another tools on rancher?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
It's not about adding tools on Rancher but rather to Kubernetes itself :)
@rohanshahi1608
@rohanshahi1608 Жыл бұрын
Hello there any videos about karmada
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
Not yet. It is on my to-do list but I cannot yet say when I'll get to it. The list is growing much faster than i can handle. What i can say is thst, apart from having a dedicated video, it will be featured in kzbin.info/aero/PLyicRj904Z9-FzCPvGpVHgRQVYJpVmx3Z since it is a CNCF project.
@maheshghagare4940
@maheshghagare4940 4 ай бұрын
Could you please make video on updated top 10 list or its still same 😊 thanks.
@DevOpsToolkit
@DevOpsToolkit 4 ай бұрын
It's still a very similar list. I'll add it to my TODO list to create a new (updated) one.
@PiranhaHunter
@PiranhaHunter 2 жыл бұрын
Hey @DevOps Toolkit, can I use Cert Manager to create certificate for my intranet sites? (That should be trusted by browsers too). As of now, the sit has a self signed cert (Fake certificate from K8s), which the user have to click and bypass the browser's warning.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Yes, you can. Among others, you can use Cert Manager with the Let's Encrypt issuer for that.
@saynay302
@saynay302 2 жыл бұрын
CertManager can operate as a CA based on its own self-signed cert, then hand out certs signed by itself. You would then install the public key to browsers so that they trust any cert made by that CA. Alternatively, if you can, you can get a wild-card cert from LetsEncrypt for a domain you control, then use that. Your internal services would be registered against that name, even though they are only accessible internally (nothing stops you from setting a .com address to point at 192.168.1.1, for example).
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I just realized that you asked about intranet and not internet sites. In that case, the saynay answer is the correct one.
@PiranhaHunter
@PiranhaHunter 2 жыл бұрын
@@saynay302 Thank you, I'll try it out.
@nicolas_gama
@nicolas_gama 2 жыл бұрын
May I ask you why don't you use Helm for your own applications? what do you use instead?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I prefer Kustomize over Helm for my own apps. It's more elegant and, generally speaking, I prefer overlaying (Kustomize) over templating (Helm). Also, it's part of `kubectl`. You might want to check kzbin.info/www/bejne/kH6pioajZdGXh5I.
@betorvs
@betorvs 2 жыл бұрын
Great video Viktor!! Congratulations!! It's not the first time you mention about cloud native apps (OAM) but i have a question: Can we simulate a native cloud app like rollout custom resource? I mean, a native app that can support canary or blue-green rolling updates (deployment). What do you think?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
OAM with, let's say, KubeVela, expands into whichever Kubernetes resources you tell it to expand so it can be anything, including canary deployments with Argo rollouts or flagger.
@betorvs
@betorvs 2 жыл бұрын
@@DevOpsToolkit sorry for asking you without checking it, but can we achieve the same with crossplane instead kubevela?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
@@betorvs Oh yeah. Crossplane Compositions serve a similar purpose as KubeVela. Both can be used to create new CRDs with corresponding controllers. Personally, I replaced KubeVela with Crossplane. However, I am also heavily invested in Crossplane so I'm trying to retain some level of objectivity by not recommending it exclusively.
@betorvs
@betorvs 2 жыл бұрын
@@DevOpsToolkit and do you have any example of using crossplane composition for it? Maybe some git repo? Thanks for your time and videos. They are amazing!!!
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
@@betorvs I have quite a few examples stored in github.com/vfarcic/devops-toolkit-crossplane. That repo alone might be too confusing so you might want to check out the videos in kzbin.info. That's where I publish most of the Crossplane-related videos since I joined Upbound. Just as in this channel, there is always a Gist with all the commands I run in a demo. Please let me know if you have trouble finding a video that specifically talks about the apps (quite a few do) and I'll get back to you with a direct link to it.
@ashleymail4u
@ashleymail4u 2 жыл бұрын
Crossplane for apps. I hope crossplane vscode support for language syntax is available. Yaml for customresourcedefinition seems wrong. It would be great to have golang for definition embedded in yaml like envoy filters implemented in Lua.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
We already started working on the VSCode language syntax (marketplace.visualstudio.com/items?itemName=Upboundio.upbound). It's in early stages, but we're getting there. We're also working on other ways to define/template/overlay/etc. Crossplane compositions but we're still not 100% sure how it'll look like so I'll avoid giving more details until that's clarified.
@jaimaroju9840
@jaimaroju9840 2 жыл бұрын
What must have tool for Chaos ?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
That would be an interesting subject for an upcoming video. Until then, and assuming that it's about chaos through Kubernetes, I'd say that the two essential tools are a service mesh and a chaos engine. Service mesh should probably be whichever you use for other things (e.g., Istio, LinkerD, etc.). As for chaos itself, it can be Chaos Mesh, Chaos Toolkit, Litmus, etc. All of those are relatively young and tend to change very fast and, with those changes, the recommendations are changing fast as well. In any case... I'll add that to my TODO list... :)
@andrejab74
@andrejab74 2 жыл бұрын
Great video! Just out of curiosity, why Rancher Desktop and not KinD?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
KinD runs Kubernetes in a container which is great is you're using Docker. However, Rancher Desktop is standalone and is a full replacement for both Docker and Kubernetes. It's free, it's based on k3s (which I think is the best choice for local k8s), etc. Take a look at kzbin.info/www/bejne/m6e6gZyYZc6Bnbs.
@CrecaSin
@CrecaSin 2 жыл бұрын
How come skaffold is not mentioned anywhere?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I did not put it only because of the self-imposed limitation to 10 tools. I don't think that Skaffold or another similar type of tool should take the place of any of those I included in the video. If it would be "top 20", Skaffold would probably be in it.
@JesusAlbertoSuarezMendez
@JesusAlbertoSuarezMendez 2 жыл бұрын
It would be fine a udemy course base on this top ten, plus the security and secret protection tools.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Most of those are available as videos for free on this channel :)
@HaddyMonster
@HaddyMonster Жыл бұрын
Genuinely, Can someone explain to me why you would use crossplane? I guess i dont understand why you use it over terraform + helm charts. Is it like making custom operators or something? It looks cool and id like to integrate but i just dont know what problem it solves, and i want to because i feel like theres something gold there
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
Crossplane is built on top of Kubernetes with all the good things that brings to the table. Terraform does not have an API, continuous drift-detection and reconciliation, and many other things that are inherent part of Kubernetes and, therefore Crossplane. Then there is state management in Terraform that is challenging, to say the least. Further on, by being Kubernetes-native, it integrates with any other Kubernetes-native tool like Argo CD, Flux, Kyverno, Prometheus, Loki, etc. Further on, Crossplane has a concept of Compositions which is a way to create your own CRDs and controllers that define what something is by extending Kube API. To put it in other words... The same reasons why one would use Kubernetes to manage applications instead of doing the operations with a CLI are just as valid as reasons to use Kubernetes to manage any other type of resources. So, the question is whether Kubernetes is a good way to manage resources. The answer might be that it isn't. But, if it is, it should not matter what those resources are, be it containers, VMs, WASM, EC2 instances, DBs, clusters, or anything else. The benefits or downsides (depending on how you look at it) are the same no matter what those resources are. Now, if we do settle that Kubernetes and the ecosystem around it is a good thing, than we need to look for tools designed to leverage it (to be designed on its principles). When it comes to infrastructure and services, Crossplane is one of a few. Depending on what you need, you might opt for Cluster API, or KubeVirt, or something other than Crossplane, as long as that something follow the Kubernetes principles. Terraform, unfortunately, doesn't. It was designed long before Kubernetes was born. Many tried to put it inside Kubernetes, and no one succeeded simply because it's design is at ods with it.
@acosmicabberation8173
@acosmicabberation8173 Жыл бұрын
jspolicy is much better than Kyverno or OPA. Apart from that very useful video thanks!
@DevOpsToolkit
@DevOpsToolkit Жыл бұрын
JSPolicy is great but I don't think it's getting as much love and traction as, let's say, Kyverno. Also, with the introduction of Validating Admission Policy in Kubernetes v1.26, the game is going to change for all those tools. Now we finally have a standard API.
@talms1
@talms1 2 жыл бұрын
Please make videos of prometheus and loki.. Metrics in general
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Will do. Adding it to my TODO list... :)
@talms1
@talms1 2 жыл бұрын
@@DevOpsToolkit thanks boss! Love your videos
@Requiem100500
@Requiem100500 2 жыл бұрын
I don't exactly agree on the idea that you can't define application as a Helm chart, because you can put as many manifests as you want inside a single chart, and it already provides an abstraction for the users in the form of input values.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I probably did not express myself well. You can definitely define kiss resource that constitute an app (or anything else) as a helm chart. What I wanted to say is that I prefer kustomize for internal apps.
@Requiem100500
@Requiem100500 2 жыл бұрын
@@DevOpsToolkit To clarify: this was in reference to idea that Crossplane or Kubevela is required to manage apps.
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
I would not say that those are required but that defining apps as CRs might be the next step forward. If it is, than Crossplane and KubeVela are a potentially helpful tools to create the Cards and controllers (operators) required for CRs to do what they need to do. A good example would be KNative. I am suggesting that something similar to it can be done with our own company-specific definitions.
@Sharess
@Sharess 10 ай бұрын
OpenLens!
@LokeshKumarJ-qn4bq
@LokeshKumarJ-qn4bq 2 жыл бұрын
Where is Istio ?
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
There are quite a few others that should be included but were not. I limited it to 10 to avoid going into the rabbit hole of everything anyone might need when working with Kubernetes.
@Dai-corporation
@Dai-corporation 2 жыл бұрын
Well, kubectl is good if you dont care about cost and IT dont touch your stuffs
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
There are many things wrong with kubectl, but I'm not sure how does that relate to cost? I'm curious to know more about what you mean.
@Dai-corporation
@Dai-corporation 2 жыл бұрын
@@DevOpsToolkit thanks for you sharing about the kubectl. The idea of the kubectl is kick IT out of the process and reducing the effort on IT job. But in reality we still get control from IT so we have to pay for IT and also the cloud. When it come to company policy update or security update, It request these back to us to do their job because we are sub owner. To me that make kubectl idea is worsting idea ever
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
@@Dai-corporation kubectl is just a CLI that sends requests to KubeAPI. It's a helper tool and nothing more. We could do all the same actions by sending `curl` requests to KubeAPI. As such, I am not sure I understand how could kubectl "kick IT out of the process". As for reducing the effort... Aren't we all trying to reduce the effort? Isn't that the whole point?
@Dai-corporation
@Dai-corporation 2 жыл бұрын
@@DevOpsToolkit i dont think that we are on the same page. I am talking about the idea and purpose of using kubectl.
@Dai-corporation
@Dai-corporation 2 жыл бұрын
Kubectl is just a short way that I call the kubernestes :d. Sorry if that make you confuse.
@cooldan451
@cooldan451 2 жыл бұрын
Thanks!
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Thanks a ton!
@talshalif6158
@talshalif6158 2 жыл бұрын
Thanks
@DevOpsToolkit
@DevOpsToolkit 2 жыл бұрын
Thanks a ton Tal.
Monitoring, Logging, And Alerting In Kubernetes
22:07
DevOps Toolkit
Рет қаралды 31 М.
What Is Kubernetes (k8s)? Kubernetes Explained
25:27
DevOps Toolkit
Рет қаралды 11 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
the ULTIMATE kubernetes management tools comparison!
19:12
Christian Lempa
Рет қаралды 66 М.
What The Heck Are Kubernetes Resources, CRs, CRDs, Operators, etc.?
21:08
How To Secure Everything Without Making Everyone Suffer
27:02
DevOps Toolkit
Рет қаралды 11 М.
Should We Run Databases In Kubernetes? CloudNativePG (CNPG) PostgreSQL
19:10
Kubernetes Network Policies Explained
19:02
DevOps Toolkit
Рет қаралды 15 М.
Talos OS - Taking the Sting Out of Kubernetes Deployments
19:49
Jim's Garage
Рет қаралды 17 М.
Simplify Kubernetes YAML with Kustomize
20:37
That DevOps Guy
Рет қаралды 78 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН