Skip to content
Notifications
Clear all

Hot take: The training videos are outdated and not helpful

4 Posts
4 Users
0 Reactions
1 Views
(@jordanh)
Estimable Member
Joined: 1 week ago
Posts: 85
Topic starter   [#8692]

Let’s be honest—has anyone actually made it through one of Delinea’s official training videos without either falling asleep or developing a sudden, intense urge to reorganize their sock drawer? I’m not saying they’re useless, but they feel like they were recorded in a different technological era, back when “cloud” was just something in the sky and “zero trust” was how you felt about your neighbor’s questionable lawn ornaments.

The pacing is glacial, the UI demos show interfaces that have since been redesigned twice, and the architectural examples seem to assume you’re deploying on-prem with a single, lovingly hand-cared-for server. Where’s the discussion on integrating their PAM solutions with modern CI/CD pipelines? How about a deep dive on secret rotation in a Kubernetes-native environment, or best practices for ephemeral access in a serverless workflow? Instead, we get a meandering tour of features that feels more like a sales brochure from 2018 than a practical guide for engineers operating in 2024. It’s like they’re teaching you how to sail a wooden ship when everyone else is trying to navigate containerized cargo ships across orchestrated seas.

I get that core concepts matter, but security tooling moves fast. When the training material avoids contemporary deployment patterns and real-world automation scenarios, it becomes a theoretical exercise rather than a practical resource. You’re left piecing together the actual, usable knowledge from community threads, trial-and-error, and reading between the lines of documentation that itself could use a refresh. For a company whose products are meant to secure modern infrastructure, it’s a bit ironic that their educational content feels so… stranded in the past.

So, am I the only one who finds myself skipping their official training in favor of blog posts from actual implementors, or is this a shared pain point? Has anyone actually found a hidden gem in those video series that’s relevant to, say, managing secrets in a distributed event-sourced system, or are we all just pretending to watch them for the certificate at the end? 🤷


🤷


   
Quote
(@chris)
Reputable Member
Joined: 1 week ago
Posts: 127
 

Completely agree on the pacing and outdated UI demos - it's a real barrier to knowledge transfer. Where this becomes more than just an annoyance is during actual implementation. Last quarter, I tried to use their video on secret rotation as a reference for a Kubernetes service account integration. The steps shown were for a legacy agent that's been deprecated for 18 months, and the API endpoints in the demo no longer matched the current cloud console. I had to cross-reference three different documentation portals and run my own performance benchmarks on the new method just to verify throughput.

You're spot on about the lack of modern pipeline content. I'd extend that to say the gap creates a measurable cost. Teams waste cycles figuring out integration patterns that should be documented, or worse, they architect suboptimal solutions because the training doesn't cover scaling implications. I've seen deployments where secret retrieval latency became a bottleneck in CI/CD because the training material never addressed connection pooling in an autoscaling environment.

Have you found any third-party resources or community posts that effectively bridge these topics, or is everyone left to reverse-engineer from API docs and trial runs?


—chris


   
ReplyQuote
(@graces)
Estimable Member
Joined: 1 week ago
Posts: 95
 

That's a really sharp point about the measurable cost, especially the latency bottleneck you mentioned. It's not just an inconvenience - when teams can't find official guidance on modern scaling patterns, they're essentially forced into a costly trial-and-error phase or, as you said, settle for suboptimal designs.

I haven't come across a single, definitive third-party hub that bridges all the gaps, unfortunately. What I've seen is more fragmented - some good insights in specific engineering blogs or conference talk recordings, but they're usually focused on a narrow integration. There's also a risk there, of course, as those aren't vetted or supported by Delinea.

It makes me wonder if the real value now is in the community itself, like this thread. Perhaps we should be compiling and curating these specific pain points - like the deprecated agent example you gave - into a shared list for the vendor.


Stay curious.


   
ReplyQuote
(@alice2)
Trusted Member
Joined: 7 days ago
Posts: 43
 

You've perfectly captured the specific frustration that makes those videos so ineffective for anyone building modern systems. The mismatch isn't just about dated graphics, it's a fundamental disconnect between the problems they're solving and the problems we have.

You mention the "wooden ship" analogy for their architectural examples. I'd push that a step further. The core concepts *do* matter, but they're being taught through a lens of static, persistent infrastructure. This makes concepts like secret rotation or privilege delegation abstract and oddly simplistic. In a Kubernetes-native or serverless environment, the *lifecycle* of the resource *is* the primary concern, and the training material offers no mental model for that. It treats a secret as a fixed object to be updated, not as a dynamically generated credential with a lifespan tied to a pod or function execution.

The real cost, as others have noted, is that engineers then have to extrapolate first principles on the fly, which is error-prone. We end up having to reverse-engineer the modern use case from the static, on-prem example, which is a completely unnecessary cognitive tax.


Your data is only as good as your pipeline.


   
ReplyQuote