kubeval
helm
kubeval | helm | |
---|---|---|
7 | 239 | |
3,166 | 27,125 | |
0.3% | 0.6% | |
0.0 | 9.4 | |
over 1 year ago | 5 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.
helm
-
Kubernetes and Cloud Native Associate (KCNA) Exam Guide
What is Helm
-
Docker vs. Kubernetes: Which Is Right for Your DevOps Pipeline?
Pro Tip: Use Helm charts to manage Kubernetes configurations and deployments more efficiently.
-
Sync Kubernetes Secrets to AWS Secrets Manager Using external-secrets PushSecret
Helm
-
Building Web Applications Using Amazon EKSÂ : AWSÂ Project
In this lab, we deploy kube-ops-view via *Helm *. Helm is a tool for managing Kubernetes charts, which means a preconfigured Kubernetes resource package. The purpose of managing charts with Helm is to manage various manifest files easily.
-
Ask HN: What Are You Working On? (October 2024)
You might want to choose a different name and branding. [Helm](https://helm.sh/) is already a package manager for Kubernetes with pretty similar branding.
-
Deploying High Availability SafeLine WAF on K3s(Part 1)
Download page: https://github.com/helm/helm/releases
-
The Home Server Journey - 5b: A Bridge Too Far?
I don't plan on covering Helm here as I think it adds complexity over already quite complex K8s manifests. Surely it might be useful for large-scale stuff, but let's keep things simple here. I have combined knowledge from the articles with the updated charts in order to created a trimmed-down version of the required manifests (it would be good to add liveliness and readiness probes though):
-
Turing Pi 2 Home cluster
Migrating all my Kubernetes files to Helm would be a good idea as well.
-
Deploy Airbyte on AKS
A Helm Chart is a collection of templates and settings that describe a set of Kubernetes resources.
-
Nuke: Deploy Helm package locally (special guest, GitVersion)
Today, we will continue our journey with Nuke by adding new targets to the solution presented in Nuke: Deploy ASP.NET Web App to Azure. This time, we will deploy our application to a local Kubernetes cluster using Helm.
What are some alternatives?
kubeconform - A FAST Kubernetes manifests validator, with support for Custom Resources!
crossplane - The Cloud Native Control Plane
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.
kubespray - Deploy a Production Ready Kubernetes Cluster
kubetail - Bash script to tail Kubernetes logs from multiple pods at the same time
Packer - Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
kubepug - Kubernetes PreUpGrade (Checker)
krew - 📦 Find and install kubectl plugins
silver-surfer - Kubernetes objects api-version compatibility checker and provides migration path for K8s objects and prepare it for cluster upgrades
oauth2-proxy - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
kubernetes-json-schema - Schemas for every version of every object in every version of Kubernetes
skaffold - Easy and Repeatable Kubernetes Development