How To Troubleshoot Kubernetes Applications With Komodor

  Рет қаралды 8,182

DevOps Toolkit

DevOps Toolkit

Күн бұрын

Пікірлер: 22
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
What do you think about Komodor's ability to connect the tools and provide the context? 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.
@Ruben-by4oy
@Ruben-by4oy 3 жыл бұрын
The most important issue with this tool - I don't want to share access to my cluster with some external service. If you have gitops implemented (like ArgoCD) then changes in code will be easy to discover. If you want some visibility of your cluster components, install Lens and use UI to manage your cluster.
@drogunsky
@drogunsky 3 жыл бұрын
IMO Quite unique tool in the way to provide more vision into troubleshooting. However my personal issue will be that you cannot deploy this tool locally (or at least it that I understood please correct me if I’m wrong) and need to relay to 3rd party in terms of security. For extra secure environments it can be big blocker.
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
That is the indeed true. It works only for those looking for a SaaS solution.
@kevinyu9934
@kevinyu9934 3 жыл бұрын
Would you like to do a demo on Falco? I've seen a trend and increasing usecases around Falco xD
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
I already have it on my TODO list. Let me bump it up to be closer to the top of the list...
@VicenteFontanella
@VicenteFontanella 3 жыл бұрын
Holla Victor, this tools seems to have a brilliant future, but I was wondering about security mechanisms to protect the cluster. My concern is about connectivity between the cluster (let’s say an EKS cluster) and the application itself. How that will work out?
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
Typically, a new company starts with SaaS or a self-hosted solution and, eventually, moves into having both options. Otherwise, it might be too much to do both at the same time. Now, I do not know whether that will happen with Komodor as well, but I would be surprised if it does not come up with a self-hosted solution during 2022.
@arifsali
@arifsali 3 жыл бұрын
All these Komodor features are available in OpenShift out of the box (for the long period of time). Am I missing something?
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
OpenShift is an ecosystem on its own and RedHat users tend to rely heavily on whatever is in the package. I think that Komodor, just as many other k8s-related projects are more for the rest of k8s users.
@Yrez1234
@Yrez1234 3 жыл бұрын
Hi Viktor, thanks for the great video! One of useful troubleshooting information would be to have Git information (commit message, code diff) between service version (image 1.1.0 and 1.0.0 for instance). This way, if our application is broken, we know which code changes occured in the last release. Are you aware if there is any way to add this kind of troubleshooting information, using komodor or other tool?
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
Komodor can show that information but you need to add a label with the commit hash to k8s manifests. If you do, Komodor will fetch the info you need from that commit and compare it with the previous one. That works but is also one of my main complaints. I tend to use Argo CD and Flux for deployments. Since those are GitOps tools that are pulling manifests from Git, they already know what the commit is so, instead of adding labels to my manifests, I would prefer if Komodor would "discover" that info without them. So, the info is there and the only question is where you'll find it. If you use Argo CD or Flux, it's there no matter what and if you're not using those, you'll have to add a few labels so that Komodor can find it.
@jonassteinberg3779
@jonassteinberg3779 3 жыл бұрын
What's the difference between Komodor and something like Lens or Infra? What benefit do the integrations bring, specifically?
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
Tools like Lens are giving you insights into what's running in your Kubernetes clusters and do not focus much to create relations with the tools and processes that led to the specific state of your k8s cluster. A tool like Lens can also be used to manage the state of the resources in a cluster, but that's something that should be avoided. Click-ops is not a good thing when used alone. Komodor is more focused on debugging issues in k8s and providing a context by connecting the state of a k8s cluster with the tools that led to that state.
@jonassteinberg3779
@jonassteinberg3779 3 жыл бұрын
@@DevOpsToolkit what will this give me that a datadog integration won't? Just "newer"?
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
@@jonassteinberg3779 I haven't used DataDog in a while so I'm not up-to-date how it looks like now. In the past, DataDog was mostly focused on metrics and logs, similar to Elastic. If that's still it's main focus, than there are some similarities with Komodor, but they are still very different in their main objectives. Komodor tries to provide broader context that we can use to debug issues while DataDog is more focused on direct metrics and logs. I tend to use Prometheus combined with Loki and, assuming that those are somehow similar to DataDog, I'd say that Komodor complements it rather than competing with it.
@jonassteinberg3779
@jonassteinberg3779 3 жыл бұрын
@@DevOpsToolkit You're the best!
@franciscoagurto2227
@franciscoagurto2227 3 жыл бұрын
i know this has nothing to do with this but , have you taken a look on kubevela gitops "native" support ? , it would be nice to have a video on that subject , do we still need argo or flux ? , i really like and enjoy your videos victor , thumbs up!
@DevOpsToolkit
@DevOpsToolkit 3 жыл бұрын
I guess you're referring to kubevela.io/docs/case-studies/gitops. I think that's new since I could swear that it did not exist the last time I checked the docs (6 months ago approx). Now I am very curious to see what they "cooked". Adding it to my TODO list... :)
@franciscoagurto2227
@franciscoagurto2227 3 жыл бұрын
@@DevOpsToolkit yes indeed , i think it is part of their 1.1 release , just having a quick look it seems like overlaps some functionality with argo and flux , i got to know kubevela because of your videos and i've been poking around with it , it is pretty awesome . thumbs up again and thank you for your amazing content
@jonassteinberg3779
@jonassteinberg3779 3 жыл бұрын
haha my man said "be ashaaaamed" 🙏
@yxycman
@yxycman 3 жыл бұрын
Atlassian users cry now :)
Kubernetes Notifications, Troubleshooting, And Automation With Robusta
29:46
How To Troubleshoot And Support Kubernetes Applications And Clusters?
22:33
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
you need to learn Kubernetes RIGHT NOW!!
29:34
NetworkChuck
Рет қаралды 1,2 МЛН
Is This the End of Crossplane? Compose Kubernetes Resources with kro
30:01
How To Do Canary Deployments In Kubernetes Using Flagger And Linkerd?
30:15
10 Must-Have Kubernetes Tools
18:53
DevOps Toolkit
Рет қаралды 40 М.
How Prometheus Monitoring works | Prometheus Architecture explained
21:31
TechWorld with Nana
Рет қаралды 1 МЛН
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 340 М.
Kubernetes Troubleshooting And Management With Komodor
39:19
DevOps Toolkit
Рет қаралды 4,9 М.
Kubernetes Crash Course for Absolute Beginners [NEW]
1:12:04
TechWorld with Nana
Рет қаралды 2,9 МЛН
How To Auto-Scale Kubernetes Clusters With Karpenter
26:58
DevOps Toolkit
Рет қаралды 24 М.
What Is Linkerd Kubernetes Service Mesh? Linkerd Tutorial Part 1
20:43
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН