Detecting Kubernetes API Deprecations with pluto

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kubectx

    Faster way to switch between clusters and namespaces in kubectl

    Then switch Kubernetes context e.g. using kubectx

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • pluto

    A cli tool to help discover deprecated apiVersions in Kubernetes

    In large clusters with dozens of resource types and versions, this can become tedious and error-prone. Luckily, there are tools like pluto by FairwindOps which assist us in spotting deprecated and soon-to-be-removed resource API versions.

  • k3d

    Little helper to run CNCF's k3s in Docker

    To get a clearer picture, let's have a look at the second problem and see how Kubernetes responds if we try to deploy a resource using a removed API version. To do this, we spin up a local Kubernetes cluster with k3d

  • binenv

    One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.

    Pluto is available on multiple platforms and via a variety of package managers. We'll use binenv here.

  • helm

    The Kubernetes Package Manager

    If we deploy our resources with Helm, Pluto also provides a detect-helm subcommand that checks our releases for deprecated API versions.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ultimate EKS Baseline Cluster: Part 1 - Provision EKS

    17 projects | dev.to | 21 Jul 2023
  • POLL: How do you orchestrate your provisioning?

    5 projects | /r/devops | 28 Dec 2022
  • GKE with Consul Service Mesh

    29 projects | dev.to | 3 Dec 2022
  • Kubernetes-based development with Devspace

    10 projects | dev.to | 15 Oct 2021
  • Sync Kubernetes Secrets to AWS Secrets Manager Using external-secrets PushSecret

    1 project | dev.to | 13 Nov 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?