pivotal / skenario

A simulator toolkit for Knative
Apache License 2.0
29 stars 10 forks source link

Implement VPA plugin #87

Open juliababkina opened 4 years ago

juliababkina commented 4 years ago

For HPA part we have plugin https://github.com/josephburnett/sk-plugin-k8s. For VPA part we should design pretty similar plugin which provides connection between Skenario and VPA https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler.

In this plugin we need to implement communication declared in protocol https://github.com/josephburnett/sk-plugin/issues/1.