New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/ichbinblau/cloud-resource-scheduling-and-isolation

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ichbinblau/cloud-resource-scheduling-and-isolation

  • v0.1.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

IO Driver

The IO dirver is responsible for profiling nodes' disk capacity at initial phase, monitoring and reporting each disk’s normalized available IO capacity at runtime. The IO driver is supposed to be implemented by disk IO vendors. This is a reference implementation of IO driver. This implementation is developed for disk IO aware scheduler.

Tutorial

This IO driver reports a fake device to API server through NodeDiskDevice CR. Moreover, it caches the reserved pods on node and update node's available capacity by listing and watching the creation and updation of NodeDiskIOStats CR. Here are the steps to deploy it.

  1. Build and upload the docker image. Replace <Your-Corperate-Proxy> and <IMAGE REGISTRY> with the actual value/
HTTPS_PROXY=<Your-Corperate-Proxy> REPO_HOST=<IMAGE REGISTRY> make image 
REPO_HOST=<IMAGE REGISTRY> make push_image
  1. Deploy IO driver in an existing k8s cluster.
kubectl create ns ioi-system
kubectl apply -f manifests/cluster_role.yaml
kubectl apply -f manifests/daemonset.yaml

FAQs

Package last updated on 27 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc