Check for deprecated Kubernetes API with Trivy

preview_player
Показать описание
In this tutorial, we show you how you can check your Kubernetes manifests for deprecated Kubernetes APIs.

This is particularly helpful when you are working on upgrading your cluster and its resources.

Resources 📚

⭐Give our projects a star on GitHub⭐

⏱️Timestamps⏱️
00:00 -- Intro
00:23 -- Tutorial using Trivy
09:34 -- Outro
Рекомендации по теме
Комментарии
Автор

Will the trivy operator report upcoming deprecations for resources running in the cluster?

jemag
Автор

Interesting, looks like it is better alternative to pluto which also scans yaml files for api deprecations and removals. I also like that detailed output with yaml lines and provided links. Will it scan helm charts in the future like helm plugin (datree for example)?

proxyvert