kubeval
silver-surfer
kubeval | silver-surfer | |
---|---|---|
7 | 13 | |
3,166 | 357 | |
0.3% | 2.5% | |
0.0 | 4.2 | |
over 1 year ago | 15 days ago | |
Go | Go | |
GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kubeval
- Is OPA Gatekeeper the best solution for writing policies for k8s clusters?
-
How do you take care of your manifests?
I don't use it myself, but it seems what are you looking for. https://github.com/instrumenta/kubeval
-
All about Komodor :- A Kubernetes Troubleshooting Platform and more
1. Validate Using ValidKube, you can Validate your YAML files. It can help you fix the indentation also add, remove and rearrange things according to the actual YAML and Kubernetes schema. It is available as a open source repository as Kubeval . https://github.com/instrumenta/kubeval
-
[open-source] Validkube - Validate, Clean and Secure your K8s YAML
The idea behind Validkube is to fuse together the capabilities of three other popular open-source projects (kubeval, kubectl-neat & trivy) and present them in a single view, providing users with a way to ensure YAML code hygiene and security, in one place, with just a few clicks of the button.
- 27 open-source tools that can make your Kubernetes workflow easier 🚀🥳
-
SilverSurfer - An OpenSource project to check ApiVersion Status and provide Migration path for Kubernetes objects when upgrading Kubernetes to 1.22 or any other.
Kubeval - Well known, It only validates against the given Kubernetes Version but doesn’t provide a migration path
-
A Deep Dive Into Kubernetes Schema Validation
Kubeval and kubeconform are command-line tools that were developed with the intent to validate Kubernetes manifests without the requirement of having a running Kubernetes environment. Because kubeconform is based on kubeval, they operate similarly — verification is performed against pre-generated JSON schemas that are created from the OpenAPI specifications (swagger.json) for each particular Kubernetes version. All that remains to run the schema validation tests is to point the tool executable to a single manifest, directory or pattern.
silver-surfer
- Kubernetes API-version compatibility checker and provides migration path
- Move workload to new cluster (instead of upgrading)
-
7 Tools To Make Kubernetes Management Easy
git clone https://github.com/devtron-labs/silver-surfer.git cd silver-surfer go mod vendor go mod download make
-
EKS Upgrades Vs. Migrating to new cluster
Upgrades using eksctl are easy and enabling pod disruption budgets let you do the upgrades without any downtime. Do remember to check for any removed apis in the target cluster version (k8s 1.22 has removed a lot of apis) before you upgrade. I use an open source tool silversurfer for the same.
-
Top 200 Kubernetes Tools for DevOps Engineer Like You
kops - Production Grade K8s Installation, Upgrades, and Management silver-surfer - Check ApiVersion compatibility and provide Migration path for Kubernetes objects when upgrading Kubernetes to latest versions Kube-ops-view - Kubernetes Operational View - read-only system dashboard for multiple K8s clusters kubeprompt - Kubernetes prompt info Metalk8s - An opinionated Kubernetes distribution with a focus on long-term on-prem deployments kind - Kubernetes IN Docker - local clusters for testing Kubernetes Clusterman - Cluster Autoscaler for Kubernetes and Mesos Cert-manager - Automatically provision and manage TLS certificates Goldilocks - Get your resource requests "Just Right" katafygio - Dump, or continuously backup Kubernetes objets as yaml files in git Rancher - Complete container management platform Sealed Secrets - A Kubernetes controller and tool for one-way encrypted Secrets OpenKruise/Kruise - Automate application workloads management on Kubernetes https://openkruise.io kubectl snapshot - Take Cluster Snapshots kapp - simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label https://get-kapp.io keda - Event-driven autoscaler for Kubernetes Octant - To better understand the complexity of Kubernetes clusters Portainer - Portainer inside a Kubernetes environment Gardener - Deliver fully-managed clusters at scale everywhere with your own Kubernetes-as-a-Service Kubed - Kubernetes Cluster Operator Daemon Kubestack - Kubestack is the free and open-source GitOps framework to codify your custom platform stack using Terraform.
-
Share Hacktoberfest 2021 Easy Picks!
Silver Surfer
- SilverSurfer - An OpenSource project to check ApiVersion Status and provide Migration path for Kubernetes objects when upgrading Kubernetes to 1.22 or any other. (/r/kubernetes)
-
devtron-labs/silver-surfer
devtron-labs/silver-surfer
- GitHub - devtron-labs/silver-surfer
- SilverSurfer - An OpenSource project to check ApiVersion Status and provide Migration path for Kubernetes objects when upgrading Kubernetes to 1.22 or any other.
What are some alternatives?
kubeconform - A FAST Kubernetes manifests validator, with support for Custom Resources!
kube-no-trouble - Easily check your clusters for use of deprecated APIs
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.
pluto - A cli tool to help discover deprecated apiVersions in Kubernetes
kubetail - Bash script to tail Kubernetes logs from multiple pods at the same time
devtron - The only Kubernetes dashboard you need
kubepug - Kubernetes PreUpGrade (Checker)
helm - The Kubernetes Package Manager
kruise - Automated management of large-scale applications on Kubernetes (incubating project under CNCF)
kubernetes-json-schema - Schemas for every version of every object in every version of Kubernetes
k3d - Little helper to run CNCF's k3s in Docker