How do you take care of your manifests?

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kubeval

    Validate your Kubernetes configuration files, supports multiple Kubernetes versions

    I don't use it myself, but it seems what are you looking for. https://github.com/instrumenta/kubeval

  • SaaSHub

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

    SaaSHub logo
  • kube-score

    Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.

    A developer's workflow should anyway deploy to a real, or close-to-production Kubernetes cluster before opening a merge request with the finished change. That means the developer definitely sees upfront if the manifest is super wrong. Tools like kube-score (which is quite opinionated), kubeval or OPA rules can help in addition to keep things consistent and secure. For such a developer workflow, I recommend Skaffold since it mostly just wraps Docker, kubectl and the templating tool you're using (e.g. kustomize/helm).

  • skaffold

    Easy and Repeatable Kubernetes Development

    A developer's workflow should anyway deploy to a real, or close-to-production Kubernetes cluster before opening a merge request with the finished change. That means the developer definitely sees upfront if the manifest is super wrong. Tools like kube-score (which is quite opinionated), kubeval or OPA rules can help in addition to keep things consistent and secure. For such a developer workflow, I recommend Skaffold since it mostly just wraps Docker, kubectl and the templating tool you're using (e.g. kustomize/helm).

  • naml

    Convert Kubernetes YAML to Golang

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

  • 🤖 End to end LLMOps Pipeline - Part 7- Validating Kubernetes Manifests with kube-score🤖

    1 project | dev.to | 18 Aug 2024
  • An In-Depth Look at Kube-score : Day 22 of 50 days DevOps Tools Series

    1 project | dev.to | 3 Aug 2024
  • GitHub - zegl/kube-score: Kubernetes object analysis with recommendations for improved reliability and security

    1 project | /r/u_Venehsoftw | 23 Dec 2022
  • GitHub - zegl/kube-score: Kubernetes object analysis with recommendations for improved reliability and security

    1 project | /r/u_Venehsoftw | 23 Nov 2022
  • Hot reload in golang

    5 projects | /r/golang | 30 Jul 2022

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