@panter/catladder
v4.0.3
Published
panter cli tool for kubernetes
Downloads
125
Keywords
Readme
catladder 🐱 🔧
panter cli tool for kubernetes
WARNING: This is the old legacy version of catladder. The new version is @catladder/cli
(https://git.panter.ch/catladder/catladder)
Install
yarn global add @panter/catladder
or npm users
npm install -g @panter/catladder
Getting started
You'll need
- Google Cloud SDK (see installation instructions)
- Kubectl (see installation instructions)
- Cloud SQL Auth proxy (see installation instructions)
- Bitwarden CLI (see installation instructions)
Afterwards you need to connect to your cluster, e.g. gcloud container clusters get-credentials clustername --zone google-zone --project google-project-id
In most cases you'll find the details on the Google Cloud cluster overview
It just works™
Use command catladder-legacy
on any Git repo
Preferences
catladder stores some preferences in ~/.catladder/preferences.yml
in case you want to change settings.
Contribution
Check the docu here.