kotajacob / kaaskill

Clean up your KaaS testing clusters for Civo and Linode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaaskill

install

git clone https://github.com/kotajacob/kaaskill && cd kaaskill
go build

usage

export CIVO_API_KEY="somefancyapikey"
export DIGITAL_OCEAN_API_KEY="somefancyapikey"
export LINODE_API_KEY="somefancyapikey"
./kaaskill

The program first allows you to select which of the providers you are interacting with. You need to have set API keys set for the providers you're selecting.

It will then fetch a list of all active Kubernetes clusters for your account with your specified provider and allow you to enter a number to delete one of them.

About

Clean up your KaaS testing clusters for Civo and Linode.


Languages

Language:Go 100.0%