Skip to content

Instantly share code, notes, and snippets.

@philips
Last active April 5, 2023 14:17
Show Gist options
  • Save philips/a97a143546c87b86b870a82a753db14c to your computer and use it in GitHub Desktop.
Save philips/a97a143546c87b86b870a82a753db14c to your computer and use it in GitHub Desktop.
Kubernetes Third-Party Resource Users

NOTICE

This list has moved to a GitHub repo for easier tracking: https://github.com/coreos/awesome-kubernetes-extensions

List

Please comment below if you are using Kubernetes Third-Party Resources and I will add you to the list.

Known Users:

TODO:

Resources:

I am interested in documenting all of the users and getting some more feedback on what is and isn't working.

@resouer
Copy link

resouer commented Feb 16, 2017

hypernetes is using TPR resource to manage network. https://github.com/hyperhq/hypernetes/

@sebgoa
Copy link

sebgoa commented Feb 16, 2017

kubeless https://github.com/skippbox/kubeless is using TPR . I would like to see better support for it in the incubating Python client

@pst
Copy link

pst commented Feb 16, 2017

I'm using TPRs for Kubestack operators.

@tamalsaha
Copy link

tamalsaha commented Feb 16, 2017

We, AppsCode, are using TPRs for

Helm project is looking into using TPRs to store release data:

@nebril
Copy link

nebril commented Feb 16, 2017

AppController uses TPR to store deployment graphs.

https://github.com/Mirantis/k8s-AppController

@khrisrichardson
Copy link

WIP for Spark on Kubernetes: kubernetes/kubernetes#34377 (comment)

@mrIncompetent
Copy link

mrIncompetent commented Feb 17, 2017

We, Loodse - https://beta.kubermatic.io, use them but having the following issues:
-They don't get deleted with the namespace
-Having a TPR called node.example.org makes kubectl get nodes return my tpr's instead of the actual cluster nodes

Edit: As reference we used: https://github.com/Mirantis/k8s-externalipcontroller/tree/master/pkg/extensions

@elevran
Copy link

elevran commented Feb 19, 2017

WIP using TPR's for Amalgam8 microservice routing rules.

@hjacobs
Copy link

hjacobs commented Feb 21, 2017

We are using TPRs at Zalando Technology for:

@ledzep2
Copy link

ledzep2 commented Feb 27, 2017

We are building Archon which is a set of controllers that runs on k8s and manages the physical resources that k8s currently doesn't, like Instance, InstanceGroup, Network (defined as TPR). So the cluster managed can scale itself.

@adieu
Copy link

adieu commented Mar 1, 2017

@hongchaodeng didn't get notification from github. But luckily my colleague found this gist.

@philips is it possible to put the link to archon repo at the end? I think it will make the format better. Thanks a lot.

@krallistic
Copy link

I use TPR for a Kafka Operator
https://github.com/krallistic/kafka-operator

@superbrothers
Copy link

superbrothers commented Mar 13, 2017

We're also using TPRs to manage kubernetes clusters with kubernetes, and develop many controllers like KubernetesController, MachineController, MachineSetController, MachineDeploymentController, etc.

Implement Kubernetes as a Serivce using TPR (in Japanease)

@ryanj
Copy link

ryanj commented Mar 30, 2017

CrunchyData PostgreSQL operator: https://github.com/CrunchyData/postgres-operator

@lpabon
Copy link

lpabon commented Apr 28, 2017

@pidah
Copy link

pidah commented May 30, 2017

@pgburt
Copy link

pgburt commented Jun 15, 2017

@uoryon
Copy link

uoryon commented Jun 26, 2017

I use TPR for a Mongo Operator
https://github.com/kirk-enterprise/mongo-operator

@orainxiong
Copy link

Using TPR for RDBMS Operator to support mainstream version Oracle, MySQL, MariaDB
https://docs.google.com/document/d/1zPigFS-VqysjIn569TZgd42whyBlspKcudRaLSrB5Aw/edit#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment