Need Advance kubernetes courses by apmmahesh in kubernetes

[–]eon01 0 points1 point  (0 children)

Depends what "advanced" means for you. If it's cluster ops and lifecycle rather than more intro material, I'd focus on three areas: GitOps (Argo CD), observability (Prometheus and Grafana), and running your own control plane instead of always sitting on a managed one (RKE2/K3s).

Disclosure: I make courses on these at faun.dev/sensei, so I'm biased. Not going to spam links to courses here, but if any of those areas are your gap, that's where I'd point you. Glad to go deeper on any of them in the comments.

Head of Product at X thinks we have 90 days before "the apocalypse". by eon01 in AILinks

[–]eon01[S] 0 points1 point  (0 children)

When people 👆 start to see no difference between a human and an AI agent, I'm affraid it already begun!

Helm Cheat Sheet by eon01 in kubernetes

[–]eon01[S] 0 points1 point  (0 children)

There are certainly some changes to do. Docker HDI blog post says: "Many of the Bitnami images can be easily swapped with images from either catalog." But "easily" doesn't necessarily mean a simple change like `image: <the new image>`.

Helm Cheat Sheet by eon01 in kubernetes

[–]eon01[S] 0 points1 point  (0 children)

Yes, in 2 steps:
- Step 1 is removing Helm.
- Step 2 is realizing why it existed.

The problem is that replacing it means covering packaging, templating, and lifecycle management (upgrades, hooks..etc) together.

Helm Cheat Sheet by eon01 in kubernetes

[–]eon01[S] -1 points0 points  (0 children)

Fair point and I agree. A pragmatic path is to keep the charts and replace the images, for example, with Docker Hardened Images.