https://github.com/stuartleeks/virtual-kubelet-workshop-building-a-provider
Workshop on building a Virtual Kubelet provider
https://github.com/stuartleeks/virtual-kubelet-workshop-building-a-provider
kubernetes
Last synced: about 1 year ago
JSON representation
Workshop on building a Virtual Kubelet provider
- Host: GitHub
- URL: https://github.com/stuartleeks/virtual-kubelet-workshop-building-a-provider
- Owner: stuartleeks
- License: mit
- Created: 2018-08-28T09:42:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T22:10:06.000Z (over 7 years ago)
- Last Synced: 2025-02-17T10:49:09.074Z (over 1 year ago)
- Topics: kubernetes
- Language: Smarty
- Size: 1.69 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building a provider for the Virtual Kubelet
The open source Virtual Kubelet project provides an alternative implementation of the kubelet, which adds a virtual node to your Kubernetes cluster. This virtual node can be backed by a variety of providers, including serverless container infrastructure like Azure Container Instances and AWS Fargate. In this workshop, we'll build on the "Introduction to the Virtual Kubelet" workshop. We will walk through what a provider looks like and then build our own
For the workshop it is recommended that you attempt to create the provider implementation yourself, but if you get stuck there are some example implementations:
* [Go](https://github.com/stuartleeks/virtual-kubelet-web-mock-go)
* [Node.js](https://github.com/stuartleeks/virtual-kubelet-web-mock-nodejs)
* [C#](https://github.com/stuartleeks/virtual-kubelet-web-mock-csharp)
* [Python](https://github.com/stuartleeks/virtual-kubelet-web-mock-python)