DOP 279: Exploring Grafana Alloy
43:26
DOP 274: What Is the XY Problem?
29:47
DOP 267: To Fork or Not To Fork
45:20
Пікірлер
@lowkeygal
@lowkeygal Күн бұрын
This no-code approach is a game-changer for teams without DevOps experts, super impressed!
@quagengineer1877
@quagengineer1877 23 күн бұрын
Very interesting interview. Thank you.
@MrMarkgyuro
@MrMarkgyuro Ай бұрын
interesting conversation really good idea about the complexity in flexibility sometimes we also write code just for our entertainment which generates chaos, partially for the functionality
@MartinDxt
@MartinDxt Ай бұрын
Nobody is kind of a stretch i cN list many who need gpus that are not gamers
@Jaabaa_Prime
@Jaabaa_Prime Ай бұрын
Great episode! I loved hearing the story behind the project/product. I wish the renovate team continued success in the future with your sincere open source.
@dus10dnd
@dus10dnd Ай бұрын
I think the difference between labels and types is kind of like a type... you get one specific type that you can set, but labels are like tags... you can reuse them and perhaps there is less consequence if it is mislabeled. Like if you want to use a workflow to handle something of importance, the type would be the more "reliable" meschanism that you can perhaps have more controls over. Whereas labels are free-form and anybody can set anything as a label.
@elclaustrocl
@elclaustrocl Ай бұрын
Thanks guys!
@Luther_Luffeigh
@Luther_Luffeigh Ай бұрын
Also Akuity’s Kargo reached v1.0 this week, I’d love to get your thoughts on that 🙏
@Luther_Luffeigh
@Luther_Luffeigh Ай бұрын
Please consider reviewing this year’s thoughtworks radar report, in tomorrow live session
@dus10dnd
@dus10dnd 2 ай бұрын
So… Nushell is Powershell?
@DevOpsParadox
@DevOpsParadox 2 ай бұрын
It's similar to PowerShell but without .net. Also, PowerShell is windows-first with too many rough edges in other OSes. Performance of PowerShell is much worse. On the other hand. Nushell is much newer so it has its own quirks.
@Luther_Luffeigh
@Luther_Luffeigh 2 ай бұрын
I love that the intro counter is cut 😅
@zimzob
@zimzob 2 ай бұрын
9:50 Notorious patent trolls SCO Group bought SCO UNIX from the Santa Cruz Operation company, perhaps that’s who you’re thinking of?
@fedefede843
@fedefede843 2 ай бұрын
That was a weird end of the show. A bit rough? LGTM is the Grafana stack for obs: Loki Grafana Tempo Mimir
@dreamcat4
@dreamcat4 2 ай бұрын
and please please you must never change the pronounciation for those annoying americans who moans and complains. for myself, i shall always be saying it the proper way, which is rusk in solidarity with my european friends. this more interesting newer language, it is definately rusk very grateful for this is very much appreciated victor. indeed and genuinely so. made my day! 🖤
@dreamcat4
@dreamcat4 2 ай бұрын
very grateful of the youtube auto translate here... since whenever victor refers to his new programming language, and the spanish accent since google gives me the subtitles translation "rusk" language. just whenever victor mentions "rusk" our teacher now i am very grateful learning from victor to be saying "rusk" nowadays. whenever people is talking about the different programming languages. then shall always be sure to tell them about this new rusk one. (so just in case they never heard it before). everybody
@dus10dnd
@dus10dnd 2 ай бұрын
I completely agree with the sentiment, to a great extent. “From scratch” doesn’t mean going back to the beginning of time, though. It is a cooking term and in that context, the cook doesn’t grow the grain or mill it. Also, it never means abandoning previous knowledge. However, “first principles” is a thing.
@dus10dnd
@dus10dnd 2 ай бұрын
Ansible needs to be folded in under the Hashi tool stack. Maybe even rewrite it to use HCL2, as an option... in Go, instead of Python. Then work towards better integrations... and have an HCP Ansible with a SaaS version of Ansible Automation Platform... then rename AAP to Ansible Enterprise.
@anyfriendofkevinbaconisafr177
@anyfriendofkevinbaconisafr177 2 ай бұрын
Accents are experiencing the same thing
@dus10dnd
@dus10dnd 3 ай бұрын
Easy way to handle Terraform state... use a location for state storage that implements state locking. Problem solved.
@mateuszszczecinski8241
@mateuszszczecinski8241 3 ай бұрын
Guys you're back! I missed you!
@DevOpsParadox
@DevOpsParadox 3 ай бұрын
It's great to be back.
@Luther_Luffeigh
@Luther_Luffeigh 3 ай бұрын
When is the next live Friday show?
@DevOpsParadox
@DevOpsParadox 3 ай бұрын
It should be this Friday 🙂
@gpltaylor
@gpltaylor 4 ай бұрын
Most people are poor at thinking about a problem, and quickly start solutionizing. They don't know how to clarify a problem. For example, what's the purpose of the Three Char's to the file extension. What are they going to do with it. What's the goal. People (managers/Directors) think they should go to developers with a solution. However, 10 developers can solve a problem in a more robust way that also uphold all existing business logic if they are given a problem and not a solution. "maybe the problem is not the problem" has the root cause in lack of experience within the business, process, people and systems. It takes time to educate 10 developers, 2 product owners and 4 testers about a "problem", so giving them a solution, is quicker.. Or is it....
@Jaabaa_Prime
@Jaabaa_Prime 4 ай бұрын
I've seen this issue too, so many times almost 30 years of software and architecture consulting🙂I had something similar a couple of months ago, Task: provide an API (X), using REST (Y), for a complex business model. After a couple of weeks I realized that the complexity of satisfying all the service clients with REST calls was going to be a huge undertaking. I told the project management that we are switching to GraphQL (new Y to solve X) and leave the "required data" to the calling services and not trying to implement an endpoint for each use case.
@adamconrad5249
@adamconrad5249 4 ай бұрын
Super interesting! I never considered using k8s purely for control of external applications. How do you ensure tight coupling and feedback in this pattern?
@DevOpsParadox
@DevOpsParadox 4 ай бұрын
It is essentially the same as managing, let's say, pods. Kubernetes exposes CRDs that you use to defined CRs (yaml manifests). Once you create a CR, a controller detects it and does something with it. Now, whether that something is to create and manage a Pod, or to create and manage external load balancer (Ingress), or VMs (Kubevirt), or other clusters (ClusterAPI), or almost anything else (Crossplane),... it does not matter. It's the job of a controller to figure it out.
@joeferris5086
@joeferris5086 5 ай бұрын
Sil. Break it down for them. What two businesses have been recession proof since time immemorial
@deepwave2008
@deepwave2008 5 ай бұрын
Devbox works wonderfully under Ubuntu Linux. I haven't tried installing global packages using it yet. I am still debating whether or not to make the plunge into NixOS as a main Linux distro.
@martinpetersson6979
@martinpetersson6979 5 ай бұрын
Eivissa the tiny island outside spain is Ibiza. The nr1 party island in the world and yo have definitly heard about that one or you have been living under a rock :D. Great podcast and keep up the great work, really appreciate them ♥
@mdnaseer6378
@mdnaseer6378 6 ай бұрын
@Jaabaa_Prime
@Jaabaa_Prime 6 ай бұрын
I see DSL as "Domain Specific Language" but "Domain Structured Language" is a new creature. Apart from that, let us go through SGML, XML JSON and YAML. IMHO, describing your "DSL" mostly needs a "DSL" 😜
@boazgalil6425
@boazgalil6425 6 ай бұрын
Why not chatgpt?
@DevOpsParadox
@DevOpsParadox 6 ай бұрын
If you're referring to software development, it's easier and more productive to consume ai from an ide.
@WFordwfu
@WFordwfu 6 ай бұрын
@24:26 asking about directory automation - direnv can handle that - you can create an .envrc script and add any shell commands you want to run.
@rwz
@rwz 6 ай бұрын
Direnv is a major timesaver!
@SanityAwry
@SanityAwry 7 ай бұрын
As a developer-turned-DevOps-turned-Cloud Architect who is currently doing a multi-cloud adoption project and dealing with operationalization in a risk adverse SMB...I think this might be the most targeted podcast I've ever listened to. Looks like I also need to dive into Cilium a bit to understand the feature-parity comment that Ádám mentioned.
@mrgdevops
@mrgdevops 7 ай бұрын
i thought I'm the only one who plays steam deck in teams meetings.
@muonx9649
@muonx9649 7 ай бұрын
0:21 who is Taylor Swift ? 🤣🤣
@marketum-today
@marketum-today 7 ай бұрын
Interesting podcast on Platfrom Engineering, my view point is why we don't like abstractions anymore, why everyone has to know everything. AWS Architects, DevSecOps, Developers, Integration Architects everyone needs to know everything to solve an issue of why Service A cannot connect to Service B in a different AWS Account which goes through 10's of hops through so many services to just send a JSON payload.
@DevOpsParadox
@DevOpsParadox 7 ай бұрын
People working with, let's say, AWS work with abstractions. They do not have access to hypervisors and when they debug issues they see only partial information. AWS decided which info is relevant for it's users and which is not. Yet, when we act as service providers we do not do the same.
@oleksandrlytvyn532
@oleksandrlytvyn532 7 ай бұрын
Thanks 👍
@Andre-dn7dk
@Andre-dn7dk 7 ай бұрын
Hey guys! Been loving the content, thanks for all the lessons
@supera74
@supera74 7 ай бұрын
AI has been around since the 1950s. Yes, it’s generally available now, but can we really expect it to evolve as much as people are saying in, let’s say, 5 years from now? It will definitely enter different industries, but I sense it won’t evolve as much as we believe. I love it and embrace it, but is the pace at which it evolves that high? If I compare it to a year ago, it hasn’t evolved that much, except there are more domains it has penetrated.
@DevOpsParadox
@DevOpsParadox 7 ай бұрын
I can't say how fast it will evolve, but the speed is definitely much higher now for at least two reasons. The tech is much more mature and there is much more investment going into it. It's a similar situation as with cars. Ford made an electric vehicle decades ago. Nevertheless, the tech is now very different, the climate is different, and the investment being poured into it is order of magnitude higher. AI is in a similar state. It moved much much faster now than only a few years ago. It's enough to sit in a few VC calls to see the level of investment being poured into it.
@dirien
@dirien 7 ай бұрын
Thanks for mentioning Pulumi!
@stanrock8015
@stanrock8015 7 ай бұрын
Is there a Packer alternative? I haven’t found one yet as an equivalent.
@stanrock8015
@stanrock8015 7 ай бұрын
OpenBao is the vault fork. By IBM employees lol
@stanrock8015
@stanrock8015 7 ай бұрын
As Hashicorp wise I agree they’ll go full proprietary just like RHEL
@stanrock8015
@stanrock8015 7 ай бұрын
Google does try to be the cloud of the clouds. A lot of multi cloud management features. GKEE, SCC enterprise, BigQuery Omni, AlloyDB Omni. List goes on
@Chris-se3nc
@Chris-se3nc 8 ай бұрын
IBM now owns Hashicorp. Let’s see how it goes
@DevOpsParadox
@DevOpsParadox 8 ай бұрын
My bet is that it will not go well at all.
@alvsanand
@alvsanand 8 ай бұрын
Congratulations Darin!!
@cycologist8615
@cycologist8615 8 ай бұрын
Not helpful
@oleksandrlytvyn532
@oleksandrlytvyn532 8 ай бұрын
Thanks
@dus10dnd
@dus10dnd 8 ай бұрын
I wish we could plug in different terminals into VS Code.
@simonshkilevich3032
@simonshkilevich3032 8 ай бұрын
Can't describe it better
@nish356
@nish356 8 ай бұрын
This topic is relevant every day for me . I oversee infrastructure on AWS/EKS, while a parallel team manages the same product with same set microservice on GCP/GKE. It's worth watching and checking out the article.