All Projects → replicatedhq → Unfork

replicatedhq / Unfork

Licence: apache-2.0
Kubectl plugin to find forked Helm Charts and other K8s resources and unfork them with Kustomize

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Unfork

Go Api Boilerplate
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Stars: ✭ 373 (+251.89%)
Mutual labels:  helm-charts, helm
Helmsman
Helm Charts as Code
Stars: ✭ 854 (+705.66%)
Mutual labels:  helm-charts, helm
Cp Helm Charts
The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
Stars: ✭ 539 (+408.49%)
Mutual labels:  helm-charts, helm
Helm Charts
Kubernetes Helm Charts for the Center for Open Science
Stars: ✭ 88 (-16.98%)
Mutual labels:  helm-charts, helm
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (-5.66%)
Mutual labels:  helm-charts, helm
Kube Charts Mirror
kubernetes helm 国内镜像,每三天更新一次
Stars: ✭ 282 (+166.04%)
Mutual labels:  helm-charts, helm
Stock Analysis Engine
Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/
Stars: ✭ 605 (+470.75%)
Mutual labels:  helm-charts, helm
charts
My helm charts
Stars: ✭ 15 (-85.85%)
Mutual labels:  helm, helm-charts
Video Transcode Queue
A sample video upload platform as a kubernetes cluster (WIP)
Stars: ✭ 66 (-37.74%)
Mutual labels:  helm-charts, helm
Helm Secrets
DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere
Stars: ✭ 1,129 (+965.09%)
Mutual labels:  helm-charts, helm
Charts
The IBM/charts repository provides helm charts for IBM and Third Party middleware.
Stars: ✭ 254 (+139.62%)
Mutual labels:  helm-charts, helm
Helm Charts
Helm Charts for Jaeger backend
Stars: ✭ 94 (-11.32%)
Mutual labels:  helm-charts, helm
chartcenter
The Central Helm Repository for the Community
Stars: ✭ 40 (-62.26%)
Mutual labels:  helm, helm-charts
Ingressmonitorcontroller
A Kubernetes controller to watch ingresses and create liveness alerts for your apps/microservices in UptimeRobot, StatusCake, Pingdom, etc. – [✩Star] if you're using it!
Stars: ✭ 306 (+188.68%)
Mutual labels:  helm-charts, helm
k8s-ovpn-chart
[DEPRECATED] Helm chart for a private OpenVPN server
Stars: ✭ 19 (-82.08%)
Mutual labels:  helm, helm-charts
Awesome Helm
Collaborative list of awesome helm charts and resources. PRs are welcome!
Stars: ✭ 543 (+412.26%)
Mutual labels:  helm-charts, helm
anchore-charts
Helm charts for Anchore tools and services
Stars: ✭ 38 (-64.15%)
Mutual labels:  helm, helm-charts
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (-51.89%)
Mutual labels:  helm, helm-charts
Helm Charts
Prometheus community Helm charts
Stars: ✭ 962 (+807.55%)
Mutual labels:  helm-charts, helm
Helm Elasticstack
Kubernetes Helm Charts and Tools to run Elastic Stack(ELK) on Azure Container Service(AKS)
Stars: ✭ 76 (-28.3%)
Mutual labels:  helm-charts, helm

kubectl unfork

A kubectl plugin to find forked helm charts running in a cluster, extract Kustomize compatible patches, and allow you to delete the fork and return to the upstream Chart, while preserving your patches.

Usage:

curl https://unfork.io/install | bash
kubectl unfork

This plugin will:

  • Connect to your Kubernetes cluster and search for a Helm Tiller pod.
  • Connect to your Tiller using the Helm GRPC API and query to receive a list of all installed Helm Charts.
  • Meanwhile, Unfork will download a list of all known Helm Charts from Monocular.
  • Comparing your Helm charts with the Monocular index, Unfork will attempt to determine which upstream your fork is from.
  • Once you've confirmed the best upstream, Unfork will convert your custom changes into Kustomize patches and resources.
  • You can now update the Helm chart to the latest version, and re-apply your patches.

Note: Unfork does not make any changes to the applications running in your cluster. Unfork only needs access to your cluster in order to port-forward and gain access to Tiller.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].