Kubernetes, Code Snippet to scale up / down pods dynamically through go client

1/3/2019

Is there any sample code available to scale up / down pods in kubernetes dynamically through go client.

-- DEngineer
kubernetes
kubernetes-go-client

1 Answer

1/3/2019

Maybe check out this sample github project with kube-start-stop custom controller, that can schedule your resources to automatically scale down/up based on time period.

-- Nepomucen
Source: StackOverflow