kube-no-trouble
silver-surfer
kube-no-trouble | silver-surfer | |
---|---|---|
21 | 13 | |
3,125 | 344 | |
3.0% | 0.9% | |
6.5 | 4.5 | |
4 days ago | about 1 month ago | |
Go | Go | |
MIT License | 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.
kube-no-trouble
-
Mitigating disruption during Amazon EKS cluster upgrade with blue/green deployment
There are several tools that help us find out the API deprecations in our clusters. One of them is “kube-no-trouble” aka kubent. At the time I write this document, the latest ruleset is for 1.29 in kubent. I run kubent with target version of 1.29 and got the below result. As you can see, kubent shows the deprecated APIs.
-
Upgrading Hundreds of Kubernetes Clusters
We also leverage tools like Kubent, popeye, kdave, and Pluto to help us manage API deprecations (when Kubernetes deprecates features in updates) and ensure the overall health of our infrastructure.
- Best Practices for Upgrading Kubernetes?
-
Updating from 1.25.15 to 1.26.10
kubent has been my goto for this - you point it at your cluster, tell it the target version you want to use, and it'll let you know if you have any depreciated resources and what you'll need to change. It's simple to use, quick, and just does the job.
-
How do you handle continuous k8s cluster version upgrades in your organization?
You have to constantly run tools like https://github.com/doitintl/kube-no-trouble / https://github.com/FairwindsOps/pluto.
-
Upgrading our EKS from 1.21 to 1.22
A great tool for checking depreciations is kubent/kube-no-trouble: https://github.com/doitintl/kube-no-trouble
-
strategy to upgrade eks cluster
https://github.com/doitintl/kube-no-trouble can be used to check for deprecated/removed APIs - you'll need to fix these in your codebase. You should fix these before upgrading your cluster
- choose from Two strategies we can implement to upgrade eks cluster
- Amazon EKS now support Kubernetes version 1.25
-
eks cluster upgrade Anyone has done eks cluster upgrade to upgrade the cluster from 1.21 to 1.22 there are some api resources kind need to changed, which need changes in manifest file changes. how do we identify the helm charts that are using these resources ? https://docs.aws.amazon.com/eks/lat
Just upgraded a few clusters from 1.21 to 1.24 the past few weeks. Used kubent (Kube No Trouble https://github.com/doitintl/kube-no-trouble) before upgrading and reviewed the output. Pretty painless process all in all.
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?
kubepug - Kubernetes PreUpGrade (Checker)
pluto - A cli tool to help discover deprecated apiVersions in Kubernetes
kubeval - Validate your Kubernetes configuration files, supports multiple Kubernetes versions
gardener - Homogeneous Kubernetes clusters at scale on any infrastructure using hosted control planes.
devtron - Tool integration platform for Kubernetes
polaris - Validation of best practices in your Kubernetes clusters
Gravitational Teleport - The easiest, and most secure way to access and protect all of your infrastructure.
k3d - Little helper to run CNCF's k3s in Docker
polaris - Shopify’s design system to help us work together to build a great experience for all of our merchants.
kruise - Automated management of large-scale applications on Kubernetes (incubating project under CNCF)